Cosmos/source/Cosmos.VS.DebugEngine/Properties/launchSettings.json

8 lines
178 B
JSON

{
"profiles": {
"Cosmos.VS.DebugEngine": {
"executablePath": "$(DevEnvDir)devenv.exe",
"commandLineArgs": "/rootSuffix Exp"
}
}
}