Skip to content

Commit

Permalink
remove web api demo project
Browse files Browse the repository at this point in the history
move to own project
  • Loading branch information
tinohager committed Mar 24, 2024
1 parent 1902929 commit 0200380
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 137 deletions.
19 changes: 0 additions & 19 deletions src/Nager.PublicSuffix.WebApi/Nager.PublicSuffix.WebApi.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions src/Nager.PublicSuffix.WebApi/Nager.PublicSuffix.WebApi.http

This file was deleted.

59 changes: 0 additions & 59 deletions src/Nager.PublicSuffix.WebApi/Program.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/Nager.PublicSuffix.WebApi/Properties/launchSettings.json

This file was deleted.

8 changes: 0 additions & 8 deletions src/Nager.PublicSuffix.WebApi/appsettings.Development.json

This file was deleted.

14 changes: 0 additions & 14 deletions src/Nager.PublicSuffix.WebApi/appsettings.json

This file was deleted.

8 changes: 1 addition & 7 deletions src/Nager.PublicSuffix.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix", "Nager
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix.UnitTest", "Nager.PublicSuffix.UnitTest\Nager.PublicSuffix.UnitTest.csproj", "{09196C00-837C-4980-AF04-3F7B3ED8049C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix.WebApi", "Nager.PublicSuffix.WebApi\Nager.PublicSuffix.WebApi.csproj", "{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nager.PublicSuffix.TestConsole", "Nager.PublicSuffix.TestConsole\Nager.PublicSuffix.TestConsole.csproj", "{E0D96585-D51D-43EF-AFA2-035480D596E8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nager.PublicSuffix.TestConsole", "Nager.PublicSuffix.TestConsole\Nager.PublicSuffix.TestConsole.csproj", "{E0D96585-D51D-43EF-AFA2-035480D596E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -25,10 +23,6 @@ Global
{09196C00-837C-4980-AF04-3F7B3ED8049C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09196C00-837C-4980-AF04-3F7B3ED8049C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09196C00-837C-4980-AF04-3F7B3ED8049C}.Release|Any CPU.Build.0 = Release|Any CPU
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C11F3A04-C675-493F-9F9A-5CC0EB5AB231}.Release|Any CPU.Build.0 = Release|Any CPU
{E0D96585-D51D-43EF-AFA2-035480D596E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0D96585-D51D-43EF-AFA2-035480D596E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0D96585-D51D-43EF-AFA2-035480D596E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 0200380

Please sign in to comment.