-
Notifications
You must be signed in to change notification settings - Fork 0
/
laba1.sln
78 lines (78 loc) · 4.91 KB
/
laba1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F8887AD1-2D77-48D3-B399-F98852242769}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "view", "view", "{8C5D3F5A-86D5-4BEC-ACB5-AA4EA3500A46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4C6A485E-C26D-4DF9-BB66-452A0C7FF539}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ApplicationCore", "ApplicationCore", "{79309AC7-8505-4287-86E8-F15366FA6BD7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{E0FCC1DD-E14A-465A-A761-81FE135848CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{07989287-59FB-4F58-9205-1E530578E539}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{8D93EB13-8680-42BE-B901-5686B11B576E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Interfaces", "Interfaces\Interfaces.csproj", "{3A37DE7F-A922-4E50-9ACF-D042792CDB12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{CAC11A92-32BB-4F33-A4B2-63CFE3D7C68A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bisiness", "Bisiness\Bisiness.csproj", "{C9EDDBC0-3262-4119-BE64-C609C87C138C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{5DD9F712-4BB9-4B90-B43A-F70021B064B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HunterWinForms", "HunterWinForms\HunterWinForms.csproj", "{5BB3BFDF-925E-41C1-84C1-B1F29E56983D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07989287-59FB-4F58-9205-1E530578E539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07989287-59FB-4F58-9205-1E530578E539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07989287-59FB-4F58-9205-1E530578E539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07989287-59FB-4F58-9205-1E530578E539}.Release|Any CPU.Build.0 = Release|Any CPU
{8D93EB13-8680-42BE-B901-5686B11B576E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D93EB13-8680-42BE-B901-5686B11B576E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D93EB13-8680-42BE-B901-5686B11B576E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D93EB13-8680-42BE-B901-5686B11B576E}.Release|Any CPU.Build.0 = Release|Any CPU
{3A37DE7F-A922-4E50-9ACF-D042792CDB12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A37DE7F-A922-4E50-9ACF-D042792CDB12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A37DE7F-A922-4E50-9ACF-D042792CDB12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A37DE7F-A922-4E50-9ACF-D042792CDB12}.Release|Any CPU.Build.0 = Release|Any CPU
{C9EDDBC0-3262-4119-BE64-C609C87C138C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9EDDBC0-3262-4119-BE64-C609C87C138C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9EDDBC0-3262-4119-BE64-C609C87C138C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9EDDBC0-3262-4119-BE64-C609C87C138C}.Release|Any CPU.Build.0 = Release|Any CPU
{5DD9F712-4BB9-4B90-B43A-F70021B064B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DD9F712-4BB9-4B90-B43A-F70021B064B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DD9F712-4BB9-4B90-B43A-F70021B064B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DD9F712-4BB9-4B90-B43A-F70021B064B6}.Release|Any CPU.Build.0 = Release|Any CPU
{5BB3BFDF-925E-41C1-84C1-B1F29E56983D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BB3BFDF-925E-41C1-84C1-B1F29E56983D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BB3BFDF-925E-41C1-84C1-B1F29E56983D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BB3BFDF-925E-41C1-84C1-B1F29E56983D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{79309AC7-8505-4287-86E8-F15366FA6BD7} = {F8887AD1-2D77-48D3-B399-F98852242769}
{E0FCC1DD-E14A-465A-A761-81FE135848CD} = {79309AC7-8505-4287-86E8-F15366FA6BD7}
{07989287-59FB-4F58-9205-1E530578E539} = {79309AC7-8505-4287-86E8-F15366FA6BD7}
{8D93EB13-8680-42BE-B901-5686B11B576E} = {E0FCC1DD-E14A-465A-A761-81FE135848CD}
{3A37DE7F-A922-4E50-9ACF-D042792CDB12} = {E0FCC1DD-E14A-465A-A761-81FE135848CD}
{CAC11A92-32BB-4F33-A4B2-63CFE3D7C68A} = {F8887AD1-2D77-48D3-B399-F98852242769}
{C9EDDBC0-3262-4119-BE64-C609C87C138C} = {CAC11A92-32BB-4F33-A4B2-63CFE3D7C68A}
{5DD9F712-4BB9-4B90-B43A-F70021B064B6} = {CAC11A92-32BB-4F33-A4B2-63CFE3D7C68A}
{5BB3BFDF-925E-41C1-84C1-B1F29E56983D} = {8C5D3F5A-86D5-4BEC-ACB5-AA4EA3500A46}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF080FE3-A000-4B42-857A-F5AB26DACEE0}
EndGlobalSection
EndGlobal