-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwebsite.sln
51 lines (51 loc) · 2.79 KB
/
website.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{16656328-2B4F-4E78-AD6D-FEC95994C7F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6D6B32F9-FAF4-4A50-A12C-CF7D1D881B74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{95DA6407-C624-4699-BAF3-0ADB499143DD}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSite.Test.Integration", "test\WebSite.Test.Integration\WebSite.Test.Integration.csproj", "{764E545C-9CB1-47A2-9019-C1AC9B184674}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSite.Test.Unit", "test\WebSite.Test.Unit\WebSite.Test.Unit.csproj", "{2DF351D7-76D7-47B4-AB5A-D5285C090AF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSite", "src\WebSite\WebSite.csproj", "{2AEF021C-1DE1-4512-BCB8-A5CF26CB75C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{764E545C-9CB1-47A2-9019-C1AC9B184674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{764E545C-9CB1-47A2-9019-C1AC9B184674}.Debug|Any CPU.Build.0 = Debug|Any CPU
{764E545C-9CB1-47A2-9019-C1AC9B184674}.Release|Any CPU.ActiveCfg = Release|Any CPU
{764E545C-9CB1-47A2-9019-C1AC9B184674}.Release|Any CPU.Build.0 = Release|Any CPU
{2DF351D7-76D7-47B4-AB5A-D5285C090AF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DF351D7-76D7-47B4-AB5A-D5285C090AF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DF351D7-76D7-47B4-AB5A-D5285C090AF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF351D7-76D7-47B4-AB5A-D5285C090AF0}.Release|Any CPU.Build.0 = Release|Any CPU
{2AEF021C-1DE1-4512-BCB8-A5CF26CB75C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AEF021C-1DE1-4512-BCB8-A5CF26CB75C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AEF021C-1DE1-4512-BCB8-A5CF26CB75C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AEF021C-1DE1-4512-BCB8-A5CF26CB75C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{764E545C-9CB1-47A2-9019-C1AC9B184674} = {6D6B32F9-FAF4-4A50-A12C-CF7D1D881B74}
{2DF351D7-76D7-47B4-AB5A-D5285C090AF0} = {6D6B32F9-FAF4-4A50-A12C-CF7D1D881B74}
{2AEF021C-1DE1-4512-BCB8-A5CF26CB75C2} = {16656328-2B4F-4E78-AD6D-FEC95994C7F8}
EndGlobalSection
EndGlobal