-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGivePay.Gateway.sln
43 lines (43 loc) · 2.61 KB
/
GivePay.Gateway.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GivePay.Gateway", "GivePay.Gateway\GivePay.Gateway.csproj", "{9C4E6C83-0052-447F-9383-121B56200A89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GivePay.Gateway.OAuth", "GivePay.Gateway.OAuth\GivePay.Gateway.OAuth.csproj", "{B2BB3CBF-AEFA-41C4-BB54-2F99D6FE3598}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GivePay.Gateway.Tests", "GivePay.Gateway.Tests\GivePay.Gateway.Tests.csproj", "{902B229D-3571-4775-9998-1A38BB12461D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GivePay.RestSharp.Newtonsoft", "GivePay.RestSharp.Newtonsoft\GivePay.RestSharp.Newtonsoft.csproj", "{1E140F58-5BD0-42E7-B19F-82896FCC3991}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C4E6C83-0052-447F-9383-121B56200A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C4E6C83-0052-447F-9383-121B56200A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C4E6C83-0052-447F-9383-121B56200A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C4E6C83-0052-447F-9383-121B56200A89}.Release|Any CPU.Build.0 = Release|Any CPU
{B2BB3CBF-AEFA-41C4-BB54-2F99D6FE3598}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2BB3CBF-AEFA-41C4-BB54-2F99D6FE3598}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2BB3CBF-AEFA-41C4-BB54-2F99D6FE3598}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2BB3CBF-AEFA-41C4-BB54-2F99D6FE3598}.Release|Any CPU.Build.0 = Release|Any CPU
{902B229D-3571-4775-9998-1A38BB12461D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{902B229D-3571-4775-9998-1A38BB12461D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{902B229D-3571-4775-9998-1A38BB12461D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{902B229D-3571-4775-9998-1A38BB12461D}.Release|Any CPU.Build.0 = Release|Any CPU
{1E140F58-5BD0-42E7-B19F-82896FCC3991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E140F58-5BD0-42E7-B19F-82896FCC3991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E140F58-5BD0-42E7-B19F-82896FCC3991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E140F58-5BD0-42E7-B19F-82896FCC3991}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE6E35AB-2C82-4ED9-8857-D01E2A841BF8}
EndGlobalSection
EndGlobal