-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrowserCacheExtensions.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
BrowserCacheExtensions.sln
File metadata and controls
43 lines (43 loc) · 2.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{19EB7971-F836-4C31-90E4-BEB4E38C2282}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrowserCache.Extensions.LocalStorage", "src\LocalStorage\BrowserCache.Extensions.LocalStorage.csproj", "{7000EBB4-EFB7-43F9-A4C9-A162CC6EBA3C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6F462904-8A0A-436C-A21E-6043865F462E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrowserCache.Extensions.LocalStorage.Tests", "tests\LocalStorage\BrowserCache.Extensions.LocalStorage.Tests.csproj", "{DAD3158A-BB34-46F9-9136-D1FC6F75B175}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrowserCacheExtensions", "build\BrowserCacheExtensions.csproj", "{27B54DA6-6871-47E7-B6A6-66B1AC39EC2F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04DE41E7-5D84-40AE-B1D3-D10E43159CC6}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27B54DA6-6871-47E7-B6A6-66B1AC39EC2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27B54DA6-6871-47E7-B6A6-66B1AC39EC2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7000EBB4-EFB7-43F9-A4C9-A162CC6EBA3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7000EBB4-EFB7-43F9-A4C9-A162CC6EBA3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7000EBB4-EFB7-43F9-A4C9-A162CC6EBA3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7000EBB4-EFB7-43F9-A4C9-A162CC6EBA3C}.Release|Any CPU.Build.0 = Release|Any CPU
{DAD3158A-BB34-46F9-9136-D1FC6F75B175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAD3158A-BB34-46F9-9136-D1FC6F75B175}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAD3158A-BB34-46F9-9136-D1FC6F75B175}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAD3158A-BB34-46F9-9136-D1FC6F75B175}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7000EBB4-EFB7-43F9-A4C9-A162CC6EBA3C} = {19EB7971-F836-4C31-90E4-BEB4E38C2282}
{DAD3158A-BB34-46F9-9136-D1FC6F75B175} = {6F462904-8A0A-436C-A21E-6043865F462E}
EndGlobalSection
EndGlobal