123456789101112131415161718 |
- {
- "version": "0.2.0",
- "configurations": [
- {
- "name": "MonoGame Android Build, Deploy & Run",
- "type": "coreclr",
- "request": "launch",
- "program": "dotnet",
- "args": [
- "publish", "AdMob.Android.csproj", "-c", "Debug", "-f", "net8.0-android"
- ],
- "cwd": "${workspaceFolder}",
- "console": "integratedTerminal",
- "stopAtEntry": false,
- "postDebugTask": "Install and Run APK"
- }
- ]
- }
|