-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCloudGalleryApi.sln
More file actions
46 lines (46 loc) · 2.83 KB
/
CloudGalleryApi.sln
File metadata and controls
46 lines (46 loc) · 2.83 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{22B5D702-2884-4DA1-BDCC-28A07C853EF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infraestructure", "Infraestructure\Infraestructure.csproj", "{83CE1487-2CCE-4B2B-9934-05CE0862FC74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{4F99A145-BC46-4E05-A0E1-9C2CF889CD02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{588D3B87-AF23-4464-AA21-3C37E218BE63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{BBCAE571-64C7-4F02-8D57-E53E2C11CFDB}"
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
{22B5D702-2884-4DA1-BDCC-28A07C853EF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22B5D702-2884-4DA1-BDCC-28A07C853EF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22B5D702-2884-4DA1-BDCC-28A07C853EF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22B5D702-2884-4DA1-BDCC-28A07C853EF1}.Release|Any CPU.Build.0 = Release|Any CPU
{83CE1487-2CCE-4B2B-9934-05CE0862FC74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83CE1487-2CCE-4B2B-9934-05CE0862FC74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83CE1487-2CCE-4B2B-9934-05CE0862FC74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83CE1487-2CCE-4B2B-9934-05CE0862FC74}.Release|Any CPU.Build.0 = Release|Any CPU
{4F99A145-BC46-4E05-A0E1-9C2CF889CD02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F99A145-BC46-4E05-A0E1-9C2CF889CD02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F99A145-BC46-4E05-A0E1-9C2CF889CD02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F99A145-BC46-4E05-A0E1-9C2CF889CD02}.Release|Any CPU.Build.0 = Release|Any CPU
{588D3B87-AF23-4464-AA21-3C37E218BE63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{588D3B87-AF23-4464-AA21-3C37E218BE63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{588D3B87-AF23-4464-AA21-3C37E218BE63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{588D3B87-AF23-4464-AA21-3C37E218BE63}.Release|Any CPU.Build.0 = Release|Any CPU
{BBCAE571-64C7-4F02-8D57-E53E2C11CFDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBCAE571-64C7-4F02-8D57-E53E2C11CFDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBCAE571-64C7-4F02-8D57-E53E2C11CFDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBCAE571-64C7-4F02-8D57-E53E2C11CFDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal