-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathEffectiveTddDemo.sln
41 lines (41 loc) · 2.43 KB
/
EffectiveTddDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentManagement", "Src\DocumentManagement\DocumentManagement.csproj", "{1B2D1E26-06D9-46B7-AC1F-711A69EC68EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleHost", "Src\ConsoleHost\ConsoleHost.csproj", "{7A7F6600-C369-4D33-BC56-893AACAE0AA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocumentManagement.Specs", "Tests\DocumentManagement.Specs\DocumentManagement.Specs.csproj", "{6A1C6EBE-C922-481B-8659-CFFBC8727CFA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{34C770E2-3B7C-4696-9D4E-C4610054382D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{34C770E2-3B7C-4696-9D4E-C4610054382D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34C770E2-3B7C-4696-9D4E-C4610054382D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B2D1E26-06D9-46B7-AC1F-711A69EC68EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B2D1E26-06D9-46B7-AC1F-711A69EC68EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B2D1E26-06D9-46B7-AC1F-711A69EC68EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B2D1E26-06D9-46B7-AC1F-711A69EC68EB}.Release|Any CPU.Build.0 = Release|Any CPU
{7A7F6600-C369-4D33-BC56-893AACAE0AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A7F6600-C369-4D33-BC56-893AACAE0AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A7F6600-C369-4D33-BC56-893AACAE0AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A7F6600-C369-4D33-BC56-893AACAE0AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{6A1C6EBE-C922-481B-8659-CFFBC8727CFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A1C6EBE-C922-481B-8659-CFFBC8727CFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A1C6EBE-C922-481B-8659-CFFBC8727CFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A1C6EBE-C922-481B-8659-CFFBC8727CFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C0D5402-A833-47AC-A460-1E556D848E6C}
EndGlobalSection
EndGlobal