Skip to content

Commit

Permalink
ref - Cleaned up project file
Browse files Browse the repository at this point in the history
---

Type: ref
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 9, 2024
1 parent 95fe1c9 commit f458f0c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
50 changes: 29 additions & 21 deletions Nettify.Demo/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,32 @@
{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"Nettify.Demo - Forecast": {
"commandName": "Project",
"commandLineArgs": "Forecast"
},
"Nettify.Demo - RssFeedViewer": {
"commandName": "Project",
"commandLineArgs": "RssFeedViewer"
},
"Nettify.Demo - RssFeedSearcher": {
"commandName": "Project",
"commandLineArgs": "RssFeedSearcher"
},
"Nettify.Demo - ShoutCastStats": {
"commandName": "Project",
"commandLineArgs": "ShoutCastStats"
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"Nettify.Demo - Addresstigation": {
"commandName": "Project",
"commandLineArgs": "Addresstigation"
},
"Nettify.Demo - Dictionary": {
"commandName": "Project",
"commandLineArgs": "Dictionary"
},
"Nettify.Demo - Forecast": {
"commandName": "Project",
"commandLineArgs": "Forecast"
},
"Nettify.Demo - RssFeedViewer": {
"commandName": "Project",
"commandLineArgs": "RssFeedViewer"
},
"Nettify.Demo - RssFeedSearcher": {
"commandName": "Project",
"commandLineArgs": "RssFeedSearcher"
},
"Nettify.Demo - ShoutCastStats": {
"commandName": "Project",
"commandLineArgs": "ShoutCastStats"
}
}
}
}
4 changes: 0 additions & 4 deletions Nettify/Nettify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,4 @@
</None>
</ItemGroup>

<ItemGroup>
<Folder Include="Radio\" />
</ItemGroup>

</Project>

0 comments on commit f458f0c

Please sign in to comment.