ZGKJ.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>17.0</VCProjectVersion>
  23. <ProjectGuid>{684312CA-C8E2-4A7A-8A12-894940D95E64}</ProjectGuid>
  24. <Keyword>MFCProj</Keyword>
  25. <RootNamespace>ZGKJ</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. <UseOfMfc>Static</UseOfMfc>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <UseOfMfc>Static</UseOfMfc>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v143</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <UseOfMfc>Static</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  52. <ConfigurationType>Application</ConfigurationType>
  53. <UseDebugLibraries>false</UseDebugLibraries>
  54. <PlatformToolset>v143</PlatformToolset>
  55. <WholeProgramOptimization>true</WholeProgramOptimization>
  56. <CharacterSet>Unicode</CharacterSet>
  57. <UseOfMfc>Static</UseOfMfc>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  60. <ImportGroup Label="ExtensionSettings">
  61. </ImportGroup>
  62. <ImportGroup Label="Shared">
  63. </ImportGroup>
  64. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  75. </ImportGroup>
  76. <PropertyGroup Label="UserMacros" />
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <IncludePath>C:\Program Files\MySQL\MySQL Server 8.0\include;$(IncludePath)</IncludePath>
  80. <LibraryPath>C:\Program Files\MySQL\MySQL Server 8.0\lib;$(LibraryPath)</LibraryPath>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  83. <LinkIncremental>true</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <LinkIncremental>false</LinkIncremental>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. </PropertyGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  92. <ClCompile>
  93. <PrecompiledHeader>Use</PrecompiledHeader>
  94. <WarningLevel>Level3</WarningLevel>
  95. <SDLCheck>false</SDLCheck>
  96. <PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. </Link>
  102. <Midl>
  103. <MkTypLibCompatible>false</MkTypLibCompatible>
  104. <ValidateAllParameters>true</ValidateAllParameters>
  105. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. </Midl>
  107. <ResourceCompile>
  108. <Culture>0x0804</Culture>
  109. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  111. </ResourceCompile>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  114. <ClCompile>
  115. <PrecompiledHeader>Use</PrecompiledHeader>
  116. <WarningLevel>Level3</WarningLevel>
  117. <SDLCheck>true</SDLCheck>
  118. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  120. </ClCompile>
  121. <Link>
  122. <SubSystem>Windows</SubSystem>
  123. </Link>
  124. <Midl>
  125. <MkTypLibCompatible>false</MkTypLibCompatible>
  126. <ValidateAllParameters>true</ValidateAllParameters>
  127. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. </Midl>
  129. <ResourceCompile>
  130. <Culture>0x0804</Culture>
  131. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  133. </ResourceCompile>
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  136. <ClCompile>
  137. <PrecompiledHeader>Use</PrecompiledHeader>
  138. <WarningLevel>Level3</WarningLevel>
  139. <FunctionLevelLinking>true</FunctionLevelLinking>
  140. <IntrinsicFunctions>true</IntrinsicFunctions>
  141. <SDLCheck>true</SDLCheck>
  142. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Windows</SubSystem>
  147. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  148. <OptimizeReferences>true</OptimizeReferences>
  149. </Link>
  150. <Midl>
  151. <MkTypLibCompatible>false</MkTypLibCompatible>
  152. <ValidateAllParameters>true</ValidateAllParameters>
  153. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. </Midl>
  155. <ResourceCompile>
  156. <Culture>0x0804</Culture>
  157. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  158. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  159. </ResourceCompile>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  162. <ClCompile>
  163. <PrecompiledHeader>Use</PrecompiledHeader>
  164. <WarningLevel>Level3</WarningLevel>
  165. <FunctionLevelLinking>true</FunctionLevelLinking>
  166. <IntrinsicFunctions>true</IntrinsicFunctions>
  167. <SDLCheck>true</SDLCheck>
  168. <PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  170. </ClCompile>
  171. <Link>
  172. <SubSystem>Windows</SubSystem>
  173. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  174. <OptimizeReferences>true</OptimizeReferences>
  175. </Link>
  176. <Midl>
  177. <MkTypLibCompatible>false</MkTypLibCompatible>
  178. <ValidateAllParameters>true</ValidateAllParameters>
  179. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  180. </Midl>
  181. <ResourceCompile>
  182. <Culture>0x0804</Culture>
  183. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  184. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  185. </ResourceCompile>
  186. </ItemDefinitionGroup>
  187. <ItemGroup>
  188. <ClInclude Include="AddDep.h" />
  189. <ClInclude Include="AddPost.h" />
  190. <ClInclude Include="framework.h" />
  191. <ClInclude Include="HtlMsql.h" />
  192. <ClInclude Include="pch.h" />
  193. <ClInclude Include="Personnel.h" />
  194. <ClInclude Include="RegisterDlg.h" />
  195. <ClInclude Include="Resource.h" />
  196. <ClInclude Include="SupportStaff.h" />
  197. <ClInclude Include="targetver.h" />
  198. <ClInclude Include="ZGKJ.h" />
  199. <ClInclude Include="ZGKJDlg.h" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <ClCompile Include="AddDep.cpp" />
  203. <ClCompile Include="AddPost.cpp" />
  204. <ClCompile Include="HtlMsql.cpp" />
  205. <ClCompile Include="pch.cpp">
  206. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  207. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  208. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  209. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  210. </ClCompile>
  211. <ClCompile Include="Personnel.cpp" />
  212. <ClCompile Include="RegisterDlg.cpp" />
  213. <ClCompile Include="SupportStaff.cpp" />
  214. <ClCompile Include="ZGKJ.cpp" />
  215. <ClCompile Include="ZGKJDlg.cpp" />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <ResourceCompile Include="ZGKJ.rc" />
  219. </ItemGroup>
  220. <ItemGroup>
  221. <None Include="res\ZGKJ.rc2" />
  222. </ItemGroup>
  223. <ItemGroup>
  224. <Image Include="res\ZGKJ.ico" />
  225. </ItemGroup>
  226. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  227. <ImportGroup Label="ExtensionTargets">
  228. </ImportGroup>
  229. </Project>