-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjects.sln
More file actions
108 lines (108 loc) · 6.54 KB
/
Projects.sln
File metadata and controls
108 lines (108 loc) · 6.54 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data Access", "Data Access", "{5A97904C-5196-4FD5-8A81-FDE3D6DA5EE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{3F1F947C-7330-4944-B86F-18C65FAD4C39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Logic", "Logic", "{1AC77CF4-575D-429A-AC04-8E7D7FD28036}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Projects.DataAccess", "Projects.DataAccess\Projects.DataAccess.csproj", "{3E7AA3B8-EF86-4D55-B6FB-ECD8DD2813AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Projects.DataAccess.Sql", "Projects.DataAccess.Sql\Projects.DataAccess.Sql.csproj", "{90D8E060-E209-4665-BCA6-7399290292C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Projects.DataAccess.Memory", "Projects.DataAccess.Memory\Projects.DataAccess.Memory.csproj", "{3EAB25A6-6C14-4518-900F-9F647D510A6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{845638FD-A12C-4453-8CDF-D6AB1FB252BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{D90AD079-2F90-48E2-A01B-592C97809AAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Projects.Testing", "Projects.Testing\Projects.Testing.csproj", "{E3A89922-FC6A-476C-8DA5-076444CB1807}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "http://projects.local", "http://projects.local", "{D1D3163D-C4CC-4130-AEDD-C35C89756808}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.PhysicalPath = "Projects.Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\projects.local\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.VirtualPath = "/projects.local"
Release.AspNetCompiler.Debug = "False"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.PhysicalPath = "Projects.Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\projects.local\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.VirtualPath = "/projects.local"
SlnRelativePath = "Projects.Web\"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
UseIISExpress = "false"
EndProjectSection
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.PhysicalPath = "Projects.Web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\projects.local\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.VirtualPath = "/projects.local"
Release.AspNetCompiler.Debug = "False"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.PhysicalPath = "Projects.Web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\projects.local\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.VirtualPath = "/projects.local"
SlnRelativePath = "Projects.Web\"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
UseIISExpress = "false"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Projects.Web.Api", "Projects.Web.Api\Projects.Web.Api.csproj", "{E08A24E7-66AD-4BD1-AA9F-E131E470D91A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E7AA3B8-EF86-4D55-B6FB-ECD8DD2813AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E7AA3B8-EF86-4D55-B6FB-ECD8DD2813AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E7AA3B8-EF86-4D55-B6FB-ECD8DD2813AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E7AA3B8-EF86-4D55-B6FB-ECD8DD2813AE}.Release|Any CPU.Build.0 = Release|Any CPU
{3EAB25A6-6C14-4518-900F-9F647D510A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EAB25A6-6C14-4518-900F-9F647D510A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EAB25A6-6C14-4518-900F-9F647D510A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EAB25A6-6C14-4518-900F-9F647D510A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{90D8E060-E209-4665-BCA6-7399290292C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D8E060-E209-4665-BCA6-7399290292C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D8E060-E209-4665-BCA6-7399290292C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D8E060-E209-4665-BCA6-7399290292C8}.Release|Any CPU.Build.0 = Release|Any CPU
{D1D3163D-C4CC-4130-AEDD-C35C89756808}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1D3163D-C4CC-4130-AEDD-C35C89756808}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{D1D3163D-C4CC-4130-AEDD-C35C89756808}.Release|Any CPU.Build.0 = Debug|Any CPU
{E08A24E7-66AD-4BD1-AA9F-E131E470D91A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E08A24E7-66AD-4BD1-AA9F-E131E470D91A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E08A24E7-66AD-4BD1-AA9F-E131E470D91A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E08A24E7-66AD-4BD1-AA9F-E131E470D91A}.Release|Any CPU.Build.0 = Release|Any CPU
{E3A89922-FC6A-476C-8DA5-076444CB1807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3A89922-FC6A-476C-8DA5-076444CB1807}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3A89922-FC6A-476C-8DA5-076444CB1807}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3A89922-FC6A-476C-8DA5-076444CB1807}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC77CF4-575D-429A-AC04-8E7D7FD28036} = {845638FD-A12C-4453-8CDF-D6AB1FB252BB}
{3E7AA3B8-EF86-4D55-B6FB-ECD8DD2813AE} = {5A97904C-5196-4FD5-8A81-FDE3D6DA5EE6}
{3EAB25A6-6C14-4518-900F-9F647D510A6C} = {5A97904C-5196-4FD5-8A81-FDE3D6DA5EE6}
{5A97904C-5196-4FD5-8A81-FDE3D6DA5EE6} = {845638FD-A12C-4453-8CDF-D6AB1FB252BB}
{90D8E060-E209-4665-BCA6-7399290292C8} = {5A97904C-5196-4FD5-8A81-FDE3D6DA5EE6}
{D1D3163D-C4CC-4130-AEDD-C35C89756808} = {3F1F947C-7330-4944-B86F-18C65FAD4C39}
{D90AD079-2F90-48E2-A01B-592C97809AAA} = {845638FD-A12C-4453-8CDF-D6AB1FB252BB}
{E08A24E7-66AD-4BD1-AA9F-E131E470D91A} = {3F1F947C-7330-4944-B86F-18C65FAD4C39}
{E3A89922-FC6A-476C-8DA5-076444CB1807} = {D90AD079-2F90-48E2-A01B-592C97809AAA}
EndGlobalSection
EndGlobal