-
Notifications
You must be signed in to change notification settings - Fork 17
/
CookieManager_Solution.sln
53 lines (53 loc) · 3 KB
/
CookieManager_Solution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CookieManager", "src\CookieManager\CookieManager.csproj", "{3FFA196A-F0FA-4E58-B62D-35191A4CB3BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CookieManager.MVCSample", "samples\CookieManager.MVCSample\CookieManager.MVCSample.csproj", "{E2E42AB4-99E7-4899-9B8A-C98E8A158640}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A11570E5-2062-4BEA-A73D-EB835CDD8DA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{FC67A254-12A0-47CC-AA8E-26BA0E4C41CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2E564887-0052-4B18-9356-79B958ADDDFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CookieManager.Test", "test\CookieManager.Test\CookieManager.Test.csproj", "{36C88EF0-0210-44EA-A6A5-7ACE7C371224}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5253C6DE-384A-4385-A471-1D4CB358B82C}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FFA196A-F0FA-4E58-B62D-35191A4CB3BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FFA196A-F0FA-4E58-B62D-35191A4CB3BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FFA196A-F0FA-4E58-B62D-35191A4CB3BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FFA196A-F0FA-4E58-B62D-35191A4CB3BB}.Release|Any CPU.Build.0 = Release|Any CPU
{E2E42AB4-99E7-4899-9B8A-C98E8A158640}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2E42AB4-99E7-4899-9B8A-C98E8A158640}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2E42AB4-99E7-4899-9B8A-C98E8A158640}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2E42AB4-99E7-4899-9B8A-C98E8A158640}.Release|Any CPU.Build.0 = Release|Any CPU
{36C88EF0-0210-44EA-A6A5-7ACE7C371224}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36C88EF0-0210-44EA-A6A5-7ACE7C371224}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36C88EF0-0210-44EA-A6A5-7ACE7C371224}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36C88EF0-0210-44EA-A6A5-7ACE7C371224}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3FFA196A-F0FA-4E58-B62D-35191A4CB3BB} = {A11570E5-2062-4BEA-A73D-EB835CDD8DA7}
{E2E42AB4-99E7-4899-9B8A-C98E8A158640} = {FC67A254-12A0-47CC-AA8E-26BA0E4C41CF}
{36C88EF0-0210-44EA-A6A5-7ACE7C371224} = {2E564887-0052-4B18-9356-79B958ADDDFE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2731FC8E-8FA6-44E2-BB15-19B10CAD2EDC}
EndGlobalSection
EndGlobal