-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoreDemo.sln
More file actions
55 lines (55 loc) · 3.39 KB
/
Copy pathCoreDemo.sln
File metadata and controls
55 lines (55 loc) · 3.39 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.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastruct", "Infrastruct\Infrastruct.csproj", "{89B220EC-8FDA-4368-8F7C-80FAE685003E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "DoMain\Domain.csproj", "{9195F0AF-1EBA-4015-9F1B-7950E107F6D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{A936A8A4-E1E3-4956-B418-EEDE65D1FE90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Service\Application.csproj", "{403E3B58-9146-4301-8640-B62D5235104A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreApl", "CoreApl\CoreApl.csproj", "{3F5F7E53-6072-4A11-AE99-C0EB2DF73114}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonCore", "CommonCore\CommonCore.csproj", "{F909894E-4C00-43EC-99F0-D01D19B74BC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89B220EC-8FDA-4368-8F7C-80FAE685003E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89B220EC-8FDA-4368-8F7C-80FAE685003E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89B220EC-8FDA-4368-8F7C-80FAE685003E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89B220EC-8FDA-4368-8F7C-80FAE685003E}.Release|Any CPU.Build.0 = Release|Any CPU
{9195F0AF-1EBA-4015-9F1B-7950E107F6D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9195F0AF-1EBA-4015-9F1B-7950E107F6D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9195F0AF-1EBA-4015-9F1B-7950E107F6D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9195F0AF-1EBA-4015-9F1B-7950E107F6D0}.Release|Any CPU.Build.0 = Release|Any CPU
{A936A8A4-E1E3-4956-B418-EEDE65D1FE90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A936A8A4-E1E3-4956-B418-EEDE65D1FE90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A936A8A4-E1E3-4956-B418-EEDE65D1FE90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A936A8A4-E1E3-4956-B418-EEDE65D1FE90}.Release|Any CPU.Build.0 = Release|Any CPU
{403E3B58-9146-4301-8640-B62D5235104A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{403E3B58-9146-4301-8640-B62D5235104A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{403E3B58-9146-4301-8640-B62D5235104A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{403E3B58-9146-4301-8640-B62D5235104A}.Release|Any CPU.Build.0 = Release|Any CPU
{3F5F7E53-6072-4A11-AE99-C0EB2DF73114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F5F7E53-6072-4A11-AE99-C0EB2DF73114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F5F7E53-6072-4A11-AE99-C0EB2DF73114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F5F7E53-6072-4A11-AE99-C0EB2DF73114}.Release|Any CPU.Build.0 = Release|Any CPU
{F909894E-4C00-43EC-99F0-D01D19B74BC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F909894E-4C00-43EC-99F0-D01D19B74BC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F909894E-4C00-43EC-99F0-D01D19B74BC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F909894E-4C00-43EC-99F0-D01D19B74BC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CBE2DF0-5261-4B35-AF4D-C6EE23C5BECD}
EndGlobalSection
EndGlobal