-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCookieJar.sln
36 lines (36 loc) · 1.83 KB
/
CookieJar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CookieJar", "src\CookieJar\CookieJar.csproj", "{6FF63435-22CD-42B8-81AF-706C9126C9F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D4E961EF-E265-4E69-A60C-DFC48271A4E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "tests\TestApp\TestApp.csproj", "{88F33A09-AF82-426B-BE30-2A816F048D1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46468BBD-8C55-44DC-A2DA-3747CED9E303}"
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
{6FF63435-22CD-42B8-81AF-706C9126C9F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FF63435-22CD-42B8-81AF-706C9126C9F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FF63435-22CD-42B8-81AF-706C9126C9F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FF63435-22CD-42B8-81AF-706C9126C9F4}.Release|Any CPU.Build.0 = Release|Any CPU
{88F33A09-AF82-426B-BE30-2A816F048D1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88F33A09-AF82-426B-BE30-2A816F048D1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88F33A09-AF82-426B-BE30-2A816F048D1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88F33A09-AF82-426B-BE30-2A816F048D1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88F33A09-AF82-426B-BE30-2A816F048D1B} = {D4E961EF-E265-4E69-A60C-DFC48271A4E3}
EndGlobalSection
EndGlobal