DKGL2 sample codes

DKGLDemoScene.vcxproj 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. <ItemGroup>
  22. <ClInclude Include="..\Common\app.h" />
  23. <ClInclude Include="..\Common\util.h" />
  24. <ClInclude Include="..\Common\Win32\Resource.h" />
  25. <ClInclude Include="..\Common\Win32\stdafx.h" />
  26. <ClInclude Include="..\Common\Win32\targetver.h" />
  27. <ClInclude Include="..\Libs\tinyobjLoader\tiny_obj_loader.h" />
  28. <ClInclude Include="ObjImportUtil.h" />
  29. <ClInclude Include="StaticMesh.h" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <Image Include="..\Common\Win32\SampleApp.ico" />
  33. <Image Include="..\Common\Win32\small.ico" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ResourceCompile Include="..\Common\Win32\SampleApp.rc" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <ClCompile Include="..\Common\dkgl_new.cpp" />
  40. <ClCompile Include="..\Libs\tinyobjLoader\tiny_obj_loader.cc" />
  41. <ClCompile Include="ObjImportUtil.cpp" />
  42. <ClCompile Include="DKGLDemoScene.cpp" />
  43. <ClCompile Include="StaticMesh.cpp" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ProjectReference Include="..\..\DK\DK_static.vcxproj">
  47. <Project>{c7312831-a3f6-4e7d-962b-6786972f0a6a}</Project>
  48. </ProjectReference>
  49. </ItemGroup>
  50. <PropertyGroup Label="Globals">
  51. <VCProjectVersion>15.0</VCProjectVersion>
  52. <ProjectGuid>{A0D955EB-B0BD-4FD1-B383-E965FBDBFFDA}</ProjectGuid>
  53. <Keyword>Win32Proj</Keyword>
  54. <RootNamespace>Texture</RootNamespace>
  55. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  59. <ConfigurationType>Application</ConfigurationType>
  60. <UseDebugLibraries>true</UseDebugLibraries>
  61. <PlatformToolset>v142</PlatformToolset>
  62. <CharacterSet>Unicode</CharacterSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  65. <ConfigurationType>Application</ConfigurationType>
  66. <UseDebugLibraries>false</UseDebugLibraries>
  67. <PlatformToolset>v142</PlatformToolset>
  68. <WholeProgramOptimization>true</WholeProgramOptimization>
  69. <CharacterSet>Unicode</CharacterSet>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  72. <ConfigurationType>Application</ConfigurationType>
  73. <UseDebugLibraries>true</UseDebugLibraries>
  74. <PlatformToolset>v142</PlatformToolset>
  75. <CharacterSet>Unicode</CharacterSet>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  78. <ConfigurationType>Application</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <PlatformToolset>v142</PlatformToolset>
  81. <WholeProgramOptimization>true</WholeProgramOptimization>
  82. <CharacterSet>Unicode</CharacterSet>
  83. </PropertyGroup>
  84. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  85. <ImportGroup Label="ExtensionSettings">
  86. </ImportGroup>
  87. <ImportGroup Label="Shared">
  88. </ImportGroup>
  89. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. <Import Project="..\..\Samples.props" />
  92. </ImportGroup>
  93. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. <Import Project="..\..\Samples.props" />
  96. </ImportGroup>
  97. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. <Import Project="..\..\Samples.props" />
  100. </ImportGroup>
  101. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. <Import Project="..\..\Samples.props" />
  104. </ImportGroup>
  105. <PropertyGroup Label="UserMacros" />
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  107. <LinkIncremental>true</LinkIncremental>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <LinkIncremental>true</LinkIncremental>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  113. <LinkIncremental>false</LinkIncremental>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  116. <LinkIncremental>false</LinkIncremental>
  117. </PropertyGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  119. <ClCompile>
  120. <WarningLevel>Level3</WarningLevel>
  121. <Optimization>Disabled</Optimization>
  122. <SDLCheck>true</SDLCheck>
  123. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <ConformanceMode>true</ConformanceMode>
  125. <LanguageStandard_C>Default</LanguageStandard_C>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. </Link>
  131. <PostBuildEvent>
  132. <Command>echo Copying Resource Files...
  133. xcopy /Y /D /R /Q /E "$(SolutionDir)Samples\Data" "$(OutDir)Data\"
  134. </Command>
  135. </PostBuildEvent>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <Optimization>Disabled</Optimization>
  141. <SDLCheck>true</SDLCheck>
  142. <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. <ConformanceMode>true</ConformanceMode>
  144. <LanguageStandard_C>Default</LanguageStandard_C>
  145. </ClCompile>
  146. <Link>
  147. <SubSystem>Windows</SubSystem>
  148. <GenerateDebugInformation>true</GenerateDebugInformation>
  149. </Link>
  150. <PostBuildEvent>
  151. <Command>echo Copying Resource Files...
  152. xcopy /Y /D /R /Q /E "$(SolutionDir)Samples\Data" "$(OutDir)Data\"
  153. </Command>
  154. </PostBuildEvent>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  157. <ClCompile>
  158. <WarningLevel>Level3</WarningLevel>
  159. <Optimization>MaxSpeed</Optimization>
  160. <FunctionLevelLinking>true</FunctionLevelLinking>
  161. <IntrinsicFunctions>true</IntrinsicFunctions>
  162. <SDLCheck>true</SDLCheck>
  163. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. <ConformanceMode>true</ConformanceMode>
  165. <LanguageStandard_C>Default</LanguageStandard_C>
  166. </ClCompile>
  167. <Link>
  168. <SubSystem>Windows</SubSystem>
  169. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  170. <OptimizeReferences>true</OptimizeReferences>
  171. <GenerateDebugInformation>true</GenerateDebugInformation>
  172. </Link>
  173. <PostBuildEvent>
  174. <Command>echo Copying Resource Files...
  175. xcopy /Y /D /R /Q /E "$(SolutionDir)Samples\Data" "$(OutDir)Data\"
  176. </Command>
  177. </PostBuildEvent>
  178. </ItemDefinitionGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  180. <ClCompile>
  181. <WarningLevel>Level3</WarningLevel>
  182. <Optimization>MaxSpeed</Optimization>
  183. <FunctionLevelLinking>true</FunctionLevelLinking>
  184. <IntrinsicFunctions>true</IntrinsicFunctions>
  185. <SDLCheck>true</SDLCheck>
  186. <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <ConformanceMode>true</ConformanceMode>
  188. <LanguageStandard_C>Default</LanguageStandard_C>
  189. </ClCompile>
  190. <Link>
  191. <SubSystem>Windows</SubSystem>
  192. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  193. <OptimizeReferences>true</OptimizeReferences>
  194. <GenerateDebugInformation>true</GenerateDebugInformation>
  195. </Link>
  196. <PostBuildEvent>
  197. <Command>echo Copying Resource Files...
  198. xcopy /Y /D /R /Q /E "$(SolutionDir)Samples\Data" "$(OutDir)Data\"
  199. </Command>
  200. </PostBuildEvent>
  201. </ItemDefinitionGroup>
  202. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  203. <ImportGroup Label="ExtensionTargets">
  204. </ImportGroup>
  205. </Project>