heaps.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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="ReleaseVS2013|Win32">
  9. <Configuration>ReleaseVS2013</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|x64">
  21. <Configuration>Release</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. </ItemGroup>
  25. <ItemGroup>
  26. <ClCompile Include="..\..\include\meshoptimizer\allocator.cpp" />
  27. <ClCompile Include="..\..\include\meshoptimizer\clusterizer.cpp" />
  28. <ClCompile Include="..\..\include\meshoptimizer\indexcodec.cpp" />
  29. <ClCompile Include="..\..\include\meshoptimizer\indexgenerator.cpp" />
  30. <ClCompile Include="..\..\include\meshoptimizer\overdrawanalyzer.cpp" />
  31. <ClCompile Include="..\..\include\meshoptimizer\overdrawoptimizer.cpp" />
  32. <ClCompile Include="..\..\include\meshoptimizer\quantization.cpp" />
  33. <ClCompile Include="..\..\include\meshoptimizer\simplifier.cpp" />
  34. <ClCompile Include="..\..\include\meshoptimizer\spatialorder.cpp" />
  35. <ClCompile Include="..\..\include\meshoptimizer\stripifier.cpp" />
  36. <ClCompile Include="..\..\include\meshoptimizer\vcacheanalyzer.cpp" />
  37. <ClCompile Include="..\..\include\meshoptimizer\vcacheoptimizer.cpp" />
  38. <ClCompile Include="..\..\include\meshoptimizer\vertexcodec.cpp" />
  39. <ClCompile Include="..\..\include\meshoptimizer\vertexfilter.cpp" />
  40. <ClCompile Include="..\..\include\meshoptimizer\vfetchanalyzer.cpp" />
  41. <ClCompile Include="..\..\include\meshoptimizer\vfetchoptimizer.cpp" />
  42. <ClCompile Include="..\..\include\mikktspace\mikktspace.c" />
  43. <ClCompile Include="meshoptimizer.cpp" />
  44. <ClCompile Include="mikkt.c" />
  45. <ClCompile Include="vhacd.cpp" />
  46. <ClCompile Include="renderdoc.c" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <ClInclude Include="..\..\include\meshoptimizer\meshoptimizer.h" />
  50. <ClInclude Include="..\..\include\mikktspace\mikktspace.h" />
  51. <ClInclude Include="..\..\include\vhacd\VHACD.h" />
  52. <ClInclude Include="..\..\include\renderdoc\renderdoc_app.h" />
  53. </ItemGroup>
  54. <PropertyGroup Label="Globals">
  55. <VCProjectVersion>17.0</VCProjectVersion>
  56. <Keyword>Win32Proj</Keyword>
  57. <ProjectGuid>{e3f735ed-9701-46be-a86c-c61d3ce0d525}</ProjectGuid>
  58. <RootNamespace>heaps</RootNamespace>
  59. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  60. </PropertyGroup>
  61. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>true</UseDebugLibraries>
  65. <PlatformToolset>v142</PlatformToolset>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  69. <ConfigurationType>DynamicLibrary</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <PlatformToolset>v142</PlatformToolset>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <CharacterSet>Unicode</CharacterSet>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  76. <ConfigurationType>DynamicLibrary</ConfigurationType>
  77. <UseDebugLibraries>true</UseDebugLibraries>
  78. <PlatformToolset>v142</PlatformToolset>
  79. <CharacterSet>Unicode</CharacterSet>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  82. <ConfigurationType>DynamicLibrary</ConfigurationType>
  83. <UseDebugLibraries>false</UseDebugLibraries>
  84. <PlatformToolset>v142</PlatformToolset>
  85. <WholeProgramOptimization>true</WholeProgramOptimization>
  86. <CharacterSet>Unicode</CharacterSet>
  87. </PropertyGroup>
  88. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  89. <PlatformToolset>v142</PlatformToolset>
  90. </PropertyGroup>
  91. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  92. <ImportGroup Label="ExtensionSettings">
  93. </ImportGroup>
  94. <ImportGroup Label="Shared">
  95. </ImportGroup>
  96. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  97. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  98. </ImportGroup>
  99. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  100. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  101. </ImportGroup>
  102. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  104. </ImportGroup>
  105. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  106. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  107. </ImportGroup>
  108. <PropertyGroup Label="UserMacros" />
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <TargetExt>.hdll</TargetExt>
  111. <LibraryPath>../../x64/$(Configuration);$(LibraryPath)</LibraryPath>
  112. <IncludePath>../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../include/renderdoc;../../src;$(IncludePath)</IncludePath>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  115. <TargetExt>.hdll</TargetExt>
  116. <LibraryPath>../../x64/$(Configuration);$(LibraryPath)</LibraryPath>
  117. <IncludePath>../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../include/renderdoc;../../src;$(IncludePath)</IncludePath>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  120. <IncludePath>../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../include/renderdoc;../../src;$(IncludePath)</IncludePath>
  121. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  124. <IncludePath>../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../include/renderdoc;../../src;$(IncludePath)</IncludePath>
  125. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  128. <IncludePath>../../include/meshoptimizer;../../include/mikktspace;../../include/vhacd;../../include/renderdoc;../../src;$(IncludePath)</IncludePath>
  129. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
  130. </PropertyGroup>
  131. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  132. <ClCompile>
  133. <WarningLevel>Level3</WarningLevel>
  134. <SDLCheck>true</SDLCheck>
  135. <PreprocessorDefinitions>WIN32;_DEBUG;HEAPS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <ConformanceMode>true</ConformanceMode>
  137. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  138. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  139. <LanguageStandard_C>stdc11</LanguageStandard_C>
  140. </ClCompile>
  141. <Link>
  142. <SubSystem>Windows</SubSystem>
  143. <GenerateDebugInformation>true</GenerateDebugInformation>
  144. <EnableUAC>false</EnableUAC>
  145. <AdditionalDependencies>libhl.lib;%(AdditionalDependencies)</AdditionalDependencies>
  146. </Link>
  147. </ItemDefinitionGroup>
  148. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  149. <ClCompile>
  150. <WarningLevel>Level3</WarningLevel>
  151. <FunctionLevelLinking>true</FunctionLevelLinking>
  152. <IntrinsicFunctions>true</IntrinsicFunctions>
  153. <SDLCheck>true</SDLCheck>
  154. <PreprocessorDefinitions>WIN32;NDEBUG;HEAPS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  155. <ConformanceMode>true</ConformanceMode>
  156. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  157. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  158. <LanguageStandard_C>stdc11</LanguageStandard_C>
  159. </ClCompile>
  160. <Link>
  161. <SubSystem>Windows</SubSystem>
  162. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  163. <OptimizeReferences>true</OptimizeReferences>
  164. <GenerateDebugInformation>true</GenerateDebugInformation>
  165. <EnableUAC>false</EnableUAC>
  166. <AdditionalDependencies>libhl.lib;%(AdditionalDependencies)</AdditionalDependencies>
  167. </Link>
  168. </ItemDefinitionGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  170. <ClCompile>
  171. <WarningLevel>Level3</WarningLevel>
  172. <PreprocessorDefinitions>_DEBUG;HEAPS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  173. <ConformanceMode>true</ConformanceMode>
  174. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  175. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  176. <LanguageStandard_C>stdc11</LanguageStandard_C>
  177. </ClCompile>
  178. <Link>
  179. <SubSystem>Windows</SubSystem>
  180. <GenerateDebugInformation>true</GenerateDebugInformation>
  181. <EnableUAC>false</EnableUAC>
  182. <AdditionalDependencies>libhl.lib;%(AdditionalDependencies)</AdditionalDependencies>
  183. <AdditionalDependencies>libhl.lib;%(AdditionalDependencies)</AdditionalDependencies>
  184. </Link>
  185. </ItemDefinitionGroup>
  186. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  187. <ClCompile>
  188. <WarningLevel>Level3</WarningLevel>
  189. <FunctionLevelLinking>true</FunctionLevelLinking>
  190. <IntrinsicFunctions>true</IntrinsicFunctions>
  191. <PreprocessorDefinitions>NDEBUG;HEAPS_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  192. <ConformanceMode>true</ConformanceMode>
  193. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  194. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  195. <LanguageStandard_C>stdc11</LanguageStandard_C>
  196. </ClCompile>
  197. <Link>
  198. <SubSystem>Windows</SubSystem>
  199. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  200. <OptimizeReferences>true</OptimizeReferences>
  201. <GenerateDebugInformation>true</GenerateDebugInformation>
  202. <EnableUAC>false</EnableUAC>
  203. <AdditionalDependencies>libhl.lib;%(AdditionalDependencies)</AdditionalDependencies>
  204. </Link>
  205. </ItemDefinitionGroup>
  206. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  207. <Link>
  208. <AdditionalDependencies>libhl.lib;%(AdditionalDependencies)</AdditionalDependencies>
  209. </Link>
  210. </ItemDefinitionGroup>
  211. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  212. <ImportGroup Label="ExtensionTargets">
  213. </ImportGroup>
  214. </Project>