-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dogi.sln
55 lines (55 loc) · 3.39 KB
/
Dogi.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{33A0D8B0-35A1-44AD-BFE1-AA8BB6BFF3E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{28EE13D6-BD28-483A-8889-CB2A6BB2045D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infraestructure", "Infraestructure\Infraestructure.csproj", "{51437CC4-8505-43E6-9518-4CE866D734AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{DD9967C5-0F64-47BA-A17E-ADA4BA53A503}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{BDEF4BAB-432D-4351-94B1-8860B028F1B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Crosscuting", "Crosscuting\Crosscuting.csproj", "{1FD0E111-6591-4447-8B3B-4CF058045781}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33A0D8B0-35A1-44AD-BFE1-AA8BB6BFF3E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33A0D8B0-35A1-44AD-BFE1-AA8BB6BFF3E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33A0D8B0-35A1-44AD-BFE1-AA8BB6BFF3E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33A0D8B0-35A1-44AD-BFE1-AA8BB6BFF3E5}.Release|Any CPU.Build.0 = Release|Any CPU
{28EE13D6-BD28-483A-8889-CB2A6BB2045D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28EE13D6-BD28-483A-8889-CB2A6BB2045D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28EE13D6-BD28-483A-8889-CB2A6BB2045D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28EE13D6-BD28-483A-8889-CB2A6BB2045D}.Release|Any CPU.Build.0 = Release|Any CPU
{51437CC4-8505-43E6-9518-4CE866D734AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51437CC4-8505-43E6-9518-4CE866D734AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51437CC4-8505-43E6-9518-4CE866D734AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51437CC4-8505-43E6-9518-4CE866D734AA}.Release|Any CPU.Build.0 = Release|Any CPU
{DD9967C5-0F64-47BA-A17E-ADA4BA53A503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD9967C5-0F64-47BA-A17E-ADA4BA53A503}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD9967C5-0F64-47BA-A17E-ADA4BA53A503}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD9967C5-0F64-47BA-A17E-ADA4BA53A503}.Release|Any CPU.Build.0 = Release|Any CPU
{BDEF4BAB-432D-4351-94B1-8860B028F1B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDEF4BAB-432D-4351-94B1-8860B028F1B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDEF4BAB-432D-4351-94B1-8860B028F1B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDEF4BAB-432D-4351-94B1-8860B028F1B3}.Release|Any CPU.Build.0 = Release|Any CPU
{1FD0E111-6591-4447-8B3B-4CF058045781}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FD0E111-6591-4447-8B3B-4CF058045781}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FD0E111-6591-4447-8B3B-4CF058045781}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FD0E111-6591-4447-8B3B-4CF058045781}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCC0D5AB-929C-4EF8-BD9E-FE585666107F}
EndGlobalSection
EndGlobal