Cosmos/source/Cosmos.VS.ProjectSystem/Properties/launchSettings.json
2018-06-10 21:49:34 +01:00

12 lines
340 B
JSON

{
"profiles": {
"Cosmos.VS.ProjectSystem": {
"commandName": "Executable",
"executablePath": "$(DevEnvDir)devenv.exe",
"commandLineArgs": "/rootSuffix Exp",
"environmentVariables": {
"CosmosDesignTimeTargetsPath": "$(MSBuildProjectDirectory)\\BuildSystem\\Cosmos.DesignTime.targets"
}
}
}
}