Skip to content

Commit

Permalink
Merge pull request #2 from adrianprocopiou/feat/simplifica-projeto
Browse files Browse the repository at this point in the history
Remove a camada de aplicação e simplifica projeto
  • Loading branch information
adrianprocopiou authored Jul 25, 2024
2 parents 62cb551 + b4a2895 commit 13b4547
Show file tree
Hide file tree
Showing 28 changed files with 61 additions and 685 deletions.
18 changes: 1 addition & 17 deletions GourmetGame.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,10 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GourmetGame.WindowsForms", "src\GourmetGame.WindowsForms\GourmetGame.WindowsForms.csproj", "{C496B51D-7D2F-4CF7-A3D3-5E75A0D2949F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GourmetGame.WindowsForms", "src\GourmetGame.WindowsForms\GourmetGame.WindowsForms.csproj", "{C496B51D-7D2F-4CF7-A3D3-5E75A0D2949F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 - UI", "1 - UI", "{0D13F4EC-8804-4E0B-A61D-6D039DE3007D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2 - Application", "2 - Application", "{3C00DBCC-6A5F-46B8-8575-6172B5B1F2A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GourmetGame.Application", "src\GourmetGame.Application\GourmetGame.Application.csproj", "{13CDDA7C-DAE1-4006-9B51-8F42E9192463}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GourmetGame.Application.Tests", "src\GourmetGame.Application.Tests\GourmetGame.Application.Tests.csproj", "{4B9EBE3E-27BE-4799-923A-A2AA16B6AECF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -23,22 +17,12 @@ Global
{C496B51D-7D2F-4CF7-A3D3-5E75A0D2949F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C496B51D-7D2F-4CF7-A3D3-5E75A0D2949F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C496B51D-7D2F-4CF7-A3D3-5E75A0D2949F}.Release|Any CPU.Build.0 = Release|Any CPU
{13CDDA7C-DAE1-4006-9B51-8F42E9192463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13CDDA7C-DAE1-4006-9B51-8F42E9192463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13CDDA7C-DAE1-4006-9B51-8F42E9192463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13CDDA7C-DAE1-4006-9B51-8F42E9192463}.Release|Any CPU.Build.0 = Release|Any CPU
{4B9EBE3E-27BE-4799-923A-A2AA16B6AECF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B9EBE3E-27BE-4799-923A-A2AA16B6AECF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B9EBE3E-27BE-4799-923A-A2AA16B6AECF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B9EBE3E-27BE-4799-923A-A2AA16B6AECF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C496B51D-7D2F-4CF7-A3D3-5E75A0D2949F} = {0D13F4EC-8804-4E0B-A61D-6D039DE3007D}
{13CDDA7C-DAE1-4006-9B51-8F42E9192463} = {3C00DBCC-6A5F-46B8-8575-6172B5B1F2A2}
{4B9EBE3E-27BE-4799-923A-A2AA16B6AECF} = {3C00DBCC-6A5F-46B8-8575-6172B5B1F2A2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDEB15B0-EDA0-4B94-9B42-34A6E3B47126}
Expand Down

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions src/GourmetGame.Application/Core/Commands/ICommand.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/GourmetGame.Application/Core/Commands/ICommandHandler.cs

This file was deleted.

27 changes: 0 additions & 27 deletions src/GourmetGame.Application/Core/Dispatchers/Dispatcher.cs

This file was deleted.

11 changes: 0 additions & 11 deletions src/GourmetGame.Application/Core/Dispatchers/IDispatcher.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/GourmetGame.Application/Core/Errors/BusinessError.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/GourmetGame.Application/Core/Queries/IQuery.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/GourmetGame.Application/Core/Queries/IQueryHandler.cs

This file was deleted.

44 changes: 0 additions & 44 deletions src/GourmetGame.Application/Core/Results/CommandResult.cs

This file was deleted.

70 changes: 0 additions & 70 deletions src/GourmetGame.Application/Data/Contexts/ApplicationContext.cs

This file was deleted.

Loading

0 comments on commit 13b4547

Please sign in to comment.