-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSharePointAddInCore.sln
More file actions
84 lines (84 loc) · 6.07 KB
/
Copy pathSharePointAddInCore.sln
File metadata and controls
84 lines (84 loc) · 6.07 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{22975BE7-0B96-45BE-BFB2-347CA6F962AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{CF7AB8A7-3B6C-4FAF-9C52-B2492BA1439E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharePointAddInCore.LowTrust", "src\Lib\SharePointAddInCore.LowTrust\SharePointAddInCore.LowTrust.csproj", "{5A53BF00-4BF1-4640-A53C-AA2C19C4B7EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharePointAddInCore.HighTrust", "src\Lib\SharePointAddInCore.HighTrust\SharePointAddInCore.HighTrust.csproj", "{585E8690-25CB-4A74-9F76-229F66A938CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharePointAddInCore.Core", "src\Lib\SharePointAddInCore.Core\SharePointAddInCore.Core.csproj", "{D44F4628-C9F6-4F5B-9D6A-5496502F1A35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HighTrust", "HighTrust", "{E64594E4-4D3F-4EDD-A728-BAB56AE27435}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharePointAddInCore.Example.HighTrust", "src\Example\HighTrust\SharePointAddInCore.Example.HighTrust\SharePointAddInCore.Example.HighTrust.csproj", "{CCC9E40D-75D0-4B27-978F-94423674FDB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharePointAddInCore.Example.HighTrust.Web", "src\Example\HighTrust\SharePointAddInCore.Example.HighTrust.Web\SharePointAddInCore.Example.HighTrust.Web.csproj", "{FBBD2D25-C131-4FE3-A4EE-6AEDE4828181}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LowTrust", "LowTrust", "{365009BF-0D1E-4F87-9120-0ED66DEC6C43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharePointAddInCore.Example.LowTrust", "src\Example\LowTrust\SharePointAddInCore.Example.LowTrust\SharePointAddInCore.Example.LowTrust.csproj", "{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharePointAddInCore.Example.LowTrust.Web", "src\Example\LowTrust\SharePointAddInCore.Example.LowTrust.Web\SharePointAddInCore.Example.LowTrust.Web.csproj", "{5343CF49-F509-4133-BB25-E991FC938891}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A53BF00-4BF1-4640-A53C-AA2C19C4B7EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A53BF00-4BF1-4640-A53C-AA2C19C4B7EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A53BF00-4BF1-4640-A53C-AA2C19C4B7EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A53BF00-4BF1-4640-A53C-AA2C19C4B7EF}.Release|Any CPU.Build.0 = Release|Any CPU
{585E8690-25CB-4A74-9F76-229F66A938CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{585E8690-25CB-4A74-9F76-229F66A938CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{585E8690-25CB-4A74-9F76-229F66A938CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{585E8690-25CB-4A74-9F76-229F66A938CB}.Release|Any CPU.Build.0 = Release|Any CPU
{D44F4628-C9F6-4F5B-9D6A-5496502F1A35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D44F4628-C9F6-4F5B-9D6A-5496502F1A35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D44F4628-C9F6-4F5B-9D6A-5496502F1A35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D44F4628-C9F6-4F5B-9D6A-5496502F1A35}.Release|Any CPU.Build.0 = Release|Any CPU
{CCC9E40D-75D0-4B27-978F-94423674FDB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCC9E40D-75D0-4B27-978F-94423674FDB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCC9E40D-75D0-4B27-978F-94423674FDB4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CCC9E40D-75D0-4B27-978F-94423674FDB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCC9E40D-75D0-4B27-978F-94423674FDB4}.Release|Any CPU.Build.0 = Release|Any CPU
{CCC9E40D-75D0-4B27-978F-94423674FDB4}.Release|Any CPU.Deploy.0 = Release|Any CPU
{FBBD2D25-C131-4FE3-A4EE-6AEDE4828181}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBBD2D25-C131-4FE3-A4EE-6AEDE4828181}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBBD2D25-C131-4FE3-A4EE-6AEDE4828181}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBBD2D25-C131-4FE3-A4EE-6AEDE4828181}.Release|Any CPU.Build.0 = Release|Any CPU
{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8}.Release|Any CPU.Build.0 = Release|Any CPU
{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8}.Release|Any CPU.Deploy.0 = Release|Any CPU
{5343CF49-F509-4133-BB25-E991FC938891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5343CF49-F509-4133-BB25-E991FC938891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5343CF49-F509-4133-BB25-E991FC938891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5343CF49-F509-4133-BB25-E991FC938891}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A53BF00-4BF1-4640-A53C-AA2C19C4B7EF} = {CF7AB8A7-3B6C-4FAF-9C52-B2492BA1439E}
{585E8690-25CB-4A74-9F76-229F66A938CB} = {CF7AB8A7-3B6C-4FAF-9C52-B2492BA1439E}
{D44F4628-C9F6-4F5B-9D6A-5496502F1A35} = {CF7AB8A7-3B6C-4FAF-9C52-B2492BA1439E}
{E64594E4-4D3F-4EDD-A728-BAB56AE27435} = {22975BE7-0B96-45BE-BFB2-347CA6F962AF}
{CCC9E40D-75D0-4B27-978F-94423674FDB4} = {E64594E4-4D3F-4EDD-A728-BAB56AE27435}
{FBBD2D25-C131-4FE3-A4EE-6AEDE4828181} = {E64594E4-4D3F-4EDD-A728-BAB56AE27435}
{365009BF-0D1E-4F87-9120-0ED66DEC6C43} = {22975BE7-0B96-45BE-BFB2-347CA6F962AF}
{D0FF8E8E-34F3-4CBE-9D6E-AF7B7F7786F8} = {365009BF-0D1E-4F87-9120-0ED66DEC6C43}
{5343CF49-F509-4133-BB25-E991FC938891} = {365009BF-0D1E-4F87-9120-0ED66DEC6C43}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA9AF6FC-E7B7-4A47-87F3-B5E25846199D}
EndGlobalSection
EndGlobal