We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0953a commit 9272806Copy full SHA for 9272806
src/Files.Core.SourceGenerator/Properties/launchSettings.json
@@ -1,8 +1,20 @@
1
{
2
"profiles": {
3
- "Run in Files.App.CsWin32": {
+ "Files.App.CsWin32": {
4
"commandName": "DebugRoslynComponent",
5
"targetProject": "..\\Files.App.CsWin32\\Files.App.CsWin32.csproj"
6
+ },
7
+ "Files.App.Controls": {
8
+ "commandName": "DebugRoslynComponent",
9
+ "targetProject": "..\\Files.App.Controls\\Files.App.Controls.csproj"
10
11
+ "Files.App.Server": {
12
13
+ "targetProject": "..\\Files.App.Server\\Files.App.Server.csproj"
14
15
+ "Files.App": {
16
17
+ "targetProject": "..\\Files.App\\Files.App.csproj"
18
}
19
20
0 commit comments