|
@@ -7,7 +7,7 @@
|
|
|
"command": "dotnet",
|
|
"command": "dotnet",
|
|
|
"args": [
|
|
"args": [
|
|
|
"build",
|
|
"build",
|
|
|
- "${workspaceFolder}/Platforms/Desktop/BlackJack.DesktopGL.csproj"
|
|
|
|
|
|
|
+ "${workspaceFolder}/Platforms/Desktop/BlackJack.csproj"
|
|
|
],
|
|
],
|
|
|
"group": "build",
|
|
"group": "build",
|
|
|
"presentation": {
|
|
"presentation": {
|
|
@@ -26,7 +26,7 @@
|
|
|
"command": "dotnet",
|
|
"command": "dotnet",
|
|
|
"args": [
|
|
"args": [
|
|
|
"build",
|
|
"build",
|
|
|
- "${workspaceFolder}/Platforms/Windows/BlackJack.Windows.csproj"
|
|
|
|
|
|
|
+ "${workspaceFolder}/Platforms/Windows/BlackJack.csproj"
|
|
|
],
|
|
],
|
|
|
"group": "build",
|
|
"group": "build",
|
|
|
"presentation": {
|
|
"presentation": {
|
|
@@ -45,7 +45,7 @@
|
|
|
"command": "dotnet",
|
|
"command": "dotnet",
|
|
|
"args": [
|
|
"args": [
|
|
|
"build",
|
|
"build",
|
|
|
- "${workspaceFolder}/Platforms/Android/BlackJack.Android.csproj",
|
|
|
|
|
|
|
+ "${workspaceFolder}/Platforms/Android/BlackJack.csproj",
|
|
|
"-t:Run",
|
|
"-t:Run",
|
|
|
"/property:Configuration=Debug"
|
|
"/property:Configuration=Debug"
|
|
|
],
|
|
],
|
|
@@ -65,7 +65,7 @@
|
|
|
"command": "dotnet",
|
|
"command": "dotnet",
|
|
|
"args": [
|
|
"args": [
|
|
|
"build",
|
|
"build",
|
|
|
- "${workspaceFolder}/Platforms/iOS/BlackJack.iOS.csproj",
|
|
|
|
|
|
|
+ "${workspaceFolder}/Platforms/iOS/BlackJack.csproj",
|
|
|
"-t:Run",
|
|
"-t:Run",
|
|
|
"/property:Configuration=Debug"
|
|
"/property:Configuration=Debug"
|
|
|
],
|
|
],
|