-
Notifications
You must be signed in to change notification settings - Fork 1
/
GoCardless.Api.sln
37 lines (37 loc) · 2.15 KB
/
GoCardless.Api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoCardless.Api", "src\GoCardless.Api\GoCardless.Api.csproj", "{DA523352-687A-4F03-BBB5-8522FC6BDD48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoCardless.Api.Tests.Integration", "tests\GoCardless.Api.Tests.Integration\GoCardless.Api.Tests.Integration.csproj", "{2AC6D483-039B-45CD-B268-EBC14DECFA54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoCardless.Api.Tests.Unit", "tests\GoCardless.Api.Tests.Unit\GoCardless.Api.Tests.Unit.csproj", "{E0C309B6-5FE8-4410-8AC4-291FEF82A254}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA523352-687A-4F03-BBB5-8522FC6BDD48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA523352-687A-4F03-BBB5-8522FC6BDD48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA523352-687A-4F03-BBB5-8522FC6BDD48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA523352-687A-4F03-BBB5-8522FC6BDD48}.Release|Any CPU.Build.0 = Release|Any CPU
{2AC6D483-039B-45CD-B268-EBC14DECFA54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AC6D483-039B-45CD-B268-EBC14DECFA54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AC6D483-039B-45CD-B268-EBC14DECFA54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AC6D483-039B-45CD-B268-EBC14DECFA54}.Release|Any CPU.Build.0 = Release|Any CPU
{E0C309B6-5FE8-4410-8AC4-291FEF82A254}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0C309B6-5FE8-4410-8AC4-291FEF82A254}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0C309B6-5FE8-4410-8AC4-291FEF82A254}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0C309B6-5FE8-4410-8AC4-291FEF82A254}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34012278-0C98-4F60-8132-F653DFB5B58F}
EndGlobalSection
EndGlobal