Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 08891fa

Browse files
committed
Added working target platform version for VS 2019
1 parent be7a504 commit 08891fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RTEA.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<RootNamespace>RTEA</RootNamespace>
2020
<Keyword>Win32Proj</Keyword>
2121
<WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='15.0'">10.0.17763.0</WindowsTargetPlatformVersion>
22-
<WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='16.0'">10.0</WindowsTargetPlatformVersion>
22+
<WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='16.0'">10.0.18362.0</WindowsTargetPlatformVersion>
2323
</PropertyGroup>
2424
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Final Open Source|Win32'" Label="Configuration">

0 commit comments

Comments
 (0)