-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebApplicationWithCache.sln
More file actions
42 lines (42 loc) · 2.29 KB
/
WebApplicationWithCache.sln
File metadata and controls
42 lines (42 loc) · 2.29 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplicationWithCache", "WebApplicationWithCache\WebApplicationWithCache.csproj", "{5DB372F9-041B-4172-B3A0-B5DCDD26ABA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary", "ClassLibrary\ClassLibrary.csproj", "{6C68CBAE-B929-4800-B68C-9E651CF78B9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibrary2", "ClassLibrary2\ClassLibrary2.csproj", "{0EFD0198-7EC3-4A84-B86D-7C6AA08EF136}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49EE4555-CA1E-4B6C-85F8-967DE24BA59F}"
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
{5DB372F9-041B-4172-B3A0-B5DCDD26ABA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB372F9-041B-4172-B3A0-B5DCDD26ABA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB372F9-041B-4172-B3A0-B5DCDD26ABA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB372F9-041B-4172-B3A0-B5DCDD26ABA8}.Release|Any CPU.Build.0 = Release|Any CPU
{6C68CBAE-B929-4800-B68C-9E651CF78B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C68CBAE-B929-4800-B68C-9E651CF78B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C68CBAE-B929-4800-B68C-9E651CF78B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C68CBAE-B929-4800-B68C-9E651CF78B9E}.Release|Any CPU.Build.0 = Release|Any CPU
{0EFD0198-7EC3-4A84-B86D-7C6AA08EF136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EFD0198-7EC3-4A84-B86D-7C6AA08EF136}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EFD0198-7EC3-4A84-B86D-7C6AA08EF136}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EFD0198-7EC3-4A84-B86D-7C6AA08EF136}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF44F7A4-2B11-4A79-BCAD-5F3744B8C1AA}
EndGlobalSection
EndGlobal