|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 5 | <Configuration>Debug</Configuration>
|
|
13 | 13 | <ItemGroup>
|
14 | 14 | <ClCompile Include="..\DebugUtils\DebugDraw.cpp" />
|
15 | 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" /> |
16 | 24 | <ClCompile Include="..\Detour\DetourAlloc.cpp" />
|
17 | 25 | <ClCompile Include="..\Detour\DetourCommon.cpp" />
|
18 | 26 | <ClCompile Include="..\Detour\DetourNavMesh.cpp" />
|
|
23 | 31 | <ItemGroup>
|
24 | 32 | <ClInclude Include="..\DebugUtils\DebugDraw.h" />
|
25 | 33 | <ClInclude Include="..\DebugUtils\DetourDebugDraw.h" />
|
| 34 | + <ClInclude Include="..\DetourCrowd\DetourCrowd.h" /> |
| 35 | + <ClInclude Include="..\DetourCrowd\DetourLocalBoundary.h" /> |
| 36 | + <ClInclude Include="..\DetourCrowd\DetourObstacleAvoidance.h" /> |
| 37 | + <ClInclude Include="..\DetourCrowd\DetourPathCorridor.h" /> |
| 38 | + <ClInclude Include="..\DetourCrowd\DetourPathQueue.h" /> |
| 39 | + <ClInclude Include="..\DetourCrowd\DetourProximityGrid.h" /> |
| 40 | + <ClInclude Include="..\DetourTileCache\DetourTileCache.h" /> |
| 41 | + <ClInclude Include="..\DetourTileCache\DetourTileCacheBuilder.h" /> |
26 | 42 | <ClInclude Include="..\Detour\DetourAlloc.h" />
|
27 | 43 | <ClInclude Include="..\Detour\DetourAssert.h" />
|
28 | 44 | <ClInclude Include="..\Detour\DetourCommon.h" />
|
|
42 | 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
43 | 59 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
44 | 60 | <UseDebugLibraries>true</UseDebugLibraries>
|
45 |
| - <PlatformToolset>v110</PlatformToolset> |
| 61 | + <PlatformToolset>v120</PlatformToolset> |
46 | 62 | <CharacterSet>Unicode</CharacterSet>
|
47 | 63 | </PropertyGroup>
|
48 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
49 | 65 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
50 | 66 | <UseDebugLibraries>false</UseDebugLibraries>
|
51 |
| - <PlatformToolset>v110</PlatformToolset> |
| 67 | + <PlatformToolset>v120</PlatformToolset> |
52 | 68 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
53 | 69 | <CharacterSet>Unicode</CharacterSet>
|
54 | 70 | </PropertyGroup>
|
|
0 commit comments