Skip to content

Commit 9713e08

Browse files
committed
Update project to VS22
Update project to VS2022
1 parent efa8a3a commit 9713e08

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

NativeCore/Windows/NativeCore.vcxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2929
<ConfigurationType>DynamicLibrary</ConfigurationType>
3030
<UseDebugLibraries>true</UseDebugLibraries>
31-
<PlatformToolset>v142</PlatformToolset>
31+
<PlatformToolset>v143</PlatformToolset>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3535
<ConfigurationType>DynamicLibrary</ConfigurationType>
3636
<UseDebugLibraries>false</UseDebugLibraries>
37-
<PlatformToolset>v142</PlatformToolset>
37+
<PlatformToolset>v143</PlatformToolset>
3838
<WholeProgramOptimization>true</WholeProgramOptimization>
3939
<CharacterSet>MultiByte</CharacterSet>
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4242
<ConfigurationType>DynamicLibrary</ConfigurationType>
4343
<UseDebugLibraries>true</UseDebugLibraries>
44-
<PlatformToolset>v142</PlatformToolset>
44+
<PlatformToolset>v143</PlatformToolset>
4545
<CharacterSet>MultiByte</CharacterSet>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4848
<ConfigurationType>DynamicLibrary</ConfigurationType>
4949
<UseDebugLibraries>false</UseDebugLibraries>
50-
<PlatformToolset>v142</PlatformToolset>
50+
<PlatformToolset>v143</PlatformToolset>
5151
<WholeProgramOptimization>true</WholeProgramOptimization>
5252
<CharacterSet>MultiByte</CharacterSet>
5353
</PropertyGroup>

appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
image: Visual Studio 2019
1+
image: Visual Studio 2022
22

33
environment:
44
matrix:
55
- job_name: Windows Builds x86
66
job_group: build
7-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
7+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
88

99
- job_name: Windows Builds x64
1010
job_group: build
11-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
11+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
1212

1313
- job_name: Build Combined
1414
job_depends_on: build
15-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
15+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
1616

1717

1818
before_build:

0 commit comments

Comments
 (0)