-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSample.sln
71 lines (71 loc) · 4.32 KB
/
Sample.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Web
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.DomainModel", "Core.DomainModel\Core.DomainModel.csproj", "{B6DABC90-7B3F-4329-B30B-5E33285003F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{1C17A964-F5A7-4C6B-A472-6640976D55A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{CB3ECFC8-1860-40B9-8E84-2F4B25768E52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{C72DB8A0-E5F5-4C35-A362-FAC68F3FFC49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{15C101AB-BD45-4C17-A0F3-B0D65436B91D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.DomainServices", "Core.DomainServices\Core.DomainServices.csproj", "{2B159F69-9712-4B07-8858-4E4B212F2228}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Data", "Infrastructure.Data\Infrastructure.Data.csproj", "{2728D50F-0A00-400A-BC4D-3ABD342C1682}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{B9B758F7-87AD-4D57-8529-79AF9B8BD855}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.ApplicationServices", "Core.ApplicationServices\Core.ApplicationServices.csproj", "{C208903E-E673-41EB-BC64-3DF229D00890}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{6DE605DD-B0FE-41AD-B642-6D3C08CD5446}"
ProjectSection(SolutionItems) = preProject
ConnectionStrings.config = ConnectionStrings.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6DABC90-7B3F-4329-B30B-5E33285003F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6DABC90-7B3F-4329-B30B-5E33285003F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6DABC90-7B3F-4329-B30B-5E33285003F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6DABC90-7B3F-4329-B30B-5E33285003F7}.Release|Any CPU.Build.0 = Release|Any CPU
{2B159F69-9712-4B07-8858-4E4B212F2228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B159F69-9712-4B07-8858-4E4B212F2228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B159F69-9712-4B07-8858-4E4B212F2228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B159F69-9712-4B07-8858-4E4B212F2228}.Release|Any CPU.Build.0 = Release|Any CPU
{2728D50F-0A00-400A-BC4D-3ABD342C1682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2728D50F-0A00-400A-BC4D-3ABD342C1682}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2728D50F-0A00-400A-BC4D-3ABD342C1682}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2728D50F-0A00-400A-BC4D-3ABD342C1682}.Release|Any CPU.Build.0 = Release|Any CPU
{B9B758F7-87AD-4D57-8529-79AF9B8BD855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9B758F7-87AD-4D57-8529-79AF9B8BD855}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9B758F7-87AD-4D57-8529-79AF9B8BD855}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9B758F7-87AD-4D57-8529-79AF9B8BD855}.Release|Any CPU.Build.0 = Release|Any CPU
{C208903E-E673-41EB-BC64-3DF229D00890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C208903E-E673-41EB-BC64-3DF229D00890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C208903E-E673-41EB-BC64-3DF229D00890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C208903E-E673-41EB-BC64-3DF229D00890}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B6DABC90-7B3F-4329-B30B-5E33285003F7} = {1C17A964-F5A7-4C6B-A472-6640976D55A0}
{2B159F69-9712-4B07-8858-4E4B212F2228} = {1C17A964-F5A7-4C6B-A472-6640976D55A0}
{2728D50F-0A00-400A-BC4D-3ABD342C1682} = {CB3ECFC8-1860-40B9-8E84-2F4B25768E52}
{B9B758F7-87AD-4D57-8529-79AF9B8BD855} = {C72DB8A0-E5F5-4C35-A362-FAC68F3FFC49}
{C208903E-E673-41EB-BC64-3DF229D00890} = {1C17A964-F5A7-4C6B-A472-6640976D55A0}
EndGlobalSection
EndGlobal