Add VS2019 shortcut

+ include premake projects by default
This commit is contained in:
Lynix 2019-07-21 11:18:36 +02:00
parent cdab047dc3
commit 6c733ec197
4 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -67,6 +67,8 @@ build/**/*.nativecodeanalysis.all.xml
build/**/*.nativecodeanalysis.xml build/**/*.nativecodeanalysis.xml
build/**/*.VC.opendb build/**/*.VC.opendb
build/**/*.VC.db* build/**/*.VC.db*
build/**/*.json
build/**/*.sqlite
# Compiled Object files # Compiled Object files
build/**/*.slo build/**/*.slo

View File

@ -1 +1 @@
.\premake5.exe vs2015 .\premake5.exe --premakeproject vs2015

View File

@ -1 +1 @@
.\premake5.exe vs2017 .\premake5.exe --premakeproject vs2017

1
build/Build_VS2019.bat Normal file
View File

@ -0,0 +1 @@
.\premake5.exe --premakeproject vs2019