Skip to content

Commit

Permalink
Moving GUI to the VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
bombomby committed Dec 12, 2021
1 parent 8fe7024 commit c400a7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 343 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ matrix:
fast_finish: true

before_build:
- nuget restore gui/OptickApp_vs2019.sln
- nuget restore gui/OptickApp_vs2022.sln

build_script:
- tools\Windows\premake5.exe vs2019
- cd build/vs2019
- MsBuild Optick.sln /t:Rebuild /p:Configuration=%CONFIGURATION%
- cd ../../gui
- MsBuild OptickApp_vs2019.sln /t:Rebuild /p:Configuration=%CONFIGURATION%
- MsBuild OptickApp_vs2022.sln /t:Rebuild /p:Configuration=%CONFIGURATION%
135 changes: 0 additions & 135 deletions gui/OptickApp_vs2017.sln

This file was deleted.

Loading

0 comments on commit c400a7f

Please sign in to comment.