-
Notifications
You must be signed in to change notification settings - Fork 4
/
NationBuilderAPI.sln
40 lines (40 loc) · 2.52 KB
/
NationBuilderAPI.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 Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NationBuilderAPIv1", "NationBuilderAPI\NationBuilderAPIv1.csproj", "{ACDF197C-1FBA-4D24-A26D-2288080DA3D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NationBuilderAPIv1UnitTests", "NationBuilderAPIv1UnitTests\NationBuilderAPIv1UnitTests.csproj", "{9F7856CF-980F-4183-833C-6B9349D7B6CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestConfiguration", "UnitTestConfiguration\UnitTestConfiguration.csproj", "{48A9F502-800F-4247-8BBD-5E576B2B31FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{B83EF82B-781D-4846-A4DD-6F198C150DE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ACDF197C-1FBA-4D24-A26D-2288080DA3D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACDF197C-1FBA-4D24-A26D-2288080DA3D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACDF197C-1FBA-4D24-A26D-2288080DA3D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACDF197C-1FBA-4D24-A26D-2288080DA3D9}.Release|Any CPU.Build.0 = Release|Any CPU
{9F7856CF-980F-4183-833C-6B9349D7B6CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F7856CF-980F-4183-833C-6B9349D7B6CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F7856CF-980F-4183-833C-6B9349D7B6CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F7856CF-980F-4183-833C-6B9349D7B6CC}.Release|Any CPU.Build.0 = Release|Any CPU
{48A9F502-800F-4247-8BBD-5E576B2B31FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48A9F502-800F-4247-8BBD-5E576B2B31FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48A9F502-800F-4247-8BBD-5E576B2B31FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48A9F502-800F-4247-8BBD-5E576B2B31FB}.Release|Any CPU.Build.0 = Release|Any CPU
{B83EF82B-781D-4846-A4DD-6F198C150DE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B83EF82B-781D-4846-A4DD-6F198C150DE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B83EF82B-781D-4846-A4DD-6F198C150DE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B83EF82B-781D-4846-A4DD-6F198C150DE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal