librecast.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</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|ARM">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="..\DebugUtils\DebugDraw.cpp" />
  31. <ClCompile Include="..\DebugUtils\DetourDebugDraw.cpp" />
  32. <ClCompile Include="..\DebugUtils\RecastDebugDraw.cpp" />
  33. <ClCompile Include="..\DebugUtils\RecastDump.cpp" />
  34. <ClCompile Include="..\DetourCrowd\DetourCrowd.cpp" />
  35. <ClCompile Include="..\DetourCrowd\DetourLocalBoundary.cpp" />
  36. <ClCompile Include="..\DetourCrowd\DetourObstacleAvoidance.cpp" />
  37. <ClCompile Include="..\DetourCrowd\DetourPathCorridor.cpp" />
  38. <ClCompile Include="..\DetourCrowd\DetourPathQueue.cpp" />
  39. <ClCompile Include="..\DetourCrowd\DetourProximityGrid.cpp" />
  40. <ClCompile Include="..\DetourTileCache\DetourTileCache.cpp" />
  41. <ClCompile Include="..\DetourTileCache\DetourTileCacheBuilder.cpp" />
  42. <ClCompile Include="..\Detour\DetourAlloc.cpp" />
  43. <ClCompile Include="..\Detour\DetourCommon.cpp" />
  44. <ClCompile Include="..\Detour\DetourNavMesh.cpp" />
  45. <ClCompile Include="..\Detour\DetourNavMeshBuilder.cpp" />
  46. <ClCompile Include="..\Detour\DetourNavMeshQuery.cpp" />
  47. <ClCompile Include="..\Detour\DetourNode.cpp" />
  48. <ClCompile Include="..\fastlz\fastlz.c" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <ClInclude Include="..\DebugUtils\DebugDraw.h" />
  52. <ClInclude Include="..\DebugUtils\DetourDebugDraw.h" />
  53. <ClInclude Include="..\DebugUtils\RecastDebugDraw.h" />
  54. <ClInclude Include="..\DebugUtils\RecastDump.h" />
  55. <ClInclude Include="..\DetourCrowd\DetourCrowd.h" />
  56. <ClInclude Include="..\DetourCrowd\DetourLocalBoundary.h" />
  57. <ClInclude Include="..\DetourCrowd\DetourObstacleAvoidance.h" />
  58. <ClInclude Include="..\DetourCrowd\DetourPathCorridor.h" />
  59. <ClInclude Include="..\DetourCrowd\DetourPathQueue.h" />
  60. <ClInclude Include="..\DetourCrowd\DetourProximityGrid.h" />
  61. <ClInclude Include="..\DetourTileCache\DetourTileCache.h" />
  62. <ClInclude Include="..\DetourTileCache\DetourTileCacheBuilder.h" />
  63. <ClInclude Include="..\Detour\DetourAlloc.h" />
  64. <ClInclude Include="..\Detour\DetourAssert.h" />
  65. <ClInclude Include="..\Detour\DetourCommon.h" />
  66. <ClInclude Include="..\Detour\DetourMath.h" />
  67. <ClInclude Include="..\Detour\DetourNavMesh.h" />
  68. <ClInclude Include="..\Detour\DetourNavMeshBuilder.h" />
  69. <ClInclude Include="..\Detour\DetourNavMeshQuery.h" />
  70. <ClInclude Include="..\Detour\DetourNode.h" />
  71. <ClInclude Include="..\Detour\DetourStatus.h" />
  72. <ClInclude Include="..\fastlz\fastlz.h" />
  73. </ItemGroup>
  74. <PropertyGroup Label="Globals">
  75. <ProjectGuid>{f551524d-8a70-4b2f-a7c2-28ae61150022}</ProjectGuid>
  76. <Keyword>StaticLibrary</Keyword>
  77. <ProjectName>librecast</ProjectName>
  78. <RootNamespace>librecast</RootNamespace>
  79. <DefaultLanguage>en-US</DefaultLanguage>
  80. <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
  81. <AppContainerApplication>true</AppContainerApplication>
  82. <ApplicationType>Windows Store</ApplicationType>
  83. <ApplicationTypeRevision>8.2</ApplicationTypeRevision>
  84. <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
  85. <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
  86. </PropertyGroup>
  87. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  89. <ConfigurationType>StaticLibrary</ConfigurationType>
  90. <UseDebugLibraries>true</UseDebugLibraries>
  91. <PlatformToolset>v140</PlatformToolset>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  94. <ConfigurationType>StaticLibrary</ConfigurationType>
  95. <UseDebugLibraries>true</UseDebugLibraries>
  96. <PlatformToolset>v140</PlatformToolset>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  99. <ConfigurationType>StaticLibrary</ConfigurationType>
  100. <UseDebugLibraries>true</UseDebugLibraries>
  101. <PlatformToolset>v140</PlatformToolset>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  104. <ConfigurationType>StaticLibrary</ConfigurationType>
  105. <UseDebugLibraries>false</UseDebugLibraries>
  106. <WholeProgramOptimization>true</WholeProgramOptimization>
  107. <PlatformToolset>v140</PlatformToolset>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  110. <ConfigurationType>StaticLibrary</ConfigurationType>
  111. <UseDebugLibraries>false</UseDebugLibraries>
  112. <WholeProgramOptimization>true</WholeProgramOptimization>
  113. <PlatformToolset>v140</PlatformToolset>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  116. <ConfigurationType>StaticLibrary</ConfigurationType>
  117. <UseDebugLibraries>false</UseDebugLibraries>
  118. <WholeProgramOptimization>true</WholeProgramOptimization>
  119. <PlatformToolset>v140</PlatformToolset>
  120. </PropertyGroup>
  121. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  122. <ImportGroup Label="ExtensionSettings">
  123. </ImportGroup>
  124. <ImportGroup Label="Shared">
  125. </ImportGroup>
  126. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  127. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  128. </ImportGroup>
  129. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  130. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  131. </ImportGroup>
  132. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  133. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  134. </ImportGroup>
  135. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  136. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  137. </ImportGroup>
  138. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  139. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  140. </ImportGroup>
  141. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  142. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  143. </ImportGroup>
  144. <PropertyGroup Label="UserMacros" />
  145. <PropertyGroup />
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  147. <GenerateManifest>false</GenerateManifest>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  150. <GenerateManifest>false</GenerateManifest>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  153. <GenerateManifest>false</GenerateManifest>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  156. <GenerateManifest>false</GenerateManifest>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  159. <GenerateManifest>false</GenerateManifest>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  162. <GenerateManifest>false</GenerateManifest>
  163. </PropertyGroup>
  164. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  165. <ClCompile>
  166. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  167. <CompileAsWinRT>false</CompileAsWinRT>
  168. <SDLCheck>true</SDLCheck>
  169. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  170. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  171. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  172. </ClCompile>
  173. <Link>
  174. <SubSystem>Console</SubSystem>
  175. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  176. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  177. </Link>
  178. </ItemDefinitionGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  180. <ClCompile>
  181. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  182. <CompileAsWinRT>false</CompileAsWinRT>
  183. <SDLCheck>true</SDLCheck>
  184. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  185. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <WholeProgramOptimization>false</WholeProgramOptimization>
  187. </ClCompile>
  188. <Link>
  189. <SubSystem>Console</SubSystem>
  190. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  191. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  192. </Link>
  193. <Lib>
  194. <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
  195. </Lib>
  196. </ItemDefinitionGroup>
  197. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
  198. <ClCompile>
  199. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  200. <CompileAsWinRT>false</CompileAsWinRT>
  201. <SDLCheck>true</SDLCheck>
  202. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  203. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  204. </ClCompile>
  205. <Link>
  206. <SubSystem>Console</SubSystem>
  207. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  208. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  209. </Link>
  210. </ItemDefinitionGroup>
  211. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
  212. <ClCompile>
  213. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  214. <CompileAsWinRT>false</CompileAsWinRT>
  215. <SDLCheck>true</SDLCheck>
  216. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  217. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  218. <WholeProgramOptimization>false</WholeProgramOptimization>
  219. </ClCompile>
  220. <Link>
  221. <SubSystem>Console</SubSystem>
  222. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  223. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  224. </Link>
  225. <Lib>
  226. <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
  227. </Lib>
  228. </ItemDefinitionGroup>
  229. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  230. <ClCompile>
  231. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  232. <CompileAsWinRT>false</CompileAsWinRT>
  233. <SDLCheck>true</SDLCheck>
  234. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  235. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  236. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  237. </ClCompile>
  238. <Link>
  239. <SubSystem>Console</SubSystem>
  240. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  241. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  242. </Link>
  243. </ItemDefinitionGroup>
  244. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  245. <ClCompile>
  246. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  247. <CompileAsWinRT>false</CompileAsWinRT>
  248. <SDLCheck>true</SDLCheck>
  249. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  250. <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  251. <WholeProgramOptimization>false</WholeProgramOptimization>
  252. </ClCompile>
  253. <Link>
  254. <SubSystem>Console</SubSystem>
  255. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  256. <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
  257. </Link>
  258. <Lib>
  259. <LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
  260. </Lib>
  261. </ItemDefinitionGroup>
  262. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  263. <ImportGroup Label="ExtensionTargets">
  264. </ImportGroup>
  265. </Project>