-
Notifications
You must be signed in to change notification settings - Fork 0
/
dwolla.net.sln
40 lines (40 loc) · 2.36 KB
/
dwolla.net.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
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}") = "dwolla.net", "dwolla.net.csproj", "{515219C2-3D41-49E8-995E-2E3707B6558F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dwolla.net.test", "dwolla.net.test\dwolla.net.test.csproj", "{9B6A6523-2B8E-47AB-9854-933776A4E0E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApp", "ExampleApp\ExampleApp.csproj", "{7BF615EB-7531-4043-8F76-4FEB61CE70C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleMVC", "ExampleMVC\ExampleMVC.csproj", "{46D312C6-D2B8-4004-840D-9BAA5596C9AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{515219C2-3D41-49E8-995E-2E3707B6558F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{515219C2-3D41-49E8-995E-2E3707B6558F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{515219C2-3D41-49E8-995E-2E3707B6558F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{515219C2-3D41-49E8-995E-2E3707B6558F}.Release|Any CPU.Build.0 = Release|Any CPU
{9B6A6523-2B8E-47AB-9854-933776A4E0E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B6A6523-2B8E-47AB-9854-933776A4E0E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B6A6523-2B8E-47AB-9854-933776A4E0E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B6A6523-2B8E-47AB-9854-933776A4E0E3}.Release|Any CPU.Build.0 = Release|Any CPU
{7BF615EB-7531-4043-8F76-4FEB61CE70C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BF615EB-7531-4043-8F76-4FEB61CE70C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BF615EB-7531-4043-8F76-4FEB61CE70C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BF615EB-7531-4043-8F76-4FEB61CE70C8}.Release|Any CPU.Build.0 = Release|Any CPU
{46D312C6-D2B8-4004-840D-9BAA5596C9AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46D312C6-D2B8-4004-840D-9BAA5596C9AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46D312C6-D2B8-4004-840D-9BAA5596C9AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46D312C6-D2B8-4004-840D-9BAA5596C9AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal