No Description

TestApp1.vcxproj 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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. <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. <ProjectGuid>{AE0AF61D-F069-4AFA-AE24-A75C6A233B37}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>TestApp1</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v141</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v141</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v141</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v141</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <LinkIncremental>true</LinkIncremental>
  74. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  75. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>true</LinkIncremental>
  79. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  80. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <LinkIncremental>false</LinkIncremental>
  84. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  85. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  90. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  91. </PropertyGroup>
  92. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <ClCompile>
  94. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  95. <WarningLevel>Level3</WarningLevel>
  96. <Optimization>Disabled</Optimization>
  97. <PreprocessorDefinitions>DKGL_STATIC=1;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <AdditionalIncludeDirectories>../DK</AdditionalIncludeDirectories>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Windows</SubSystem>
  102. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  103. </Link>
  104. <Manifest>
  105. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  106. </Manifest>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  111. <WarningLevel>Level3</WarningLevel>
  112. <Optimization>Disabled</Optimization>
  113. <PreprocessorDefinitions>DKGL_STATIC=1;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <AdditionalIncludeDirectories>../DK</AdditionalIncludeDirectories>
  115. </ClCompile>
  116. <Link>
  117. <SubSystem>Windows</SubSystem>
  118. <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
  119. </Link>
  120. <Manifest>
  121. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  122. </Manifest>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  125. <ClCompile>
  126. <WarningLevel>Level3</WarningLevel>
  127. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  128. <Optimization>MaxSpeed</Optimization>
  129. <FunctionLevelLinking>true</FunctionLevelLinking>
  130. <IntrinsicFunctions>true</IntrinsicFunctions>
  131. <PreprocessorDefinitions>DKGL_STATIC=1;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <AdditionalIncludeDirectories>../DK</AdditionalIncludeDirectories>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Windows</SubSystem>
  136. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  137. <OptimizeReferences>true</OptimizeReferences>
  138. <GenerateDebugInformation>true</GenerateDebugInformation>
  139. </Link>
  140. <Manifest>
  141. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  142. </Manifest>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  148. <Optimization>MaxSpeed</Optimization>
  149. <FunctionLevelLinking>true</FunctionLevelLinking>
  150. <IntrinsicFunctions>true</IntrinsicFunctions>
  151. <PreprocessorDefinitions>DKGL_STATIC=1;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <AdditionalIncludeDirectories>../DK</AdditionalIncludeDirectories>
  153. </ClCompile>
  154. <Link>
  155. <SubSystem>Windows</SubSystem>
  156. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  157. <OptimizeReferences>true</OptimizeReferences>
  158. <GenerateDebugInformation>true</GenerateDebugInformation>
  159. </Link>
  160. <Manifest>
  161. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  162. </Manifest>
  163. </ItemDefinitionGroup>
  164. <ItemGroup>
  165. <ClInclude Include="Win32\Resource.h" />
  166. <ClInclude Include="Win32\stdafx.h" />
  167. <ClInclude Include="Win32\targetver.h" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <ClCompile Include="dkgl_new.cpp" />
  171. <ClCompile Include="TestApp1.cpp" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <ResourceCompile Include="Win32\TestApp1.rc" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <Image Include="Win32\small.ico" />
  178. <Image Include="Win32\TestApp1.ico" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ProjectReference Include="..\DK\DK_static.vcxproj">
  182. <Project>{c7312831-a3f6-4e7d-962b-6786972f0a6a}</Project>
  183. </ProjectReference>
  184. </ItemGroup>
  185. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  186. <ImportGroup Label="ExtensionTargets">
  187. </ImportGroup>
  188. </Project>