launchSettings.json 347 B

123456789101112
  1. {
  2. "profiles": {
  3. "System.Linq.Async": {
  4. "commandName": "DebugRoslynComponent",
  5. "targetProject": "..\\System.Linq.Async\\System.Linq.Async.csproj"
  6. },
  7. "System.Interactive.Async": {
  8. "commandName": "DebugRoslynComponent",
  9. "targetProject": "..\\System.Interactive.Async\\System.Interactive.Async.csproj"
  10. }
  11. }
  12. }