-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCielo.sln
46 lines (46 loc) · 2.48 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cielo", "src\Cielo\Cielo.csproj", "{912073F3-3150-48CD-8A0C-582B03D7C052}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CieloTests", "tests\CieloTests\CieloTests.csproj", "{766B9415-1C19-4FA5-8A6C-B21A7F898A89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{7CEF21DE-01C7-4522-98E3-8443B6F0CFE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cielo.Web.Sample", "samples\Cielo.Web.Sample\Cielo.Web.Sample.csproj", "{12E09E9C-66F5-427E-BBE2-E37DF5A5D125}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2420B864-F2E0-481A-B685-78B44ABB2091}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{912073F3-3150-48CD-8A0C-582B03D7C052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{912073F3-3150-48CD-8A0C-582B03D7C052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{912073F3-3150-48CD-8A0C-582B03D7C052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{912073F3-3150-48CD-8A0C-582B03D7C052}.Release|Any CPU.Build.0 = Release|Any CPU
{766B9415-1C19-4FA5-8A6C-B21A7F898A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{766B9415-1C19-4FA5-8A6C-B21A7F898A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{766B9415-1C19-4FA5-8A6C-B21A7F898A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{766B9415-1C19-4FA5-8A6C-B21A7F898A89}.Release|Any CPU.Build.0 = Release|Any CPU
{12E09E9C-66F5-427E-BBE2-E37DF5A5D125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12E09E9C-66F5-427E-BBE2-E37DF5A5D125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12E09E9C-66F5-427E-BBE2-E37DF5A5D125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12E09E9C-66F5-427E-BBE2-E37DF5A5D125}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{12E09E9C-66F5-427E-BBE2-E37DF5A5D125} = {7CEF21DE-01C7-4522-98E3-8443B6F0CFE5}
EndGlobalSection
EndGlobal