-
Notifications
You must be signed in to change notification settings - Fork 0
/
StevenVolckaert.EnterpriseLibrary.sln
68 lines (68 loc) · 3.79 KB
/
StevenVolckaert.EnterpriseLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{00269925-9ABB-475F-A63B-B57C55E26CD3}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{887100A5-003F-4148-85D8-9D9C9E7E5125}"
ProjectSection(SolutionItems) = preProject
test\common.props = test\common.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{54EC9438-05ED-4ACD-AEF6-B31B353069EA}"
ProjectSection(SolutionItems) = preProject
src\common.props = src\common.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StevenVolckaert.Core", "src\StevenVolckaert.Core\StevenVolckaert.Core.csproj", "{9493EB60-BD91-426A-BDF1-4390456046E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StevenVolckaert.Core.Tests", "test\StevenVolckaert.Core.Tests\StevenVolckaert.Core.Tests.csproj", "{F6EAF516-F648-48C8-93EE-EC532AD996CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StevenVolckaert.Web", "src\StevenVolckaert.Web\StevenVolckaert.Web.csproj", "{0B0FB0F1-FE93-48DD-9639-08E30A922EFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StevenVolckaert.Web.Tests", "test\StevenVolckaert.Web.Tests\StevenVolckaert.Web.Tests.csproj", "{191EE873-75D7-4004-B1CA-AEA099A7399E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9493EB60-BD91-426A-BDF1-4390456046E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9493EB60-BD91-426A-BDF1-4390456046E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9493EB60-BD91-426A-BDF1-4390456046E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9493EB60-BD91-426A-BDF1-4390456046E1}.Release|Any CPU.Build.0 = Release|Any CPU
{F6EAF516-F648-48C8-93EE-EC532AD996CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6EAF516-F648-48C8-93EE-EC532AD996CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6EAF516-F648-48C8-93EE-EC532AD996CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6EAF516-F648-48C8-93EE-EC532AD996CA}.Release|Any CPU.Build.0 = Release|Any CPU
{0B0FB0F1-FE93-48DD-9639-08E30A922EFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B0FB0F1-FE93-48DD-9639-08E30A922EFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B0FB0F1-FE93-48DD-9639-08E30A922EFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B0FB0F1-FE93-48DD-9639-08E30A922EFE}.Release|Any CPU.Build.0 = Release|Any CPU
{191EE873-75D7-4004-B1CA-AEA099A7399E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{191EE873-75D7-4004-B1CA-AEA099A7399E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{191EE873-75D7-4004-B1CA-AEA099A7399E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{191EE873-75D7-4004-B1CA-AEA099A7399E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9493EB60-BD91-426A-BDF1-4390456046E1} = {54EC9438-05ED-4ACD-AEF6-B31B353069EA}
{F6EAF516-F648-48C8-93EE-EC532AD996CA} = {887100A5-003F-4148-85D8-9D9C9E7E5125}
{0B0FB0F1-FE93-48DD-9639-08E30A922EFE} = {54EC9438-05ED-4ACD-AEF6-B31B353069EA}
{191EE873-75D7-4004-B1CA-AEA099A7399E} = {887100A5-003F-4148-85D8-9D9C9E7E5125}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C23D0273-EEBA-4B5A-8DBE-8C742A67738E}
EndGlobalSection
EndGlobal