Skip to content

Commit 9d968b0

Browse files
committed
Building with VS2019
1 parent 84e4476 commit 9d968b0

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

331 KB
Binary file not shown.
441 KB
Binary file not shown.
128 KB
Binary file not shown.
253 KB
Binary file not shown.

src/Source/plugin.steamworks.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2020
<ConfigurationType>DynamicLibrary</ConfigurationType>
2121
<UseDebugLibraries>true</UseDebugLibraries>
22-
<PlatformToolset>v120_xp</PlatformToolset>
22+
<PlatformToolset>v141_xp</PlatformToolset>
2323
<CharacterSet>Unicode</CharacterSet>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2626
<ConfigurationType>DynamicLibrary</ConfigurationType>
2727
<UseDebugLibraries>false</UseDebugLibraries>
28-
<PlatformToolset>v120_xp</PlatformToolset>
28+
<PlatformToolset>v141_xp</PlatformToolset>
2929
<WholeProgramOptimization>true</WholeProgramOptimization>
3030
<CharacterSet>Unicode</CharacterSet>
3131
</PropertyGroup>

0 commit comments

Comments
 (0)