-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChapterOne.sln
More file actions
55 lines (55 loc) · 3.35 KB
/
ChapterOne.sln
File metadata and controls
55 lines (55 loc) · 3.35 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChapterOne", "ChapterOne\ChapterOne.csproj", "{FB96B693-3EA3-4ABC-A029-10F8AA660FC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{4B3AB382-AF88-4385-B009-0DC1C56D9576}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{1EBFCBC0-775A-4C90-95DC-E5BCB918844C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CIL", "CIL\CIL.csproj", "{6E7436E8-FEB7-47C4-9EF8-2889EDDA261D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DIL", "DIL\DIL.csproj", "{A007EC64-A29B-4F63-8261-E7278B9BA60A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChapterOneTests", "ChapterOneTests\ChapterOneTests.csproj", "{77099715-3D42-4250-8C85-D8A1B01C5BDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB96B693-3EA3-4ABC-A029-10F8AA660FC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB96B693-3EA3-4ABC-A029-10F8AA660FC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB96B693-3EA3-4ABC-A029-10F8AA660FC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB96B693-3EA3-4ABC-A029-10F8AA660FC3}.Release|Any CPU.Build.0 = Release|Any CPU
{4B3AB382-AF88-4385-B009-0DC1C56D9576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B3AB382-AF88-4385-B009-0DC1C56D9576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B3AB382-AF88-4385-B009-0DC1C56D9576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B3AB382-AF88-4385-B009-0DC1C56D9576}.Release|Any CPU.Build.0 = Release|Any CPU
{1EBFCBC0-775A-4C90-95DC-E5BCB918844C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EBFCBC0-775A-4C90-95DC-E5BCB918844C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EBFCBC0-775A-4C90-95DC-E5BCB918844C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EBFCBC0-775A-4C90-95DC-E5BCB918844C}.Release|Any CPU.Build.0 = Release|Any CPU
{6E7436E8-FEB7-47C4-9EF8-2889EDDA261D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E7436E8-FEB7-47C4-9EF8-2889EDDA261D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E7436E8-FEB7-47C4-9EF8-2889EDDA261D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E7436E8-FEB7-47C4-9EF8-2889EDDA261D}.Release|Any CPU.Build.0 = Release|Any CPU
{A007EC64-A29B-4F63-8261-E7278B9BA60A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A007EC64-A29B-4F63-8261-E7278B9BA60A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A007EC64-A29B-4F63-8261-E7278B9BA60A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A007EC64-A29B-4F63-8261-E7278B9BA60A}.Release|Any CPU.Build.0 = Release|Any CPU
{77099715-3D42-4250-8C85-D8A1B01C5BDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77099715-3D42-4250-8C85-D8A1B01C5BDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77099715-3D42-4250-8C85-D8A1B01C5BDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77099715-3D42-4250-8C85-D8A1B01C5BDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CC28CB4-1DE9-4FF6-BFB2-DB2110D624F5}
EndGlobalSection
EndGlobal