-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCKK.Logic.sln
43 lines (43 loc) · 2.45 KB
/
CKK.Logic.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.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CKK.Logic", "CKK.Logic\CKK.Logic.csproj", "{8AC1367C-5F0D-4C88-8F59-0C0DF220EAC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CKK.UI", "CKK.UI\CKK.UI.csproj", "{779273EB-DC5A-4A65-A2B6-4D456BABA1C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CKK.DB", "CKK.DB\CKK.DB.csproj", "{F618C4C4-9E3F-4782-A084-BD2D0C383279}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CKK.Web", "CKK.Web\CKK.Web.csproj", "{0DF78B3D-1B31-44CD-9B4F-E11384CAA3D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AC1367C-5F0D-4C88-8F59-0C0DF220EAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AC1367C-5F0D-4C88-8F59-0C0DF220EAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AC1367C-5F0D-4C88-8F59-0C0DF220EAC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AC1367C-5F0D-4C88-8F59-0C0DF220EAC1}.Release|Any CPU.Build.0 = Release|Any CPU
{779273EB-DC5A-4A65-A2B6-4D456BABA1C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{779273EB-DC5A-4A65-A2B6-4D456BABA1C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{779273EB-DC5A-4A65-A2B6-4D456BABA1C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{779273EB-DC5A-4A65-A2B6-4D456BABA1C7}.Release|Any CPU.Build.0 = Release|Any CPU
{F618C4C4-9E3F-4782-A084-BD2D0C383279}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F618C4C4-9E3F-4782-A084-BD2D0C383279}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F618C4C4-9E3F-4782-A084-BD2D0C383279}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F618C4C4-9E3F-4782-A084-BD2D0C383279}.Release|Any CPU.Build.0 = Release|Any CPU
{0DF78B3D-1B31-44CD-9B4F-E11384CAA3D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DF78B3D-1B31-44CD-9B4F-E11384CAA3D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DF78B3D-1B31-44CD-9B4F-E11384CAA3D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DF78B3D-1B31-44CD-9B4F-E11384CAA3D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72E59372-101A-4A0A-A3F5-B6204A0AC18B}
EndGlobalSection
EndGlobal