-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParagoServices.sln
34 lines (34 loc) · 2.03 KB
/
ParagoServices.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParagoServices.Server", "ParagoServices.Server\ParagoServices.Server.csproj", "{220572C5-4852-43D9-B2AA-F8A110BF3696}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ParagoServices.Server.Common", "ParagoServices.Server.Common\ParagoServices.Server.Common.csproj", "{34FD809F-9753-44D0-9415-B3BB8B3CC5FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assemblies", "Assemblies", "{CDC765CE-5F9F-4806-8A7C-78F57462F009}"
ProjectSection(SolutionItems) = preProject
Assemblies\Microsoft.SharePoint.ApplicationPages.Administration.dll = Assemblies\Microsoft.SharePoint.ApplicationPages.Administration.dll
Assemblies\Microsoft.SharePoint.dll = Assemblies\Microsoft.SharePoint.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{220572C5-4852-43D9-B2AA-F8A110BF3696}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{220572C5-4852-43D9-B2AA-F8A110BF3696}.Debug|Any CPU.Build.0 = Debug|Any CPU
{220572C5-4852-43D9-B2AA-F8A110BF3696}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{220572C5-4852-43D9-B2AA-F8A110BF3696}.Release|Any CPU.ActiveCfg = Release|Any CPU
{220572C5-4852-43D9-B2AA-F8A110BF3696}.Release|Any CPU.Build.0 = Release|Any CPU
{220572C5-4852-43D9-B2AA-F8A110BF3696}.Release|Any CPU.Deploy.0 = Release|Any CPU
{34FD809F-9753-44D0-9415-B3BB8B3CC5FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34FD809F-9753-44D0-9415-B3BB8B3CC5FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34FD809F-9753-44D0-9415-B3BB8B3CC5FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34FD809F-9753-44D0-9415-B3BB8B3CC5FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal