2021-10-28 13:21:25 +00:00
|
|
|
diff --git a/src/ViGEmClient.vcxproj b/src/ViGEmClient.vcxproj
|
2022-09-04 12:55:30 +00:00
|
|
|
index 7c186414e62a6334fbcd518d506f55db57491dfe..6b71920a9b848e4a5a3ffb314a2e009a7a22502f 100644
|
2021-10-28 13:21:25 +00:00
|
|
|
--- a/src/ViGEmClient.vcxproj
|
|
|
|
+++ b/src/ViGEmClient.vcxproj
|
2022-09-04 12:55:30 +00:00
|
|
|
@@ -75,26 +75,26 @@
|
2022-01-15 18:18:52 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_LIB|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
2022-01-06 23:38:21 +00:00
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
2022-01-15 18:18:52 +00:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_DLL|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
2022-01-06 23:38:21 +00:00
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
2022-01-15 18:18:52 +00:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_LIB|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
2022-01-06 23:38:21 +00:00
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
2022-01-15 18:18:52 +00:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_DLL|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
- <PlatformToolset>v142</PlatformToolset>
|
2022-01-06 23:38:21 +00:00
|
|
|
+ <PlatformToolset>v143</PlatformToolset>
|
2022-01-15 18:18:52 +00:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|