|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.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>
|
|
23 | 23 | <Keyword>Win32Proj</Keyword>
|
24 | 24 | <RootNamespace>HeadRoom</RootNamespace>
|
25 | 25 | <ProjectName>HeadRoomRS</ProjectName>
|
| 26 | + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
26 | 27 | </PropertyGroup>
|
27 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
28 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
29 | 30 | <ConfigurationType>Application</ConfigurationType>
|
30 | 31 | <CharacterSet>Unicode</CharacterSet>
|
31 |
| - <PlatformToolset>v140</PlatformToolset> |
| 32 | + <PlatformToolset>v141</PlatformToolset> |
32 | 33 | </PropertyGroup>
|
33 | 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
34 | 35 | <ConfigurationType>Application</ConfigurationType>
|
35 | 36 | <CharacterSet>Unicode</CharacterSet>
|
36 |
| - <PlatformToolset>v140</PlatformToolset> |
| 37 | + <PlatformToolset>v141</PlatformToolset> |
37 | 38 | </PropertyGroup>
|
38 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
39 | 40 | <ConfigurationType>Application</ConfigurationType>
|
40 | 41 | <CharacterSet>Unicode</CharacterSet>
|
41 | 42 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
42 |
| - <PlatformToolset>v140</PlatformToolset> |
| 43 | + <PlatformToolset>v141</PlatformToolset> |
43 | 44 | </PropertyGroup>
|
44 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
45 | 46 | <ConfigurationType>Application</ConfigurationType>
|
46 | 47 | <CharacterSet>Unicode</CharacterSet>
|
47 | 48 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
48 |
| - <PlatformToolset>v140</PlatformToolset> |
| 49 | + <PlatformToolset>v141</PlatformToolset> |
49 | 50 | </PropertyGroup>
|
50 | 51 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
51 | 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
188 | 189 | <ClCompile Include="src\Frustum.cpp" />
|
189 | 190 | <ClCompile Include="src\Grid.cpp" />
|
190 | 191 | <ClCompile Include="src\Linef.cpp" />
|
191 |
| - <ClCompile Include="src\ofAdvCamera.cpp" /> |
192 |
| - <ClCompile Include="src\ofAdvEasyCam.cpp" /> |
193 | 192 | <ClCompile Include="src\OrthoCamera.cpp" />
|
194 | 193 | <ClCompile Include="src\Planef.cpp" />
|
195 |
| - <ClCompile Include="src\Properties.cpp" /> |
196 | 194 | <ClCompile Include="src\TrackedBlob.cpp" />
|
197 | 195 | <ClCompile Include="src\TrackingClient.cpp" />
|
198 | 196 | <ClCompile Include="src\TrackingNetworkManager.cpp" />
|
|
262 | 260 | <ClInclude Include="src\Frustum.h" />
|
263 | 261 | <ClInclude Include="src\Grid.h" />
|
264 | 262 | <ClInclude Include="src\Linef.h" />
|
265 |
| - <ClInclude Include="src\ofAdvCamera.h" /> |
266 |
| - <ClInclude Include="src\ofAdvEasyCam.h" /> |
267 | 263 | <ClInclude Include="src\OrthoCamera.h" />
|
268 | 264 | <ClInclude Include="src\Planef.h" />
|
269 |
| - <ClInclude Include="src\Properties.h" /> |
270 | 265 | <ClInclude Include="src\TrackedBlob.h" />
|
271 | 266 | <ClInclude Include="src\TrackingClient.h" />
|
272 | 267 | <ClInclude Include="src\TrackingNetworkManager.h" />
|
|
0 commit comments