-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathGoCardless.sln
28 lines (28 loc) · 1.44 KB
/
GoCardless.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoCardless", "GoCardless\GoCardless.csproj", "{64ADF10F-4DB5-4657-B1C8-DA29C91F7C5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoCardless.Tests", "GoCardless.Tests\GoCardless.Tests.csproj", "{E27D04E8-6A79-4A3E-A1B0-297A74B370FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64ADF10F-4DB5-4657-B1C8-DA29C91F7C5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64ADF10F-4DB5-4657-B1C8-DA29C91F7C5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64ADF10F-4DB5-4657-B1C8-DA29C91F7C5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64ADF10F-4DB5-4657-B1C8-DA29C91F7C5A}.Release|Any CPU.Build.0 = Release|Any CPU
{E27D04E8-6A79-4A3E-A1B0-297A74B370FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E27D04E8-6A79-4A3E-A1B0-297A74B370FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E27D04E8-6A79-4A3E-A1B0-297A74B370FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E27D04E8-6A79-4A3E-A1B0-297A74B370FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal