Skip to content

Commit 8412b1d

Browse files
committed
Make SDK version consistent
1 parent b77bb0d commit 8412b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NppJsonViewer/NPPJSONViewer.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@
197197
<ClCompile Include="ScintillaEditor.cpp" />
198198
<ClCompile Include="SettingsDlg.cpp" />
199199
<ClCompile Include="ShortcutCommand.cpp" />
200-
<ClCompile Include="TreeHandler.h" />
201200
<ClCompile Include="TreeViewCtrl.cpp" />
202201
</ItemGroup>
203202
<ItemGroup>
@@ -223,6 +222,7 @@
223222
<ClInclude Include="SettingsDlg.h" />
224223
<ClInclude Include="ShortcutCommand.h" />
225224
<ClInclude Include="StopWatch.h" />
225+
<ClCompile Include="TreeHandler.h" />
226226
<ClInclude Include="TrackingStream.h" />
227227
<ClInclude Include="TreeViewCtrl.h" />
228228
</ItemGroup>

tests/UnitTest/UnitTest.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PropertyGroup Label="Globals">
3030
<ProjectGuid>{5a15fd53-e7c1-4f10-85fa-b7c3bb5d4d64}</ProjectGuid>
3131
<Keyword>Win32Proj</Keyword>
32-
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
32+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
3333
<ConfigurationType>Application</ConfigurationType>
3434
<PlatformToolset>v143</PlatformToolset>
3535
<CharacterSet>Unicode</CharacterSet>

0 commit comments

Comments
 (0)