Add MSBuild C/C++ starter workflow

This commit is contained in:
Ben McMorran
2020-11-13 13:53:37 -08:00
parent aa9d3bc6cc
commit 92d9a2c433
2 changed files with 38 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"name": "MSBuild based projects",
"description": "Build a MSBuild based project.",
"iconName": "c-cpp",
"categories": ["C", "C++"]
}