123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{0FB02E18-787E-40DD-8EC1-A0A6C47F781C}</ProjectGuid>
- <RootNamespace>lyfzServer</RootNamespace>
- <Keyword>MFCProj</Keyword>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <CharacterSet>Unicode</CharacterSet>
- <UseOfMfc>Dynamic</UseOfMfc>
- <PlatformToolset>v120</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- <UseOfMfc>Dynamic</UseOfMfc>
- <PlatformToolset>v120_xp</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LinkIncremental>true</LinkIncremental>
- <OutDir>..\..\..\..\输出文件\简易选片服务\Debug</OutDir>
- <IntDir>..\..\..\..\输出文件\简易选片服务\Debug</IntDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LinkIncremental>false</LinkIncremental>
- <OutDir>..\..\..\..\输出文件\简易选片服务\Release</OutDir>
- <IntDir>..\..\..\..\输出文件\简易选片服务\Release</IntDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>
- </AdditionalIncludeDirectories>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcmt.lib</IgnoreSpecificDefaultLibraries>
- <HeapReserveSize>100000000000000</HeapReserveSize>
- <HeapCommitSize>
- </HeapCommitSize>
- <StackReserveSize>
- </StackReserveSize>
- <StackCommitSize>
- </StackCommitSize>
- <AdditionalDependencies>odbc32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>..\..\..\..\lyfzClassicSoft\简易选片\lyfzServer_Debug.exe</OutputFile>
- </Link>
- <Midl>
- <MkTypLibCompatible>false</MkTypLibCompatible>
- <ValidateAllParameters>true</ValidateAllParameters>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </Midl>
- <ResourceCompile>
- <Culture>0x0804</Culture>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ResourceCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries>
- <AdditionalDependencies>odbc32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <OutputFile>..\..\..\..\lyfzClassicSoft\简易选片\lyfzServer.exe</OutputFile>
- </Link>
- <Midl>
- <MkTypLibCompatible>false</MkTypLibCompatible>
- <ValidateAllParameters>true</ValidateAllParameters>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </Midl>
- <ResourceCompile>
- <Culture>0x0804</Culture>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ResourceCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <None Include="ReadMe.txt" />
- <None Include="res\lyfzServer.ico" />
- <None Include="res\lyfzServer.rc2" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\hp-src\GeneralHelper.h" />
- <ClInclude Include="..\hp-src\helper.h" />
- <ClInclude Include="..\hp-src\HPSocket4C.h" />
- <ClInclude Include="..\hp-src\SendPackage.h" />
- <ClInclude Include="..\ODBCPOOL\CustomerFrom.h" />
- <ClInclude Include="..\ODBCPOOL\CustomerInfo.h" />
- <ClInclude Include="..\ODBCPOOL\DepartmentInfo.h" />
- <ClInclude Include="..\ODBCPOOL\OrderInfo.h" />
- <ClInclude Include="..\ODBCPOOL\OrderPackageItems.h" />
- <ClInclude Include="..\ODBCPOOL\OrderScenery.h" />
- <ClInclude Include="..\ODBCPOOL\OrderType.h" />
- <ClInclude Include="..\ODBCPOOL\PackageInfo.h" />
- <ClInclude Include="..\ODBCPOOL\PackageItemDetail.h" />
- <ClInclude Include="..\ODBCPOOL\PackageItems.h" />
- <ClInclude Include="..\ODBCPOOL\PackageItemView.h" />
- <ClInclude Include="..\ODBCPOOL\PackageType.h" />
- <ClInclude Include="..\ODBCPOOL\ProductInfo.h" />
- <ClInclude Include="..\ODBCPOOL\ProductType.h" />
- <ClInclude Include="..\ODBCPOOL\SceneryInfo.h" />
- <ClInclude Include="..\ODBCPOOL\StaffInfo.h" />
- <ClInclude Include="..\ODBCPOOL\StudioInfo.h" />
- <ClInclude Include="..\ODBCPOOL\StudioLog.h" />
- <ClInclude Include="..\ODBCPOOL\SysConfig.h" />
- <ClInclude Include="..\ODBCPOOL\UserDetail.h" />
- <ClInclude Include="..\ODBCPOOL\UserInfo.h" />
- <ClInclude Include="CritSection.h" />
- <ClInclude Include="Global.h" />
- <ClInclude Include="ItrayIcon.h" />
- <ClInclude Include="lyfzServer.h" />
- <ClInclude Include="lyfzServerDlg.h" />
- <ClInclude Include="OnlineUser.h" />
- <ClInclude Include="Resource.h" />
- <ClInclude Include="ServerPtr.h" />
- <ClInclude Include="stdafx.h" />
- <ClInclude Include="targetver.h" />
- <ClInclude Include="UserPurview.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\hp-src\helper.cpp" />
- <ClCompile Include="..\hp-src\SendPackage.cpp" />
- <ClCompile Include="..\ODBCPOOL\CustomerFrom.cpp" />
- <ClCompile Include="..\ODBCPOOL\CustomerInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\DepartmentInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\OrderInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\OrderPackageItems.cpp" />
- <ClCompile Include="..\ODBCPOOL\OrderScenery.cpp" />
- <ClCompile Include="..\ODBCPOOL\OrderType.cpp" />
- <ClCompile Include="..\ODBCPOOL\PackageInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\PackageItemDetail.cpp" />
- <ClCompile Include="..\ODBCPOOL\PackageItems.cpp" />
- <ClCompile Include="..\ODBCPOOL\PackageItemView.cpp" />
- <ClCompile Include="..\ODBCPOOL\PackageType.cpp" />
- <ClCompile Include="..\ODBCPOOL\ProductInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\ProductType.cpp" />
- <ClCompile Include="..\ODBCPOOL\SceneryInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\StaffInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\StudioInfo.cpp" />
- <ClCompile Include="..\ODBCPOOL\StudioLog.cpp" />
- <ClCompile Include="..\ODBCPOOL\SysConfig.cpp" />
- <ClCompile Include="..\ODBCPOOL\UserDetail.cpp" />
- <ClCompile Include="..\ODBCPOOL\UserInfo.cpp" />
- <ClCompile Include="Global.cpp" />
- <ClCompile Include="ItrayIcon.cpp" />
- <ClCompile Include="lyfzServer.cpp" />
- <ClCompile Include="lyfzServerDlg.cpp" />
- <ClCompile Include="OnlineUser.cpp" />
- <ClCompile Include="ServerPtr.cpp" />
- <ClCompile Include="stdafx.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
- </ClCompile>
- <ClCompile Include="UserPurview.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="lyfzServer.rc" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- <ProjectExtensions>
- <VisualStudio>
- <UserProperties RESOURCE_FILE="lyfzServer.rc" />
- </VisualStudio>
- </ProjectExtensions>
- </Project>
|