lyfzServer.vcxproj 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{0FB02E18-787E-40DD-8EC1-A0A6C47F781C}</ProjectGuid>
  15. <RootNamespace>lyfzServer</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <CharacterSet>Unicode</CharacterSet>
  24. <UseOfMfc>Dynamic</UseOfMfc>
  25. <PlatformToolset>v120</PlatformToolset>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <UseOfMfc>Dynamic</UseOfMfc>
  33. <PlatformToolset>v120_xp</PlatformToolset>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. <OutDir>..\..\..\..\输出文件\简易选片服务\Debug</OutDir>
  48. <IntDir>..\..\..\..\输出文件\简易选片服务\Debug</IntDir>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  51. <LinkIncremental>false</LinkIncremental>
  52. <OutDir>..\..\..\..\输出文件\简易选片服务\Release</OutDir>
  53. <IntDir>..\..\..\..\输出文件\简易选片服务\Release</IntDir>
  54. </PropertyGroup>
  55. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  56. <ClCompile>
  57. <PrecompiledHeader>Use</PrecompiledHeader>
  58. <WarningLevel>Level3</WarningLevel>
  59. <Optimization>Disabled</Optimization>
  60. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  61. <AdditionalIncludeDirectories>
  62. </AdditionalIncludeDirectories>
  63. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  64. </ClCompile>
  65. <Link>
  66. <SubSystem>Windows</SubSystem>
  67. <GenerateDebugInformation>true</GenerateDebugInformation>
  68. <IgnoreSpecificDefaultLibraries>libcmtd.lib;libcmt.lib</IgnoreSpecificDefaultLibraries>
  69. <HeapReserveSize>100000000000000</HeapReserveSize>
  70. <HeapCommitSize>
  71. </HeapCommitSize>
  72. <StackReserveSize>
  73. </StackReserveSize>
  74. <StackCommitSize>
  75. </StackCommitSize>
  76. <AdditionalDependencies>odbc32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  77. <OutputFile>..\..\..\..\lyfzClassicSoft\简易选片\lyfzServer_Debug.exe</OutputFile>
  78. </Link>
  79. <Midl>
  80. <MkTypLibCompatible>false</MkTypLibCompatible>
  81. <ValidateAllParameters>true</ValidateAllParameters>
  82. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  83. </Midl>
  84. <ResourceCompile>
  85. <Culture>0x0804</Culture>
  86. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  87. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  88. </ResourceCompile>
  89. </ItemDefinitionGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  91. <ClCompile>
  92. <WarningLevel>Level3</WarningLevel>
  93. <PrecompiledHeader>Use</PrecompiledHeader>
  94. <Optimization>MaxSpeed</Optimization>
  95. <FunctionLevelLinking>true</FunctionLevelLinking>
  96. <IntrinsicFunctions>true</IntrinsicFunctions>
  97. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. <GenerateDebugInformation>true</GenerateDebugInformation>
  102. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  103. <OptimizeReferences>true</OptimizeReferences>
  104. <IgnoreSpecificDefaultLibraries>libcmt.lib</IgnoreSpecificDefaultLibraries>
  105. <AdditionalDependencies>odbc32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  106. <OutputFile>..\..\..\..\lyfzClassicSoft\简易选片\lyfzServer.exe</OutputFile>
  107. </Link>
  108. <Midl>
  109. <MkTypLibCompatible>false</MkTypLibCompatible>
  110. <ValidateAllParameters>true</ValidateAllParameters>
  111. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. </Midl>
  113. <ResourceCompile>
  114. <Culture>0x0804</Culture>
  115. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  117. </ResourceCompile>
  118. </ItemDefinitionGroup>
  119. <ItemGroup>
  120. <None Include="ReadMe.txt" />
  121. <None Include="res\lyfzServer.ico" />
  122. <None Include="res\lyfzServer.rc2" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ClInclude Include="..\hp-src\GeneralHelper.h" />
  126. <ClInclude Include="..\hp-src\helper.h" />
  127. <ClInclude Include="..\hp-src\HPSocket4C.h" />
  128. <ClInclude Include="..\hp-src\SendPackage.h" />
  129. <ClInclude Include="..\ODBCPOOL\CustomerFrom.h" />
  130. <ClInclude Include="..\ODBCPOOL\CustomerInfo.h" />
  131. <ClInclude Include="..\ODBCPOOL\DepartmentInfo.h" />
  132. <ClInclude Include="..\ODBCPOOL\OrderInfo.h" />
  133. <ClInclude Include="..\ODBCPOOL\OrderPackageItems.h" />
  134. <ClInclude Include="..\ODBCPOOL\OrderScenery.h" />
  135. <ClInclude Include="..\ODBCPOOL\OrderType.h" />
  136. <ClInclude Include="..\ODBCPOOL\PackageInfo.h" />
  137. <ClInclude Include="..\ODBCPOOL\PackageItemDetail.h" />
  138. <ClInclude Include="..\ODBCPOOL\PackageItems.h" />
  139. <ClInclude Include="..\ODBCPOOL\PackageItemView.h" />
  140. <ClInclude Include="..\ODBCPOOL\PackageType.h" />
  141. <ClInclude Include="..\ODBCPOOL\ProductInfo.h" />
  142. <ClInclude Include="..\ODBCPOOL\ProductType.h" />
  143. <ClInclude Include="..\ODBCPOOL\SceneryInfo.h" />
  144. <ClInclude Include="..\ODBCPOOL\StaffInfo.h" />
  145. <ClInclude Include="..\ODBCPOOL\StudioInfo.h" />
  146. <ClInclude Include="..\ODBCPOOL\StudioLog.h" />
  147. <ClInclude Include="..\ODBCPOOL\SysConfig.h" />
  148. <ClInclude Include="..\ODBCPOOL\UserDetail.h" />
  149. <ClInclude Include="..\ODBCPOOL\UserInfo.h" />
  150. <ClInclude Include="CritSection.h" />
  151. <ClInclude Include="Global.h" />
  152. <ClInclude Include="ItrayIcon.h" />
  153. <ClInclude Include="lyfzServer.h" />
  154. <ClInclude Include="lyfzServerDlg.h" />
  155. <ClInclude Include="OnlineUser.h" />
  156. <ClInclude Include="Resource.h" />
  157. <ClInclude Include="ServerPtr.h" />
  158. <ClInclude Include="stdafx.h" />
  159. <ClInclude Include="targetver.h" />
  160. <ClInclude Include="UserPurview.h" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <ClCompile Include="..\hp-src\helper.cpp" />
  164. <ClCompile Include="..\hp-src\SendPackage.cpp" />
  165. <ClCompile Include="..\ODBCPOOL\CustomerFrom.cpp" />
  166. <ClCompile Include="..\ODBCPOOL\CustomerInfo.cpp" />
  167. <ClCompile Include="..\ODBCPOOL\DepartmentInfo.cpp" />
  168. <ClCompile Include="..\ODBCPOOL\OrderInfo.cpp" />
  169. <ClCompile Include="..\ODBCPOOL\OrderPackageItems.cpp" />
  170. <ClCompile Include="..\ODBCPOOL\OrderScenery.cpp" />
  171. <ClCompile Include="..\ODBCPOOL\OrderType.cpp" />
  172. <ClCompile Include="..\ODBCPOOL\PackageInfo.cpp" />
  173. <ClCompile Include="..\ODBCPOOL\PackageItemDetail.cpp" />
  174. <ClCompile Include="..\ODBCPOOL\PackageItems.cpp" />
  175. <ClCompile Include="..\ODBCPOOL\PackageItemView.cpp" />
  176. <ClCompile Include="..\ODBCPOOL\PackageType.cpp" />
  177. <ClCompile Include="..\ODBCPOOL\ProductInfo.cpp" />
  178. <ClCompile Include="..\ODBCPOOL\ProductType.cpp" />
  179. <ClCompile Include="..\ODBCPOOL\SceneryInfo.cpp" />
  180. <ClCompile Include="..\ODBCPOOL\StaffInfo.cpp" />
  181. <ClCompile Include="..\ODBCPOOL\StudioInfo.cpp" />
  182. <ClCompile Include="..\ODBCPOOL\StudioLog.cpp" />
  183. <ClCompile Include="..\ODBCPOOL\SysConfig.cpp" />
  184. <ClCompile Include="..\ODBCPOOL\UserDetail.cpp" />
  185. <ClCompile Include="..\ODBCPOOL\UserInfo.cpp" />
  186. <ClCompile Include="Global.cpp" />
  187. <ClCompile Include="ItrayIcon.cpp" />
  188. <ClCompile Include="lyfzServer.cpp" />
  189. <ClCompile Include="lyfzServerDlg.cpp" />
  190. <ClCompile Include="OnlineUser.cpp" />
  191. <ClCompile Include="ServerPtr.cpp" />
  192. <ClCompile Include="stdafx.cpp">
  193. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  194. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  195. </ClCompile>
  196. <ClCompile Include="UserPurview.cpp" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ResourceCompile Include="lyfzServer.rc" />
  200. </ItemGroup>
  201. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  202. <ImportGroup Label="ExtensionTargets">
  203. </ImportGroup>
  204. <ProjectExtensions>
  205. <VisualStudio>
  206. <UserProperties RESOURCE_FILE="lyfzServer.rc" />
  207. </VisualStudio>
  208. </ProjectExtensions>
  209. </Project>