-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSPFramework.sln
72 lines (72 loc) · 4.74 KB
/
SPFramework.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperPartner", "SuperPartner\SuperPartner.csproj", "{1A5CEA09-0B1A-42AB-887E-FB2F66715B9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperPartner.Biz", "SuperPartner.Biz\SuperPartner.Biz.csproj", "{FDDA48DA-FCCE-454E-A66B-0C45010E7AE3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperPartner.DataLayer", "SuperPartner.DataLayer\SuperPartner.DataLayer.csproj", "{DE490A12-AB17-46F7-A858-F058434FEACC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperPartner.Common", "SuperPartner.Common\SuperPartner.Common.csproj", "{CEC58935-115E-4DDF-AFAE-6627E525E2C3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperPartner.Utils", "SuperPartner.Utils\SuperPartner.Utils.csproj", "{5E131E04-C07F-4A1A-8D66-93EC8225829D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperPartner.Model", "SuperPartner.Model\SuperPartner.Model.csproj", "{E516F0E2-59B2-4B66-9570-66D619FF70B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SuperPartner.Permission", "SuperPartner.Permission\SuperPartner.Permission.csproj", "{926EAE98-076A-4384-9367-B701B59B5176}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperPartner.Test", "SuperPartner.Test\SuperPartner.Test.csproj", "{97AE01D6-E41A-4867-9EF3-A972B430E069}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{3162CA0D-BFB7-4DB0-9825-07215F42AD41}"
ProjectSection(SolutionItems) = preProject
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
{1A5CEA09-0B1A-42AB-887E-FB2F66715B9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A5CEA09-0B1A-42AB-887E-FB2F66715B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A5CEA09-0B1A-42AB-887E-FB2F66715B9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A5CEA09-0B1A-42AB-887E-FB2F66715B9F}.Release|Any CPU.Build.0 = Release|Any CPU
{FDDA48DA-FCCE-454E-A66B-0C45010E7AE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDDA48DA-FCCE-454E-A66B-0C45010E7AE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDDA48DA-FCCE-454E-A66B-0C45010E7AE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDDA48DA-FCCE-454E-A66B-0C45010E7AE3}.Release|Any CPU.Build.0 = Release|Any CPU
{DE490A12-AB17-46F7-A858-F058434FEACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE490A12-AB17-46F7-A858-F058434FEACC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE490A12-AB17-46F7-A858-F058434FEACC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE490A12-AB17-46F7-A858-F058434FEACC}.Release|Any CPU.Build.0 = Release|Any CPU
{CEC58935-115E-4DDF-AFAE-6627E525E2C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEC58935-115E-4DDF-AFAE-6627E525E2C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEC58935-115E-4DDF-AFAE-6627E525E2C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEC58935-115E-4DDF-AFAE-6627E525E2C3}.Release|Any CPU.Build.0 = Release|Any CPU
{5E131E04-C07F-4A1A-8D66-93EC8225829D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E131E04-C07F-4A1A-8D66-93EC8225829D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E131E04-C07F-4A1A-8D66-93EC8225829D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E131E04-C07F-4A1A-8D66-93EC8225829D}.Release|Any CPU.Build.0 = Release|Any CPU
{E516F0E2-59B2-4B66-9570-66D619FF70B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E516F0E2-59B2-4B66-9570-66D619FF70B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E516F0E2-59B2-4B66-9570-66D619FF70B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E516F0E2-59B2-4B66-9570-66D619FF70B6}.Release|Any CPU.Build.0 = Release|Any CPU
{926EAE98-076A-4384-9367-B701B59B5176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{926EAE98-076A-4384-9367-B701B59B5176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{926EAE98-076A-4384-9367-B701B59B5176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{926EAE98-076A-4384-9367-B701B59B5176}.Release|Any CPU.Build.0 = Release|Any CPU
{97AE01D6-E41A-4867-9EF3-A972B430E069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97AE01D6-E41A-4867-9EF3-A972B430E069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97AE01D6-E41A-4867-9EF3-A972B430E069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97AE01D6-E41A-4867-9EF3-A972B430E069}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {59751BD2-965A-4AA9-8163-E70B7CF17692}
EndGlobalSection
EndGlobal