-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWired.Caching.sln
46 lines (46 loc) · 2.73 KB
/
Wired.Caching.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wired.Caching", "Wired.Caching\Wired.Caching.csproj", "{8A9AD3C5-4131-4598-A641-B380F72B0DA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wired.Caching.Sample.BasicConsole", "Wired.Caching.Sample.BasicConsole\Wired.Caching.Sample.BasicConsole.csproj", "{58F0C8F6-8FBC-4763-BF11-C3B10468AA7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D3E3D155-6A73-46F7-AE6A-93ECC8125F38}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wired.Caching.Sample.Mvc", "Wired.Caching.Sample.Mvc\Wired.Caching.Sample.Mvc.csproj", "{02C3CF10-9A74-4B65-99F2-F6BD8F828E91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wired.Caching.Mvc", "Wired.Caching.Mvc\Wired.Caching.Mvc.csproj", "{2849CB17-633E-4738-8289-B621D722D529}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A9AD3C5-4131-4598-A641-B380F72B0DA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A9AD3C5-4131-4598-A641-B380F72B0DA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A9AD3C5-4131-4598-A641-B380F72B0DA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A9AD3C5-4131-4598-A641-B380F72B0DA9}.Release|Any CPU.Build.0 = Release|Any CPU
{58F0C8F6-8FBC-4763-BF11-C3B10468AA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58F0C8F6-8FBC-4763-BF11-C3B10468AA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58F0C8F6-8FBC-4763-BF11-C3B10468AA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58F0C8F6-8FBC-4763-BF11-C3B10468AA7E}.Release|Any CPU.Build.0 = Release|Any CPU
{02C3CF10-9A74-4B65-99F2-F6BD8F828E91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02C3CF10-9A74-4B65-99F2-F6BD8F828E91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02C3CF10-9A74-4B65-99F2-F6BD8F828E91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02C3CF10-9A74-4B65-99F2-F6BD8F828E91}.Release|Any CPU.Build.0 = Release|Any CPU
{2849CB17-633E-4738-8289-B621D722D529}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2849CB17-633E-4738-8289-B621D722D529}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2849CB17-633E-4738-8289-B621D722D529}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2849CB17-633E-4738-8289-B621D722D529}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal