Skip to content

Commit

Permalink
#218 - Organize project in solution into solution folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraf committed Feb 24, 2019
1 parent 4071dd3 commit f3965ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Money.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neptuo.Json", "src\Neptuo.J
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neptuo.EntityFrameworkCore", "src\Neptuo.EntityFrameworkCore\Neptuo.EntityFrameworkCore.csproj", "{8D844524-F0FC-4DF7-9DF6-704327812309}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{0ABE93F4-6D79-475C-9E76-3136A7D17D26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReadModels", "ReadModels", "{5F8D41B8-9780-4960-9071-3462BA179E23}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{B38271C0-D03D-4DA3-97A5-7F2183CE7D15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -207,6 +213,15 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CCED2DC9-B1BC-4A66-A7C3-488CF1DE3616} = {0ABE93F4-6D79-475C-9E76-3136A7D17D26}
{CA416337-12D3-4406-85C8-2717FAB7A7D2} = {5F8D41B8-9780-4960-9071-3462BA179E23}
{6D351EA3-9664-48F9-8937-EA14924755FE} = {B38271C0-D03D-4DA3-97A5-7F2183CE7D15}
{1AD9F4C2-F7E0-4179-8938-D39A2D291BDF} = {5F8D41B8-9780-4960-9071-3462BA179E23}
{DEBB89D5-7BA3-465C-B6D0-927FD61C0DFB} = {5F8D41B8-9780-4960-9071-3462BA179E23}
{E85307D8-DD3E-42C5-84F4-31A0A12AF37A} = {B38271C0-D03D-4DA3-97A5-7F2183CE7D15}
{F13BAE0F-446F-4E54-8DFD-63776E94D33D} = {B38271C0-D03D-4DA3-97A5-7F2183CE7D15}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71F1B232-0397-414E-8924-5802CD14E62B}
EndGlobalSection
Expand Down

0 comments on commit f3965ca

Please sign in to comment.