librecast.vcxproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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. </ItemGroup>
  13. <ItemGroup>
  14. <ClCompile Include="..\DebugUtils\DebugDraw.cpp" />
  15. <ClCompile Include="..\DebugUtils\DetourDebugDraw.cpp" />
  16. <ClCompile Include="..\DetourCrowd\DetourCrowd.cpp" />
  17. <ClCompile Include="..\DetourCrowd\DetourLocalBoundary.cpp" />
  18. <ClCompile Include="..\DetourCrowd\DetourObstacleAvoidance.cpp" />
  19. <ClCompile Include="..\DetourCrowd\DetourPathCorridor.cpp" />
  20. <ClCompile Include="..\DetourCrowd\DetourPathQueue.cpp" />
  21. <ClCompile Include="..\DetourCrowd\DetourProximityGrid.cpp" />
  22. <ClCompile Include="..\DetourTileCache\DetourTileCache.cpp" />
  23. <ClCompile Include="..\DetourTileCache\DetourTileCacheBuilder.cpp" />
  24. <ClCompile Include="..\Detour\DetourAlloc.cpp" />
  25. <ClCompile Include="..\Detour\DetourCommon.cpp" />
  26. <ClCompile Include="..\Detour\DetourNavMesh.cpp" />
  27. <ClCompile Include="..\Detour\DetourNavMeshBuilder.cpp" />
  28. <ClCompile Include="..\Detour\DetourNavMeshQuery.cpp" />
  29. <ClCompile Include="..\Detour\DetourNode.cpp" />
  30. <ClCompile Include="..\fastlz\fastlz.c" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ClInclude Include="..\DebugUtils\DebugDraw.h" />
  34. <ClInclude Include="..\DebugUtils\DetourDebugDraw.h" />
  35. <ClInclude Include="..\DetourCrowd\DetourCrowd.h" />
  36. <ClInclude Include="..\DetourCrowd\DetourLocalBoundary.h" />
  37. <ClInclude Include="..\DetourCrowd\DetourObstacleAvoidance.h" />
  38. <ClInclude Include="..\DetourCrowd\DetourPathCorridor.h" />
  39. <ClInclude Include="..\DetourCrowd\DetourPathQueue.h" />
  40. <ClInclude Include="..\DetourCrowd\DetourProximityGrid.h" />
  41. <ClInclude Include="..\DetourTileCache\DetourTileCache.h" />
  42. <ClInclude Include="..\DetourTileCache\DetourTileCacheBuilder.h" />
  43. <ClInclude Include="..\Detour\DetourAlloc.h" />
  44. <ClInclude Include="..\Detour\DetourAssert.h" />
  45. <ClInclude Include="..\Detour\DetourCommon.h" />
  46. <ClInclude Include="..\Detour\DetourMath.h" />
  47. <ClInclude Include="..\Detour\DetourNavMesh.h" />
  48. <ClInclude Include="..\Detour\DetourNavMeshBuilder.h" />
  49. <ClInclude Include="..\Detour\DetourNavMeshQuery.h" />
  50. <ClInclude Include="..\Detour\DetourNode.h" />
  51. <ClInclude Include="..\Detour\DetourStatus.h" />
  52. <ClInclude Include="..\fastlz\fastlz.h" />
  53. </ItemGroup>
  54. <PropertyGroup Label="Globals">
  55. <ProjectGuid>{41E34993-647E-4282-8384-4AB1AE31A452}</ProjectGuid>
  56. <Keyword>Win32Proj</Keyword>
  57. <RootNamespace>librecast</RootNamespace>
  58. </PropertyGroup>
  59. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  61. <ConfigurationType>StaticLibrary</ConfigurationType>
  62. <CharacterSet>Unicode</CharacterSet>
  63. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
  64. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
  65. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
  66. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  69. <ConfigurationType>StaticLibrary</ConfigurationType>
  70. <CharacterSet>Unicode</CharacterSet>
  71. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
  72. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
  73. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
  74. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <PropertyGroup Label="UserMacros" />
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
  88. <IntDir>$(Configuration).win32\</IntDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  91. <OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
  92. <IntDir>$(Configuration).win32\</IntDir>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <PrecompiledHeader>
  97. </PrecompiledHeader>
  98. <WarningLevel>Level3</WarningLevel>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <SDLCheck>
  102. </SDLCheck>
  103. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  104. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  105. <MinimalRebuild>false</MinimalRebuild>
  106. </ClCompile>
  107. <Link>
  108. <SubSystem>Windows</SubSystem>
  109. <GenerateDebugInformation>true</GenerateDebugInformation>
  110. </Link>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  113. <ClCompile>
  114. <WarningLevel>Level3</WarningLevel>
  115. <PrecompiledHeader>
  116. </PrecompiledHeader>
  117. <Optimization>MinSpace</Optimization>
  118. <FunctionLevelLinking>true</FunctionLevelLinking>
  119. <IntrinsicFunctions>true</IntrinsicFunctions>
  120. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <SDLCheck>
  122. </SDLCheck>
  123. <AdditionalIncludeDirectories>../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  124. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  125. <DebugInformationFormat>None</DebugInformationFormat>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  131. <OptimizeReferences>true</OptimizeReferences>
  132. </Link>
  133. </ItemDefinitionGroup>
  134. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  135. <ImportGroup Label="ExtensionTargets">
  136. </ImportGroup>
  137. </Project>