-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGovernmentSystem.sln
51 lines (51 loc) · 2.79 KB
/
GovernmentSystem.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 Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebUI", "WebUI\WebUI.csproj", "{F173718C-A9BF-4806-9A8A-19B81526B4F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{DB636770-B1B0-4C24-8957-83BD6C55523F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{884E9274-C578-43C5-BB92-BE723B91567C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{0545B9E7-1C9B-461A-9E26-854F93FDC095}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Folder", "Solution Folder", "{5D87BCF8-FDF4-451F-BE96-D3196BB7E2A3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F173718C-A9BF-4806-9A8A-19B81526B4F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F173718C-A9BF-4806-9A8A-19B81526B4F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F173718C-A9BF-4806-9A8A-19B81526B4F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F173718C-A9BF-4806-9A8A-19B81526B4F1}.Release|Any CPU.Build.0 = Release|Any CPU
{DB636770-B1B0-4C24-8957-83BD6C55523F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB636770-B1B0-4C24-8957-83BD6C55523F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB636770-B1B0-4C24-8957-83BD6C55523F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB636770-B1B0-4C24-8957-83BD6C55523F}.Release|Any CPU.Build.0 = Release|Any CPU
{884E9274-C578-43C5-BB92-BE723B91567C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{884E9274-C578-43C5-BB92-BE723B91567C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{884E9274-C578-43C5-BB92-BE723B91567C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{884E9274-C578-43C5-BB92-BE723B91567C}.Release|Any CPU.Build.0 = Release|Any CPU
{0545B9E7-1C9B-461A-9E26-854F93FDC095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0545B9E7-1C9B-461A-9E26-854F93FDC095}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0545B9E7-1C9B-461A-9E26-854F93FDC095}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0545B9E7-1C9B-461A-9E26-854F93FDC095}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2587BABA-E418-4D28-9D72-6DCC1DF4A556}
EndGlobalSection
EndGlobal