-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKUSYS-Demo.sln
43 lines (43 loc) · 2.58 KB
/
KUSYS-Demo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KUSYS-Demo.Infastructure", "KUSYS-Demo.Infastructure\KUSYS-Demo.Infastructure.csproj", "{63E0D8EC-77F1-4BC8-9342-6C73BD216497}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KUSYS-Demo.Services", "KUSYS-Demo.Services\KUSYS-Demo.Services.csproj", "{9B733507-477D-417A-9AB1-0742BC305AB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KUSYS-Demo.Core", "KUSYS-Demo.Core\KUSYS-Demo.Core.csproj", "{C4403FCF-4194-4942-B5EF-1F6670572321}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KUSYS-Demo.UI", "KUSYS-Demo.UI\KUSYS-Demo.UI.csproj", "{680F0D68-4F0F-41EC-8625-9124ED1EABD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63E0D8EC-77F1-4BC8-9342-6C73BD216497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63E0D8EC-77F1-4BC8-9342-6C73BD216497}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63E0D8EC-77F1-4BC8-9342-6C73BD216497}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63E0D8EC-77F1-4BC8-9342-6C73BD216497}.Release|Any CPU.Build.0 = Release|Any CPU
{9B733507-477D-417A-9AB1-0742BC305AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B733507-477D-417A-9AB1-0742BC305AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B733507-477D-417A-9AB1-0742BC305AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B733507-477D-417A-9AB1-0742BC305AB3}.Release|Any CPU.Build.0 = Release|Any CPU
{C4403FCF-4194-4942-B5EF-1F6670572321}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4403FCF-4194-4942-B5EF-1F6670572321}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4403FCF-4194-4942-B5EF-1F6670572321}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4403FCF-4194-4942-B5EF-1F6670572321}.Release|Any CPU.Build.0 = Release|Any CPU
{680F0D68-4F0F-41EC-8625-9124ED1EABD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{680F0D68-4F0F-41EC-8625-9124ED1EABD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{680F0D68-4F0F-41EC-8625-9124ED1EABD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{680F0D68-4F0F-41EC-8625-9124ED1EABD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F870E2B-8D56-4528-A165-075775F92B30}
EndGlobalSection
EndGlobal