-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimplyTestData.sln
49 lines (49 loc) · 2.89 KB
/
SimplyTestData.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
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7A4E5BF8-FF0C-4990-B6BD-D0F839647CF0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleDomain", "SampleDomain\SampleDomain.csproj", "{CFBCB309-DE6C-44B8-B428-82D834BD2225}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleDomain.Tests", "SampleDomain.Tests\SampleDomain.Tests.csproj", "{318FD78A-AE1E-4E68-ACAA-372CD383C1E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimplyTestData", "SimplyTestData\SimplyTestData.csproj", "{FB8EB77C-5C2F-446F-8B41-A31BDFB8080F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimplyTestData.UnitTests", "SimplyTestData.UnitTests\SimplyTestData.UnitTests.csproj", "{BAFA5125-0C9C-4280-A268-F2EC1306BD38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GettingStarted", "GettingStarted\GettingStarted.csproj", "{2A2C4FB9-3F53-4097-A071-7B5DA5332EFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFBCB309-DE6C-44B8-B428-82D834BD2225}.Debug|x86.ActiveCfg = Debug|x86
{CFBCB309-DE6C-44B8-B428-82D834BD2225}.Debug|x86.Build.0 = Debug|x86
{CFBCB309-DE6C-44B8-B428-82D834BD2225}.Release|x86.ActiveCfg = Release|x86
{CFBCB309-DE6C-44B8-B428-82D834BD2225}.Release|x86.Build.0 = Release|x86
{318FD78A-AE1E-4E68-ACAA-372CD383C1E4}.Debug|x86.ActiveCfg = Debug|x86
{318FD78A-AE1E-4E68-ACAA-372CD383C1E4}.Debug|x86.Build.0 = Debug|x86
{318FD78A-AE1E-4E68-ACAA-372CD383C1E4}.Release|x86.ActiveCfg = Release|x86
{318FD78A-AE1E-4E68-ACAA-372CD383C1E4}.Release|x86.Build.0 = Release|x86
{FB8EB77C-5C2F-446F-8B41-A31BDFB8080F}.Debug|x86.ActiveCfg = Debug|x86
{FB8EB77C-5C2F-446F-8B41-A31BDFB8080F}.Debug|x86.Build.0 = Debug|x86
{FB8EB77C-5C2F-446F-8B41-A31BDFB8080F}.Release|x86.ActiveCfg = Release|x86
{FB8EB77C-5C2F-446F-8B41-A31BDFB8080F}.Release|x86.Build.0 = Release|x86
{BAFA5125-0C9C-4280-A268-F2EC1306BD38}.Debug|x86.ActiveCfg = Debug|x86
{BAFA5125-0C9C-4280-A268-F2EC1306BD38}.Debug|x86.Build.0 = Debug|x86
{BAFA5125-0C9C-4280-A268-F2EC1306BD38}.Release|x86.ActiveCfg = Release|x86
{BAFA5125-0C9C-4280-A268-F2EC1306BD38}.Release|x86.Build.0 = Release|x86
{2A2C4FB9-3F53-4097-A071-7B5DA5332EFA}.Debug|x86.ActiveCfg = Debug|x86
{2A2C4FB9-3F53-4097-A071-7B5DA5332EFA}.Debug|x86.Build.0 = Debug|x86
{2A2C4FB9-3F53-4097-A071-7B5DA5332EFA}.Release|x86.ActiveCfg = Release|x86
{2A2C4FB9-3F53-4097-A071-7B5DA5332EFA}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal