diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml index 808a0495..3ed09fb9 100644 --- a/.github/workflows/msvc.yml +++ b/.github/workflows/msvc.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v2 diff --git a/capture/build/win32/capture.vcxproj b/capture/build/win32/capture.vcxproj index 1362b214..fb7929f1 100644 --- a/capture/build/win32/capture.vcxproj +++ b/capture/build/win32/capture.vcxproj @@ -21,13 +21,13 @@ Application true - v142 + v143 MultiByte Application false - v142 + v143 true MultiByte @@ -195,4 +195,4 @@ - + \ No newline at end of file diff --git a/csvexport/build/win32/csvexport.vcxproj b/csvexport/build/win32/csvexport.vcxproj index dffbef82..4a9a6720 100644 --- a/csvexport/build/win32/csvexport.vcxproj +++ b/csvexport/build/win32/csvexport.vcxproj @@ -21,13 +21,13 @@ Application true - v142 + v143 MultiByte Application false - v142 + v143 true MultiByte @@ -195,4 +195,4 @@ - + \ No newline at end of file diff --git a/extra/make-build.sh b/extra/make-build.sh index 0294a421..39e5a586 100644 --- a/extra/make-build.sh +++ b/extra/make-build.sh @@ -7,7 +7,7 @@ if [ ! -f vswhere.exe ]; then wget https://github.com/microsoft/vswhere/releases/download/2.8.4/vswhere.exe fi -MSVC=`./vswhere.exe -property installationPath -version '[16.0,16.999]' | head -n 1` +MSVC=`./vswhere.exe -property installationPath -version '[17.0,17.999]' | head -n 1` MSVC=`wslpath "$MSVC" | tr -d '\r'` MSBUILD=$MSVC/MSBuild/Current/Bin/MSBuild.exe diff --git a/import-chrome/build/win32/import-chrome.vcxproj b/import-chrome/build/win32/import-chrome.vcxproj index f554c11d..2dd889fe 100644 --- a/import-chrome/build/win32/import-chrome.vcxproj +++ b/import-chrome/build/win32/import-chrome.vcxproj @@ -21,13 +21,13 @@ Application true - v142 + v143 MultiByte Application false - v142 + v143 true MultiByte @@ -191,4 +191,4 @@ - + \ No newline at end of file diff --git a/library/win32/TracyProfiler.vcxproj b/library/win32/TracyProfiler.vcxproj index ef035e22..38747d10 100644 --- a/library/win32/TracyProfiler.vcxproj +++ b/library/win32/TracyProfiler.vcxproj @@ -40,40 +40,40 @@ DynamicLibrary true - v142 + v143 Unicode DynamicLibrary false - v142 + v143 true Unicode DynamicLibrary false - v142 + v143 true Unicode DynamicLibrary true - v142 + v143 Unicode DynamicLibrary false - v142 + v143 true Unicode DynamicLibrary false - v142 + v143 true Unicode diff --git a/profiler/build/win32/Tracy.vcxproj b/profiler/build/win32/Tracy.vcxproj index 9471ab50..fafc72d2 100644 --- a/profiler/build/win32/Tracy.vcxproj +++ b/profiler/build/win32/Tracy.vcxproj @@ -21,13 +21,13 @@ Application true - v142 + v143 MultiByte Application false - v142 + v143 true MultiByte @@ -298,4 +298,4 @@ - + \ No newline at end of file diff --git a/update/build/win32/update.vcxproj b/update/build/win32/update.vcxproj index b864a47e..318b3442 100644 --- a/update/build/win32/update.vcxproj +++ b/update/build/win32/update.vcxproj @@ -21,13 +21,13 @@ Application true - v142 + v143 MultiByte Application false - v142 + v143 true MultiByte @@ -195,4 +195,4 @@ - + \ No newline at end of file