cglm.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. <ClCompile Include="..\src\affine.c" />
  23. <ClCompile Include="..\src\bezier.c" />
  24. <ClCompile Include="..\src\box.c" />
  25. <ClCompile Include="..\src\cam.c" />
  26. <ClCompile Include="..\src\curve.c" />
  27. <ClCompile Include="..\src\dllmain.c" />
  28. <ClCompile Include="..\src\ease.c" />
  29. <ClCompile Include="..\src\euler.c" />
  30. <ClCompile Include="..\src\frustum.c" />
  31. <ClCompile Include="..\src\io.c" />
  32. <ClCompile Include="..\src\mat3.c" />
  33. <ClCompile Include="..\src\mat4.c" />
  34. <ClCompile Include="..\src\plane.c" />
  35. <ClCompile Include="..\src\project.c" />
  36. <ClCompile Include="..\src\quat.c" />
  37. <ClCompile Include="..\src\sphere.c" />
  38. <ClCompile Include="..\src\vec3.c" />
  39. <ClCompile Include="..\src\vec4.c" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <ClInclude Include="..\include\cglm\affine-mat.h" />
  43. <ClInclude Include="..\include\cglm\affine.h" />
  44. <ClInclude Include="..\include\cglm\bezier.h" />
  45. <ClInclude Include="..\include\cglm\box.h" />
  46. <ClInclude Include="..\include\cglm\call.h" />
  47. <ClInclude Include="..\include\cglm\call\affine.h" />
  48. <ClInclude Include="..\include\cglm\call\bezier.h" />
  49. <ClInclude Include="..\include\cglm\call\box.h" />
  50. <ClInclude Include="..\include\cglm\call\cam.h" />
  51. <ClInclude Include="..\include\cglm\call\curve.h" />
  52. <ClInclude Include="..\include\cglm\call\ease.h" />
  53. <ClInclude Include="..\include\cglm\call\euler.h" />
  54. <ClInclude Include="..\include\cglm\call\frustum.h" />
  55. <ClInclude Include="..\include\cglm\call\io.h" />
  56. <ClInclude Include="..\include\cglm\call\mat3.h" />
  57. <ClInclude Include="..\include\cglm\call\mat4.h" />
  58. <ClInclude Include="..\include\cglm\call\plane.h" />
  59. <ClInclude Include="..\include\cglm\call\project.h" />
  60. <ClInclude Include="..\include\cglm\call\quat.h" />
  61. <ClInclude Include="..\include\cglm\call\sphere.h" />
  62. <ClInclude Include="..\include\cglm\call\vec3.h" />
  63. <ClInclude Include="..\include\cglm\call\vec4.h" />
  64. <ClInclude Include="..\include\cglm\cam.h" />
  65. <ClInclude Include="..\include\cglm\cglm.h" />
  66. <ClInclude Include="..\include\cglm\color.h" />
  67. <ClInclude Include="..\include\cglm\common.h" />
  68. <ClInclude Include="..\include\cglm\curve.h" />
  69. <ClInclude Include="..\include\cglm\ease.h" />
  70. <ClInclude Include="..\include\cglm\euler.h" />
  71. <ClInclude Include="..\include\cglm\frustum.h" />
  72. <ClInclude Include="..\include\cglm\io.h" />
  73. <ClInclude Include="..\include\cglm\mat3.h" />
  74. <ClInclude Include="..\include\cglm\mat4.h" />
  75. <ClInclude Include="..\include\cglm\plane.h" />
  76. <ClInclude Include="..\include\cglm\project.h" />
  77. <ClInclude Include="..\include\cglm\quat.h" />
  78. <ClInclude Include="..\include\cglm\simd\arm.h" />
  79. <ClInclude Include="..\include\cglm\simd\avx\affine.h" />
  80. <ClInclude Include="..\include\cglm\simd\avx\mat4.h" />
  81. <ClInclude Include="..\include\cglm\simd\intrin.h" />
  82. <ClInclude Include="..\include\cglm\simd\neon\mat4.h" />
  83. <ClInclude Include="..\include\cglm\simd\sse2\affine.h" />
  84. <ClInclude Include="..\include\cglm\simd\sse2\mat3.h" />
  85. <ClInclude Include="..\include\cglm\simd\sse2\mat4.h" />
  86. <ClInclude Include="..\include\cglm\simd\sse2\quat.h" />
  87. <ClInclude Include="..\include\cglm\simd\x86.h" />
  88. <ClInclude Include="..\include\cglm\sphere.h" />
  89. <ClInclude Include="..\include\cglm\types.h" />
  90. <ClInclude Include="..\include\cglm\util.h" />
  91. <ClInclude Include="..\include\cglm\vec3-ext.h" />
  92. <ClInclude Include="..\include\cglm\vec3.h" />
  93. <ClInclude Include="..\include\cglm\vec4-ext.h" />
  94. <ClInclude Include="..\include\cglm\vec4.h" />
  95. <ClInclude Include="..\include\cglm\version.h" />
  96. <ClInclude Include="..\src\config.h" />
  97. </ItemGroup>
  98. <PropertyGroup Label="Globals">
  99. <VCProjectVersion>15.0</VCProjectVersion>
  100. <ProjectGuid>{CA8BCAF9-CD25-4133-8F62-3D1449B5D2FC}</ProjectGuid>
  101. <Keyword>Win32Proj</Keyword>
  102. <RootNamespace>cglm</RootNamespace>
  103. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  104. </PropertyGroup>
  105. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  107. <ConfigurationType>DynamicLibrary</ConfigurationType>
  108. <UseDebugLibraries>true</UseDebugLibraries>
  109. <PlatformToolset>v141</PlatformToolset>
  110. <CharacterSet>Unicode</CharacterSet>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  113. <ConfigurationType>DynamicLibrary</ConfigurationType>
  114. <UseDebugLibraries>false</UseDebugLibraries>
  115. <PlatformToolset>v141</PlatformToolset>
  116. <WholeProgramOptimization>true</WholeProgramOptimization>
  117. <CharacterSet>Unicode</CharacterSet>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  120. <ConfigurationType>DynamicLibrary</ConfigurationType>
  121. <UseDebugLibraries>true</UseDebugLibraries>
  122. <PlatformToolset>v141</PlatformToolset>
  123. <CharacterSet>Unicode</CharacterSet>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  126. <ConfigurationType>DynamicLibrary</ConfigurationType>
  127. <UseDebugLibraries>false</UseDebugLibraries>
  128. <PlatformToolset>v141</PlatformToolset>
  129. <WholeProgramOptimization>true</WholeProgramOptimization>
  130. <CharacterSet>Unicode</CharacterSet>
  131. </PropertyGroup>
  132. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  133. <ImportGroup Label="ExtensionSettings">
  134. </ImportGroup>
  135. <ImportGroup Label="Shared">
  136. </ImportGroup>
  137. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  138. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  139. </ImportGroup>
  140. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  141. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  142. </ImportGroup>
  143. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  144. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  145. </ImportGroup>
  146. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  147. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  148. </ImportGroup>
  149. <PropertyGroup Label="UserMacros" />
  150. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  151. <LinkIncremental>true</LinkIncremental>
  152. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  153. <RunCodeAnalysis>true</RunCodeAnalysis>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  156. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  157. <RunCodeAnalysis>true</RunCodeAnalysis>
  158. </PropertyGroup>
  159. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  160. <LinkIncremental>false</LinkIncremental>
  161. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  162. <RunCodeAnalysis>true</RunCodeAnalysis>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  165. <LinkIncremental>false</LinkIncremental>
  166. <CodeAnalysisRuleSet>NativeRecommendedRules.ruleset</CodeAnalysisRuleSet>
  167. <RunCodeAnalysis>true</RunCodeAnalysis>
  168. </PropertyGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  170. <ClCompile>
  171. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  172. <WarningLevel>Level3</WarningLevel>
  173. <Optimization>MaxSpeed</Optimization>
  174. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  175. <DebugInformationFormat>None</DebugInformationFormat>
  176. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  177. <PrecompiledHeaderFile />
  178. <CompileAs>CompileAsC</CompileAs>
  179. <WholeProgramOptimization>true</WholeProgramOptimization>
  180. <EnablePREfast>true</EnablePREfast>
  181. </ClCompile>
  182. <Link>
  183. <SubSystem>Windows</SubSystem>
  184. </Link>
  185. </ItemDefinitionGroup>
  186. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  187. <ClCompile>
  188. <WarningLevel>Level3</WarningLevel>
  189. <Optimization>MaxSpeed</Optimization>
  190. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  191. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  192. <IntrinsicFunctions>true</IntrinsicFunctions>
  193. <WholeProgramOptimization>true</WholeProgramOptimization>
  194. <PrecompiledHeaderFile />
  195. <CompileAs>CompileAsC</CompileAs>
  196. <DebugInformationFormat>None</DebugInformationFormat>
  197. <BasicRuntimeChecks>Default</BasicRuntimeChecks>
  198. <EnablePREfast>true</EnablePREfast>
  199. </ClCompile>
  200. <Link>
  201. <SubSystem>Windows</SubSystem>
  202. </Link>
  203. </ItemDefinitionGroup>
  204. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  205. <ClCompile>
  206. <WarningLevel>Level3</WarningLevel>
  207. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  208. <Optimization>MaxSpeed</Optimization>
  209. <FunctionLevelLinking>true</FunctionLevelLinking>
  210. <IntrinsicFunctions>true</IntrinsicFunctions>
  211. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  212. <DebugInformationFormat>None</DebugInformationFormat>
  213. <PrecompiledHeaderFile />
  214. <CompileAs>CompileAsC</CompileAs>
  215. <EnablePREfast>true</EnablePREfast>
  216. </ClCompile>
  217. <Link>
  218. <SubSystem>Windows</SubSystem>
  219. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  220. <OptimizeReferences>true</OptimizeReferences>
  221. </Link>
  222. </ItemDefinitionGroup>
  223. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  224. <ClCompile>
  225. <WarningLevel>Level3</WarningLevel>
  226. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  227. <Optimization>MaxSpeed</Optimization>
  228. <FunctionLevelLinking>true</FunctionLevelLinking>
  229. <IntrinsicFunctions>true</IntrinsicFunctions>
  230. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CGLM_EXPORTS;CGLM_DLL;%(PreprocessorDefinitions);CGLM_DLL</PreprocessorDefinitions>
  231. <DebugInformationFormat>None</DebugInformationFormat>
  232. <PrecompiledHeaderFile />
  233. <CompileAs>CompileAsC</CompileAs>
  234. <EnablePREfast>true</EnablePREfast>
  235. </ClCompile>
  236. <Link>
  237. <SubSystem>Windows</SubSystem>
  238. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  239. <OptimizeReferences>true</OptimizeReferences>
  240. </Link>
  241. </ItemDefinitionGroup>
  242. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  243. <ImportGroup Label="ExtensionTargets">
  244. </ImportGroup>
  245. </Project>