-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstubby4net.sln
35 lines (35 loc) · 1.92 KB
/
stubby4net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stubby", "stubby\stubby.csproj", "{37C48152-A8BE-41EE-8B5F-1BBF1A63D049}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unit", "unit\unit.csproj", "{D9FEF00C-D77B-4406-9407-BF8CA9C6A72C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "integration", "integration\integration.csproj", "{1A83F1AA-2F6D-4B28-9C0E-08A0CABFA908}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A83F1AA-2F6D-4B28-9C0E-08A0CABFA908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A83F1AA-2F6D-4B28-9C0E-08A0CABFA908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A83F1AA-2F6D-4B28-9C0E-08A0CABFA908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A83F1AA-2F6D-4B28-9C0E-08A0CABFA908}.Release|Any CPU.Build.0 = Release|Any CPU
{37C48152-A8BE-41EE-8B5F-1BBF1A63D049}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37C48152-A8BE-41EE-8B5F-1BBF1A63D049}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37C48152-A8BE-41EE-8B5F-1BBF1A63D049}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37C48152-A8BE-41EE-8B5F-1BBF1A63D049}.Release|Any CPU.Build.0 = Release|Any CPU
{D9FEF00C-D77B-4406-9407-BF8CA9C6A72C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9FEF00C-D77B-4406-9407-BF8CA9C6A72C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9FEF00C-D77B-4406-9407-BF8CA9C6A72C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9FEF00C-D77B-4406-9407-BF8CA9C6A72C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = stubby\stubby.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal