forked from nrjohnstone/SC_DDD_Exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebApplication.sln
More file actions
40 lines (40 loc) · 2.38 KB
/
WebApplication.sln
File metadata and controls
40 lines (40 loc) · 2.38 KB
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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication", "WebApplication\WebApplication.csproj", "{237DEBA9-529B-430E-8020-0187D99D6825}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{CCEB1C64-026C-47F9-A186-E4BFEF76DA39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication", "ConsoleApplication\ConsoleApplication.csproj", "{062DC120-1C63-4D5D-BAFD-46728C82F587}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.Unit", "Tests.Unit\Tests.Unit.csproj", "{858D1C33-DB7E-46DA-A881-C83D115BDE2A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{237DEBA9-529B-430E-8020-0187D99D6825}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{237DEBA9-529B-430E-8020-0187D99D6825}.Debug|Any CPU.Build.0 = Debug|Any CPU
{237DEBA9-529B-430E-8020-0187D99D6825}.Release|Any CPU.ActiveCfg = Release|Any CPU
{237DEBA9-529B-430E-8020-0187D99D6825}.Release|Any CPU.Build.0 = Release|Any CPU
{CCEB1C64-026C-47F9-A186-E4BFEF76DA39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCEB1C64-026C-47F9-A186-E4BFEF76DA39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCEB1C64-026C-47F9-A186-E4BFEF76DA39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCEB1C64-026C-47F9-A186-E4BFEF76DA39}.Release|Any CPU.Build.0 = Release|Any CPU
{062DC120-1C63-4D5D-BAFD-46728C82F587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{062DC120-1C63-4D5D-BAFD-46728C82F587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{062DC120-1C63-4D5D-BAFD-46728C82F587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{062DC120-1C63-4D5D-BAFD-46728C82F587}.Release|Any CPU.Build.0 = Release|Any CPU
{858D1C33-DB7E-46DA-A881-C83D115BDE2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{858D1C33-DB7E-46DA-A881-C83D115BDE2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{858D1C33-DB7E-46DA-A881-C83D115BDE2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{858D1C33-DB7E-46DA-A881-C83D115BDE2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal