Skip to content

Commit 340e0a5

Browse files
daooDaniel Oom
andauthored
Update project to build with Visual Studio 2022 (#40)
Co-authored-by: Daniel Oom <[email protected]>
1 parent 0610200 commit 340e0a5

File tree

6 files changed

+17
-24
lines changed

6 files changed

+17
-24
lines changed

RTClientExample/RTClientExample.vcxproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -21,30 +21,29 @@
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{B8EF37D1-E27B-4D6D-9E3A-8BEEFBDD47F9}</ProjectGuid>
2323
<RootNamespace>RTClientExample</RootNamespace>
24-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2524
</PropertyGroup>
2625
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2726
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2827
<ConfigurationType>Application</ConfigurationType>
29-
<PlatformToolset>v141</PlatformToolset>
28+
<PlatformToolset>v143</PlatformToolset>
3029
<UseOfMfc>false</UseOfMfc>
3130
<CharacterSet>MultiByte</CharacterSet>
3231
</PropertyGroup>
3332
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3433
<ConfigurationType>Application</ConfigurationType>
35-
<PlatformToolset>v141</PlatformToolset>
34+
<PlatformToolset>v143</PlatformToolset>
3635
<UseOfMfc>false</UseOfMfc>
3736
<CharacterSet>MultiByte</CharacterSet>
3837
</PropertyGroup>
3938
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4039
<ConfigurationType>Application</ConfigurationType>
41-
<PlatformToolset>v141</PlatformToolset>
40+
<PlatformToolset>v143</PlatformToolset>
4241
<UseOfMfc>false</UseOfMfc>
4342
<CharacterSet>MultiByte</CharacterSet>
4443
</PropertyGroup>
4544
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4645
<ConfigurationType>Application</ConfigurationType>
47-
<PlatformToolset>v141</PlatformToolset>
46+
<PlatformToolset>v143</PlatformToolset>
4847
<UseOfMfc>false</UseOfMfc>
4948
<CharacterSet>MultiByte</CharacterSet>
5049
</PropertyGroup>

RTClientExample/RTClientExample.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">
55
<UniqueIdentifier>{36939ca4-b223-4615-afeb-a7fca527f02a}</UniqueIdentifier>

RTClientSDK.vcxproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -22,29 +22,28 @@
2222
<ProjectGuid>{EE4B96A4-27B2-498B-BDB2-178BEBB4944E}</ProjectGuid>
2323
<RootNamespace>RTClientSDK</RootNamespace>
2424
<Keyword>Win32Proj</Keyword>
25-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2625
</PropertyGroup>
2726
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2827
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2928
<ConfigurationType>DynamicLibrary</ConfigurationType>
30-
<PlatformToolset>v141</PlatformToolset>
29+
<PlatformToolset>v143</PlatformToolset>
3130
<CharacterSet>MultiByte</CharacterSet>
3231
<WholeProgramOptimization>true</WholeProgramOptimization>
3332
</PropertyGroup>
3433
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3534
<ConfigurationType>DynamicLibrary</ConfigurationType>
36-
<PlatformToolset>v141</PlatformToolset>
35+
<PlatformToolset>v143</PlatformToolset>
3736
<CharacterSet>MultiByte</CharacterSet>
3837
<WholeProgramOptimization>true</WholeProgramOptimization>
3938
</PropertyGroup>
4039
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4140
<ConfigurationType>DynamicLibrary</ConfigurationType>
42-
<PlatformToolset>v141</PlatformToolset>
41+
<PlatformToolset>v143</PlatformToolset>
4342
<CharacterSet>MultiByte</CharacterSet>
4443
</PropertyGroup>
4544
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4645
<ConfigurationType>DynamicLibrary</ConfigurationType>
47-
<PlatformToolset>v141</PlatformToolset>
46+
<PlatformToolset>v143</PlatformToolset>
4847
<CharacterSet>MultiByte</CharacterSet>
4948
</PropertyGroup>
5049
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

RTClientSDK.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">
55
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>

RigidBodyStreaming/RigidBodyStreaming.vcxproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>
@@ -21,30 +21,29 @@
2121
<PropertyGroup Label="Globals">
2222
<ProjectGuid>{D19BA6A0-0A86-4BCE-A016-DF3FFCE5C9EC}</ProjectGuid>
2323
<RootNamespace>RTClientExample</RootNamespace>
24-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
2524
</PropertyGroup>
2625
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2726
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2827
<ConfigurationType>Application</ConfigurationType>
29-
<PlatformToolset>v141</PlatformToolset>
28+
<PlatformToolset>v143</PlatformToolset>
3029
<UseOfMfc>false</UseOfMfc>
3130
<CharacterSet>MultiByte</CharacterSet>
3231
</PropertyGroup>
3332
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3433
<ConfigurationType>Application</ConfigurationType>
35-
<PlatformToolset>v141</PlatformToolset>
34+
<PlatformToolset>v143</PlatformToolset>
3635
<UseOfMfc>false</UseOfMfc>
3736
<CharacterSet>MultiByte</CharacterSet>
3837
</PropertyGroup>
3938
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4039
<ConfigurationType>Application</ConfigurationType>
41-
<PlatformToolset>v141</PlatformToolset>
40+
<PlatformToolset>v143</PlatformToolset>
4241
<UseOfMfc>false</UseOfMfc>
4342
<CharacterSet>MultiByte</CharacterSet>
4443
</PropertyGroup>
4544
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4645
<ConfigurationType>Application</ConfigurationType>
47-
<PlatformToolset>v141</PlatformToolset>
46+
<PlatformToolset>v143</PlatformToolset>
4847
<UseOfMfc>false</UseOfMfc>
4948
<CharacterSet>MultiByte</CharacterSet>
5049
</PropertyGroup>

RigidBodyStreaming/RigidBodyStreaming.vcxproj.user

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)