MiddleWares_YiHe 郑州颐和医院随访系统中间件

Guard.vcxproj 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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>{D15A80E5-CE67-4BEB-B431-993356D42739}</ProjectGuid>
  15. <RootNamespace>Guard</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. <WindowsTargetPlatformVersion>10.0.16299.0</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>MultiByte</CharacterSet>
  24. <UseOfMfc>Static</UseOfMfc>
  25. <PlatformToolset>v141</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>MultiByte</CharacterSet>
  32. <UseOfMfc>Static</UseOfMfc>
  33. <PlatformToolset>v141</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. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <LinkIncremental>false</LinkIncremental>
  50. </PropertyGroup>
  51. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <ClCompile>
  53. <PrecompiledHeader>Use</PrecompiledHeader>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. </ClCompile>
  58. <Link>
  59. <SubSystem>Windows</SubSystem>
  60. <GenerateDebugInformation>true</GenerateDebugInformation>
  61. <AdditionalDependencies>
  62. </AdditionalDependencies>
  63. <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
  64. <UACExecutionLevel>AsInvoker</UACExecutionLevel>
  65. </Link>
  66. <Midl>
  67. <MkTypLibCompatible>false</MkTypLibCompatible>
  68. <ValidateAllParameters>true</ValidateAllParameters>
  69. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  70. </Midl>
  71. <ResourceCompile>
  72. <Culture>0x0804</Culture>
  73. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  74. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  75. </ResourceCompile>
  76. </ItemDefinitionGroup>
  77. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <ClCompile>
  79. <WarningLevel>Level3</WarningLevel>
  80. <PrecompiledHeader>Use</PrecompiledHeader>
  81. <Optimization>MaxSpeed</Optimization>
  82. <FunctionLevelLinking>true</FunctionLevelLinking>
  83. <IntrinsicFunctions>true</IntrinsicFunctions>
  84. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85. <LanguageStandard>stdcpp17</LanguageStandard>
  86. </ClCompile>
  87. <Link>
  88. <SubSystem>Windows</SubSystem>
  89. <GenerateDebugInformation>true</GenerateDebugInformation>
  90. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  91. <OptimizeReferences>true</OptimizeReferences>
  92. <AdditionalDependencies>
  93. </AdditionalDependencies>
  94. <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
  95. <UACExecutionLevel>AsInvoker</UACExecutionLevel>
  96. </Link>
  97. <Midl>
  98. <MkTypLibCompatible>false</MkTypLibCompatible>
  99. <ValidateAllParameters>true</ValidateAllParameters>
  100. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. </Midl>
  102. <ResourceCompile>
  103. <Culture>0x0804</Culture>
  104. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  106. </ResourceCompile>
  107. </ItemDefinitionGroup>
  108. <ItemGroup>
  109. <None Include="ReadMe.txt" />
  110. <None Include="res\Guard.ico" />
  111. <None Include="res\Guard.rc2" />
  112. <None Include="res\rt_manif.bin" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ClInclude Include="AutoStart.h" />
  116. <ClInclude Include="Config.h" />
  117. <ClInclude Include="DisplayWnd.h" />
  118. <ClInclude Include="DlgProcess.h" />
  119. <ClInclude Include="DockPane.h" />
  120. <ClInclude Include="Guard.h" />
  121. <ClInclude Include="GuardMain.h" />
  122. <ClInclude Include="IView.h" />
  123. <ClInclude Include="Resource.h" />
  124. <ClInclude Include="stdafx.h" />
  125. <ClInclude Include="targetver.h" />
  126. <ClInclude Include="TrayIcon.h" />
  127. <ClInclude Include="ViewLog.h" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <ClCompile Include="AutoStart.cpp" />
  131. <ClCompile Include="Config.cpp" />
  132. <ClCompile Include="DisplayWnd.cpp" />
  133. <ClCompile Include="DlgProcess.cpp" />
  134. <ClCompile Include="DockPane.cpp" />
  135. <ClCompile Include="Guard.cpp" />
  136. <ClCompile Include="GuardMain.cpp" />
  137. <ClCompile Include="stdafx.cpp">
  138. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  139. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  140. </ClCompile>
  141. <ClCompile Include="TrayIcon.cpp" />
  142. <ClCompile Include="ViewLog.cpp" />
  143. </ItemGroup>
  144. <ItemGroup>
  145. <ResourceCompile Include="Guard.rc" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\DBCtrl\DBCtrl.vcxproj">
  149. <Project>{bbc31c4f-52df-43ec-93ac-be95dba71180}</Project>
  150. </ProjectReference>
  151. <ProjectReference Include="..\Logger\Logger.vcxproj">
  152. <Project>{18380762-be68-4ab8-b340-18679ee3774a}</Project>
  153. </ProjectReference>
  154. </ItemGroup>
  155. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  156. <ImportGroup Label="ExtensionTargets">
  157. </ImportGroup>
  158. <ProjectExtensions>
  159. <VisualStudio>
  160. <UserProperties RESOURCE_FILE="Guard.rc" />
  161. </VisualStudio>
  162. </ProjectExtensions>
  163. </Project>