-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApi.Cielo.sln
50 lines (50 loc) · 2.61 KB
/
Api.Cielo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.Cielo", "src\main\Api.Cielo\Api.Cielo.csproj", "{50F16CAC-A0C8-4FC7-A70D-C5591B85AE8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{E7BD68E4-B176-41FE-936A-7D2785AC87EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{281BE39D-7BB9-44F2-8CEF-8018EAA396D1}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{84EBD525-A4A8-4740-A637-11BF1948F18E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "main", "main", "{6D6B2263-FA5A-456C-B3B8-E21DFFA67A6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.Cielo.Web", "src\main\Api.Cielo.Web\Api.Cielo.Web.csproj", "{3EE213B3-296B-43D0-99BB-95B6D5C4BEC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50F16CAC-A0C8-4FC7-A70D-C5591B85AE8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50F16CAC-A0C8-4FC7-A70D-C5591B85AE8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50F16CAC-A0C8-4FC7-A70D-C5591B85AE8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50F16CAC-A0C8-4FC7-A70D-C5591B85AE8B}.Release|Any CPU.Build.0 = Release|Any CPU
{3EE213B3-296B-43D0-99BB-95B6D5C4BEC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EE213B3-296B-43D0-99BB-95B6D5C4BEC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EE213B3-296B-43D0-99BB-95B6D5C4BEC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EE213B3-296B-43D0-99BB-95B6D5C4BEC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{50F16CAC-A0C8-4FC7-A70D-C5591B85AE8B} = {6D6B2263-FA5A-456C-B3B8-E21DFFA67A6A}
{E7BD68E4-B176-41FE-936A-7D2785AC87EA} = {6D6B2263-FA5A-456C-B3B8-E21DFFA67A6A}
{6D6B2263-FA5A-456C-B3B8-E21DFFA67A6A} = {84EBD525-A4A8-4740-A637-11BF1948F18E}
{3EE213B3-296B-43D0-99BB-95B6D5C4BEC0} = {E7BD68E4-B176-41FE-936A-7D2785AC87EA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDDFBB9F-8B76-44A8-AC13-E627E4E15481}
EndGlobalSection
EndGlobal