-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEverything.sln
34 lines (34 loc) · 1.99 KB
/
Everything.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "Driver\Driver.csproj", "{3D493A64-2BC3-4549-B10B-319F6105914E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechRoanoke.DataTrustClient", "TechRoanoke.DataTrustClient\TechRoanoke.DataTrustClient.csproj", "{8444C758-1F5D-4CAA-853C-8F8DFA851D4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechRoanoke.DataTrustClient.Tests", "TechRoanoke.DataTrustClient.Tests\TechRoanoke.DataTrustClient.Tests.csproj", "{9B7E7002-2273-4C04-A6F4-F9FB1197E12C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D493A64-2BC3-4549-B10B-319F6105914E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D493A64-2BC3-4549-B10B-319F6105914E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D493A64-2BC3-4549-B10B-319F6105914E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D493A64-2BC3-4549-B10B-319F6105914E}.Release|Any CPU.Build.0 = Release|Any CPU
{8444C758-1F5D-4CAA-853C-8F8DFA851D4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8444C758-1F5D-4CAA-853C-8F8DFA851D4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8444C758-1F5D-4CAA-853C-8F8DFA851D4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8444C758-1F5D-4CAA-853C-8F8DFA851D4F}.Release|Any CPU.Build.0 = Release|Any CPU
{9B7E7002-2273-4C04-A6F4-F9FB1197E12C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B7E7002-2273-4C04-A6F4-F9FB1197E12C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B7E7002-2273-4C04-A6F4-F9FB1197E12C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B7E7002-2273-4C04-A6F4-F9FB1197E12C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal