dx12.vcxproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="dx12.cpp" />
  23. </ItemGroup>
  24. <PropertyGroup Label="Globals">
  25. <ProjectGuid>{F9A2435E-D545-43EB-B471-A4497D96A71B}</ProjectGuid>
  26. <Keyword>Win32Proj</Keyword>
  27. <RootNamespace>directx</RootNamespace>
  28. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  32. <ConfigurationType>DynamicLibrary</ConfigurationType>
  33. <UseDebugLibraries>true</UseDebugLibraries>
  34. <PlatformToolset>v142</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <UseDebugLibraries>false</UseDebugLibraries>
  40. <PlatformToolset>v142</PlatformToolset>
  41. <WholeProgramOptimization>true</WholeProgramOptimization>
  42. <CharacterSet>Unicode</CharacterSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>DynamicLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v142</PlatformToolset>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Label="Shared">
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  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)'=='Debug|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <PropertyGroup Label="UserMacros" />
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76. <LinkIncremental>true</LinkIncremental>
  77. <TargetExt>.hdll</TargetExt>
  78. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  79. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  80. <IntDir>$(Configuration)\dx12\</IntDir>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <LinkIncremental>true</LinkIncremental>
  84. <TargetExt>.hdll</TargetExt>
  85. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  86. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  87. <IntDir>$(Configuration)\dx12\</IntDir>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <LinkIncremental>false</LinkIncremental>
  91. <TargetExt>.hdll</TargetExt>
  92. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  93. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  94. <IntDir>$(Configuration)\dx12\</IntDir>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  97. <LinkIncremental>false</LinkIncremental>
  98. <TargetExt>.hdll</TargetExt>
  99. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
  100. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath>
  101. <IntDir>$(Configuration)\dx12\</IntDir>
  102. </PropertyGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  104. <ClCompile>
  105. <PrecompiledHeader>
  106. </PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DIRECTX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. </ClCompile>
  111. <Link>
  112. <SubSystem>Windows</SubSystem>
  113. <GenerateDebugInformation>true</GenerateDebugInformation>
  114. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  115. <AdditionalDependencies>libhl.lib;D3D12.lib;dxgi.lib;dxcompiler.lib</AdditionalDependencies>
  116. </Link>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <ClCompile>
  120. <PrecompiledHeader>
  121. </PrecompiledHeader>
  122. <WarningLevel>Level3</WarningLevel>
  123. <Optimization>Disabled</Optimization>
  124. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;DIRECTX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. </ClCompile>
  126. <Link>
  127. <SubSystem>Windows</SubSystem>
  128. <GenerateDebugInformation>true</GenerateDebugInformation>
  129. <AdditionalDependencies>libhl.lib;D3D12.lib;dxgi.lib;dxcompiler.lib</AdditionalDependencies>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  133. <ClCompile>
  134. <WarningLevel>Level3</WarningLevel>
  135. <PrecompiledHeader>
  136. </PrecompiledHeader>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DIRECTX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. </ClCompile>
  142. <Link>
  143. <SubSystem>Windows</SubSystem>
  144. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  145. <OptimizeReferences>true</OptimizeReferences>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  148. <AdditionalDependencies>libhl.lib;D3D12.lib;dxgi.lib;dxcompiler.lib</AdditionalDependencies>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  152. <ClCompile>
  153. <WarningLevel>Level3</WarningLevel>
  154. <PrecompiledHeader>
  155. </PrecompiledHeader>
  156. <Optimization>MaxSpeed</Optimization>
  157. <FunctionLevelLinking>true</FunctionLevelLinking>
  158. <IntrinsicFunctions>true</IntrinsicFunctions>
  159. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;DIRECTX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Windows</SubSystem>
  163. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  164. <OptimizeReferences>true</OptimizeReferences>
  165. <GenerateDebugInformation>true</GenerateDebugInformation>
  166. <AdditionalDependencies>libhl.lib;D3D12.lib;dxgi.lib;dxcompiler.lib</AdditionalDependencies>
  167. </Link>
  168. </ItemDefinitionGroup>
  169. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  170. <ImportGroup Label="ExtensionTargets">
  171. </ImportGroup>
  172. </Project>