diff --git a/AutobusApi.Api/AutobusApi.Api.csproj b/AutobusApi.Api/AutobusApi.Api.csproj deleted file mode 100644 index 4c2bb77..0000000 --- a/AutobusApi.Api/AutobusApi.Api.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net7.0 - enable - enable - - - diff --git a/AutobusApi.Api/Program.cs b/AutobusApi.Api/Program.cs deleted file mode 100644 index 1760df1..0000000 --- a/AutobusApi.Api/Program.cs +++ /dev/null @@ -1,6 +0,0 @@ -var builder = WebApplication.CreateBuilder(args); -var app = builder.Build(); - -app.MapGet("/", () => "Hello World!"); - -app.Run(); diff --git a/AutobusApi.Api/Properties/launchSettings.json b/AutobusApi.Api/Properties/launchSettings.json deleted file mode 100644 index f408e32..0000000 --- a/AutobusApi.Api/Properties/launchSettings.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:30641", - "sslPort": 44361 - } - }, - "profiles": { - "http": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "http://localhost:5220", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7284;http://localhost:5220", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -} diff --git a/AutobusApi.Api/appsettings.Development.json b/AutobusApi.Api/appsettings.Development.json deleted file mode 100644 index 0c208ae..0000000 --- a/AutobusApi.Api/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -} diff --git a/AutobusApi.Api/appsettings.json b/AutobusApi.Api/appsettings.json deleted file mode 100644 index 10f68b8..0000000 --- a/AutobusApi.Api/appsettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*" -} diff --git a/AutobusApi.Application/AutobusApi.Application.csproj b/AutobusApi.Application/AutobusApi.Application.csproj deleted file mode 100644 index cfadb03..0000000 --- a/AutobusApi.Application/AutobusApi.Application.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net7.0 - enable - enable - - - diff --git a/AutobusApi.Domain/AutobusApi.Domain.csproj b/AutobusApi.Domain/AutobusApi.Domain.csproj deleted file mode 100644 index cfadb03..0000000 --- a/AutobusApi.Domain/AutobusApi.Domain.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net7.0 - enable - enable - - - diff --git a/AutobusApi.Infrastructure/AutobusApi.Infrastructure.csproj b/AutobusApi.Infrastructure/AutobusApi.Infrastructure.csproj deleted file mode 100644 index cfadb03..0000000 --- a/AutobusApi.Infrastructure/AutobusApi.Infrastructure.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net7.0 - enable - enable - - - diff --git a/AutobusApi.IntegrationTests/AutobusApi.IntegrationTests.csproj b/AutobusApi.IntegrationTests/AutobusApi.IntegrationTests.csproj deleted file mode 100644 index 86a36ef..0000000 --- a/AutobusApi.IntegrationTests/AutobusApi.IntegrationTests.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - net7.0 - enable - enable - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - diff --git a/AutobusApi.IntegrationTests/UnitTest1.cs b/AutobusApi.IntegrationTests/UnitTest1.cs deleted file mode 100644 index e5dd6dd..0000000 --- a/AutobusApi.IntegrationTests/UnitTest1.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace AutobusApi.IntegrationTests; - -public class UnitTest1 -{ - [Fact] - public void Test1() - { - - } -} \ No newline at end of file diff --git a/AutobusApi.IntegrationTests/Usings.cs b/AutobusApi.IntegrationTests/Usings.cs deleted file mode 100644 index 8c927eb..0000000 --- a/AutobusApi.IntegrationTests/Usings.cs +++ /dev/null @@ -1 +0,0 @@ -global using Xunit; \ No newline at end of file diff --git a/AutobusApi.Persistence/AutobusApi.Persistence.csproj b/AutobusApi.Persistence/AutobusApi.Persistence.csproj deleted file mode 100644 index cfadb03..0000000 --- a/AutobusApi.Persistence/AutobusApi.Persistence.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net7.0 - enable - enable - - - diff --git a/AutobusApi.UnitTests/AutobusApi.UnitTests.csproj b/AutobusApi.UnitTests/AutobusApi.UnitTests.csproj deleted file mode 100644 index 86a36ef..0000000 --- a/AutobusApi.UnitTests/AutobusApi.UnitTests.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - net7.0 - enable - enable - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - diff --git a/AutobusApi.UnitTests/UnitTest1.cs b/AutobusApi.UnitTests/UnitTest1.cs deleted file mode 100644 index 1aa14e8..0000000 --- a/AutobusApi.UnitTests/UnitTest1.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace AutobusApi.UnitTests; - -public class UnitTest1 -{ - [Fact] - public void Test1() - { - - } -} \ No newline at end of file diff --git a/AutobusApi.UnitTests/Usings.cs b/AutobusApi.UnitTests/Usings.cs deleted file mode 100644 index 8c927eb..0000000 --- a/AutobusApi.UnitTests/Usings.cs +++ /dev/null @@ -1 +0,0 @@ -global using Xunit; \ No newline at end of file diff --git a/AutobusApi.sln b/AutobusApi.sln deleted file mode 100644 index 7f3cef8..0000000 --- a/AutobusApi.sln +++ /dev/null @@ -1,58 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Api", "AutobusApi.Api\AutobusApi.Api.csproj", "{AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Application", "AutobusApi.Application\AutobusApi.Application.csproj", "{121EB271-D750-4464-9A47-07FE8856E663}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Domain", "AutobusApi.Domain\AutobusApi.Domain.csproj", "{4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Infrastructure", "AutobusApi.Infrastructure\AutobusApi.Infrastructure.csproj", "{2E3070F2-9E18-4275-AD4B-DC7605839EA6}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.IntegrationTests", "AutobusApi.IntegrationTests\AutobusApi.IntegrationTests.csproj", "{89BC05CE-91D8-440C-89AB-E37D3A6AF49A}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Persistence", "AutobusApi.Persistence\AutobusApi.Persistence.csproj", "{3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.UnitTests", "AutobusApi.UnitTests\AutobusApi.UnitTests.csproj", "{93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Release|Any CPU.Build.0 = Release|Any CPU - {121EB271-D750-4464-9A47-07FE8856E663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {121EB271-D750-4464-9A47-07FE8856E663}.Debug|Any CPU.Build.0 = Debug|Any CPU - {121EB271-D750-4464-9A47-07FE8856E663}.Release|Any CPU.ActiveCfg = Release|Any CPU - {121EB271-D750-4464-9A47-07FE8856E663}.Release|Any CPU.Build.0 = Release|Any CPU - {4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Release|Any CPU.Build.0 = Release|Any CPU - {2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Release|Any CPU.Build.0 = Release|Any CPU - {89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Release|Any CPU.Build.0 = Release|Any CPU - {3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Release|Any CPU.Build.0 = Release|Any CPU - {93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal