Skip to content

Commit 25d5f26

Browse files
committed
update to vs 2019
1 parent 490084b commit 25d5f26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NppJSONViewer/NPPJSONViewer.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,28 @@
2222
<ProjectGuid>{1590D7CD-7D3A-4AB7-A355-EE02F7FB987D}</ProjectGuid>
2323
<RootNamespace>NppPluginJsonViewer</RootNamespace>
2424
<Keyword>Win32Proj</Keyword>
25-
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>DynamicLibrary</ConfigurationType>
3030
<CharacterSet>Unicode</CharacterSet>
31-
<PlatformToolset>v141_xp</PlatformToolset>
31+
<PlatformToolset>v142</PlatformToolset>
3232
</PropertyGroup>
3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3434
<ConfigurationType>DynamicLibrary</ConfigurationType>
3535
<CharacterSet>Unicode</CharacterSet>
36-
<PlatformToolset>v141_xp</PlatformToolset>
36+
<PlatformToolset>v142</PlatformToolset>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3939
<ConfigurationType>DynamicLibrary</ConfigurationType>
4040
<CharacterSet>Unicode</CharacterSet>
41-
<PlatformToolset>v141_xp</PlatformToolset>
41+
<PlatformToolset>v142</PlatformToolset>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4444
<ConfigurationType>DynamicLibrary</ConfigurationType>
4545
<CharacterSet>Unicode</CharacterSet>
46-
<PlatformToolset>v141_xp</PlatformToolset>
46+
<PlatformToolset>v142</PlatformToolset>
4747
</PropertyGroup>
4848
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4949
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)