Add Premake to GenerateProject Files

This commit is contained in:
GuilhermeWerner
2021-01-21 12:44:45 -03:00
parent 5435fdfba2
commit b40ede9ba5
10 changed files with 156 additions and 6 deletions

View File

@ -6,7 +6,8 @@
],
"settings": {
"files.associations": {
"*.toml": "properties"
}
"*.sln": "properties",
"*.toml": "properties"
}
}
}