Add VS2019 shortcut
+ include premake projects by default
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
.\premake5.exe vs2015
|
.\premake5.exe --premakeproject vs2015
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
.\premake5.exe vs2017
|
.\premake5.exe --premakeproject vs2017
|
||||||
|
|||||||
1
build/Build_VS2019.bat
Normal file
1
build/Build_VS2019.bat
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.\premake5.exe --premakeproject vs2019
|
||||||
Reference in New Issue
Block a user