-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGenderPayGap.sln
82 lines (82 loc) · 4.85 KB
/
GenderPayGap.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
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenderPayGap.Core", "GenderPayGap.Core\GenderPayGap.Core.csproj", "{7A23F343-E179-4866-B40C-CC5B8FD87695}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenderPayGap.Database", "GenderPayGap.Database\GenderPayGap.Database.csproj", "{F3DB4C50-110C-44BB-A308-B924FA0BE635}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenderPayGap.WebUI", "GenderPayGap.WebUI\GenderPayGap.WebUI.csproj", "{73D4A349-7276-4C72-9C67-A8FD08D7ED82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{165A87E4-ED4A-4509-A52C-81748DE7286F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{6EB28909-F4E9-402E-A247-01532AAC6841}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenderPayGap.WebUI.Tests", "GenderPayGap.UnitTests\GenderPayGap.WebUI.Tests\GenderPayGap.WebUI.Tests.csproj", "{ADB4DCF7-1D43-41EF-9FD3-DA4C36D923AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General files", "General files", "{9AB0CA8E-5650-4A4E-9DFF-254E8A14F9C8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{4235BEF5-F532-434F-8BC7-35033F49663B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DocumentationNested", "Documentation\", "{81A83AB9-45C8-4F86-873E-052B08604269}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_51878"
Debug.AspNetCompiler.PhysicalPath = "Documentation\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51878\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_51878"
Release.AspNetCompiler.PhysicalPath = "Documentation\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_51878\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "51878"
SlnRelativePath = "Documentation\"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A23F343-E179-4866-B40C-CC5B8FD87695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A23F343-E179-4866-B40C-CC5B8FD87695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A23F343-E179-4866-B40C-CC5B8FD87695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A23F343-E179-4866-B40C-CC5B8FD87695}.Release|Any CPU.Build.0 = Release|Any CPU
{F3DB4C50-110C-44BB-A308-B924FA0BE635}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3DB4C50-110C-44BB-A308-B924FA0BE635}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3DB4C50-110C-44BB-A308-B924FA0BE635}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3DB4C50-110C-44BB-A308-B924FA0BE635}.Release|Any CPU.Build.0 = Release|Any CPU
{73D4A349-7276-4C72-9C67-A8FD08D7ED82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73D4A349-7276-4C72-9C67-A8FD08D7ED82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73D4A349-7276-4C72-9C67-A8FD08D7ED82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73D4A349-7276-4C72-9C67-A8FD08D7ED82}.Release|Any CPU.Build.0 = Release|Any CPU
{ADB4DCF7-1D43-41EF-9FD3-DA4C36D923AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADB4DCF7-1D43-41EF-9FD3-DA4C36D923AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADB4DCF7-1D43-41EF-9FD3-DA4C36D923AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADB4DCF7-1D43-41EF-9FD3-DA4C36D923AB}.Release|Any CPU.Build.0 = Release|Any CPU
{81A83AB9-45C8-4F86-873E-052B08604269}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81A83AB9-45C8-4F86-873E-052B08604269}.Release|Any CPU.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A23F343-E179-4866-B40C-CC5B8FD87695} = {6EB28909-F4E9-402E-A247-01532AAC6841}
{F3DB4C50-110C-44BB-A308-B924FA0BE635} = {6EB28909-F4E9-402E-A247-01532AAC6841}
{ADB4DCF7-1D43-41EF-9FD3-DA4C36D923AB} = {165A87E4-ED4A-4509-A52C-81748DE7286F}
{81A83AB9-45C8-4F86-873E-052B08604269} = {4235BEF5-F532-434F-8BC7-35033F49663B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBCD6EE1-83A9-461C-820C-9D31E0347395}
EndGlobalSection
EndGlobal