forked from gocardless/gocardless-legacy-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoCardlessSdk.sln
51 lines (51 loc) · 3.21 KB
/
GoCardlessSdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoCardlessSdk", "GoCardlessSdk\GoCardlessSdk.csproj", "{36CDA1FB-4093-41ED-9879-CD18EFCCE80B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoCardlessSdk.Net2", "GoCardlessSdk.Net2\GoCardlessSdk.Net2.csproj", "{C8AA0C78-ED08-4912-ABB5-921661A8E9C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoCardlessSdk.Tests", "GoCardlessSdk.Tests\GoCardlessSdk.Tests.csproj", "{5DE0A32E-5920-44CD-8272-1311094D6932}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoCardlessSdk.Net2.Tests", "GoCardlessSdk.Net2.Tests\GoCardlessSdk.Net2.Tests.csproj", "{0B2DECE8-E280-4578-A6CD-78D98507BB0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Mvc3", "Sample.Mvc3\Sample.Mvc3.csproj", "{63BA941A-94D4-41A2-8AE2-D9B2814F2A9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{928188DE-5F74-4F75-B35D-516A898F460D}"
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
{36CDA1FB-4093-41ED-9879-CD18EFCCE80B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36CDA1FB-4093-41ED-9879-CD18EFCCE80B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36CDA1FB-4093-41ED-9879-CD18EFCCE80B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36CDA1FB-4093-41ED-9879-CD18EFCCE80B}.Release|Any CPU.Build.0 = Release|Any CPU
{C8AA0C78-ED08-4912-ABB5-921661A8E9C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8AA0C78-ED08-4912-ABB5-921661A8E9C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8AA0C78-ED08-4912-ABB5-921661A8E9C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8AA0C78-ED08-4912-ABB5-921661A8E9C5}.Release|Any CPU.Build.0 = Release|Any CPU
{5DE0A32E-5920-44CD-8272-1311094D6932}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DE0A32E-5920-44CD-8272-1311094D6932}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DE0A32E-5920-44CD-8272-1311094D6932}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DE0A32E-5920-44CD-8272-1311094D6932}.Release|Any CPU.Build.0 = Release|Any CPU
{0B2DECE8-E280-4578-A6CD-78D98507BB0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B2DECE8-E280-4578-A6CD-78D98507BB0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B2DECE8-E280-4578-A6CD-78D98507BB0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B2DECE8-E280-4578-A6CD-78D98507BB0F}.Release|Any CPU.Build.0 = Release|Any CPU
{63BA941A-94D4-41A2-8AE2-D9B2814F2A9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63BA941A-94D4-41A2-8AE2-D9B2814F2A9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63BA941A-94D4-41A2-8AE2-D9B2814F2A9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63BA941A-94D4-41A2-8AE2-D9B2814F2A9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal