-
Notifications
You must be signed in to change notification settings - Fork 0
/
webapioutputcache.sln
42 lines (42 loc) · 2.44 KB
/
webapioutputcache.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCorePal.WebApi.OutputCache", "NetCorePal.WebApi.OutputCache\NetCorePal.WebApi.OutputCache.csproj", "{716A9434-FF55-44EF-8496-E5E83BDD2ABC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCorePal.WebApi.OutputCache.Memcached", "NetCorePal.WebApi.OutputCache.Memcached\NetCorePal.WebApi.OutputCache.Memcached.csproj", "{ECE6E03D-B65D-4080-BF70-C574120986B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCorePal.WebApi.OutputCache.Test", "NetCorePal.WebApi.OutputCache.Test\NetCorePal.WebApi.OutputCache.Test.csproj", "{958BF438-5FDD-42AD-AD90-44272F0CEBFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD53F25C-9756-405D-B05A-B9A911476AF7}"
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
{716A9434-FF55-44EF-8496-E5E83BDD2ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{716A9434-FF55-44EF-8496-E5E83BDD2ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{716A9434-FF55-44EF-8496-E5E83BDD2ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{716A9434-FF55-44EF-8496-E5E83BDD2ABC}.Release|Any CPU.Build.0 = Release|Any CPU
{ECE6E03D-B65D-4080-BF70-C574120986B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECE6E03D-B65D-4080-BF70-C574120986B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECE6E03D-B65D-4080-BF70-C574120986B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECE6E03D-B65D-4080-BF70-C574120986B5}.Release|Any CPU.Build.0 = Release|Any CPU
{958BF438-5FDD-42AD-AD90-44272F0CEBFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{958BF438-5FDD-42AD-AD90-44272F0CEBFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{958BF438-5FDD-42AD-AD90-44272F0CEBFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{958BF438-5FDD-42AD-AD90-44272F0CEBFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C72597E1-7080-4105-865B-E8323DAA5769}
EndGlobalSection
EndGlobal