Skip to content

Commit 0200380

Browse files
committed
remove web api demo project
move to own project
1 parent 1902929 commit 0200380

File tree

7 files changed

+1
-137
lines changed

7 files changed

+1
-137
lines changed

src/Nager.PublicSuffix.WebApi/Nager.PublicSuffix.WebApi.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Nager.PublicSuffix.WebApi/Nager.PublicSuffix.WebApi.http

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Nager.PublicSuffix.WebApi/Program.cs

Lines changed: 0 additions & 59 deletions
This file was deleted.

src/Nager.PublicSuffix.WebApi/Properties/launchSettings.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/Nager.PublicSuffix.WebApi/appsettings.Development.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Nager.PublicSuffix.WebApi/appsettings.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/Nager.PublicSuffix.sln

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix", "Nager
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix.UnitTest", "Nager.PublicSuffix.UnitTest\Nager.PublicSuffix.UnitTest.csproj", "{09196C00-837C-4980-AF04-3F7B3ED8049C}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix.WebApi", "Nager.PublicSuffix.WebApi\Nager.PublicSuffix.WebApi.csproj", "{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}"
11-
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nager.PublicSuffix.TestConsole", "Nager.PublicSuffix.TestConsole\Nager.PublicSuffix.TestConsole.csproj", "{E0D96585-D51D-43EF-AFA2-035480D596E8}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix.TestConsole", "Nager.PublicSuffix.TestConsole\Nager.PublicSuffix.TestConsole.csproj", "{E0D96585-D51D-43EF-AFA2-035480D596E8}"
1311
EndProject
1412
Global
1513
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -25,10 +23,6 @@ Global
2523
{09196C00-837C-4980-AF04-3F7B3ED8049C}.Debug|Any CPU.Build.0 = Debug|Any CPU
2624
{09196C00-837C-4980-AF04-3F7B3ED8049C}.Release|Any CPU.ActiveCfg = Release|Any CPU
2725
{09196C00-837C-4980-AF04-3F7B3ED8049C}.Release|Any CPU.Build.0 = Release|Any CPU
28-
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29-
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Debug|Any CPU.Build.0 = Debug|Any CPU
30-
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Release|Any CPU.Build.0 = Release|Any CPU
3226
{E0D96585-D51D-43EF-AFA2-035480D596E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3327
{E0D96585-D51D-43EF-AFA2-035480D596E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
3428
{E0D96585-D51D-43EF-AFA2-035480D596E8}.Release|Any CPU.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)