Add VS2019 shortcut
+ include premake projects by default
This commit is contained in:
parent
cdab047dc3
commit
6c733ec197
|
|
@ -67,6 +67,8 @@ build/**/*.nativecodeanalysis.all.xml
|
|||
build/**/*.nativecodeanalysis.xml
|
||||
build/**/*.VC.opendb
|
||||
build/**/*.VC.db*
|
||||
build/**/*.json
|
||||
build/**/*.sqlite
|
||||
|
||||
# Compiled Object files
|
||||
build/**/*.slo
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
.\premake5.exe vs2015
|
||||
.\premake5.exe --premakeproject vs2015
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
.\premake5.exe vs2017
|
||||
.\premake5.exe --premakeproject vs2017
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
.\premake5.exe --premakeproject vs2019
|
||||
Loading…
Reference in New Issue