-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCorporate.sln
37 lines (37 loc) · 2.07 KB
/
Corporate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomStorage", "CustomStorage\CustomStorage.csproj", "{EC1408C3-F235-473E-B15F-72997CAC8654}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrossDomain", "CrossDomain\CrossDomain.csproj", "{DC66F343-9C70-4B54-BE06-C8BEBFE0FB04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CookieStorage", "CookieStorage\CookieStorage.csproj", "{6BC325E0-55BF-4939-9B24-41F36B09B273}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC1408C3-F235-473E-B15F-72997CAC8654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC1408C3-F235-473E-B15F-72997CAC8654}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC1408C3-F235-473E-B15F-72997CAC8654}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC1408C3-F235-473E-B15F-72997CAC8654}.Release|Any CPU.Build.0 = Release|Any CPU
{DC66F343-9C70-4B54-BE06-C8BEBFE0FB04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC66F343-9C70-4B54-BE06-C8BEBFE0FB04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC66F343-9C70-4B54-BE06-C8BEBFE0FB04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC66F343-9C70-4B54-BE06-C8BEBFE0FB04}.Release|Any CPU.Build.0 = Release|Any CPU
{6BC325E0-55BF-4939-9B24-41F36B09B273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BC325E0-55BF-4939-9B24-41F36B09B273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BC325E0-55BF-4939-9B24-41F36B09B273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BC325E0-55BF-4939-9B24-41F36B09B273}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BBBFE90-C331-47A1-8CC9-02FA8EBA6928}
EndGlobalSection
EndGlobal