-
Notifications
You must be signed in to change notification settings - Fork 1
/
Caching.sln
37 lines (37 loc) · 1.9 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Caching", "src\Caching\Caching.csproj", "{FBDE1D2F-E453-4F48-803E-5BEA3420DAFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Caching.Tests", "tests\Caching.Tests\Caching.Tests.csproj", "{08508F55-05AB-4D14-A457-8E6A69F9B92C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{521E0DF1-3E4A-482F-9BCD-640CF4BC4026}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F9C61403-ED75-4958-8C97-81676F268F0F}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBDE1D2F-E453-4F48-803E-5BEA3420DAFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBDE1D2F-E453-4F48-803E-5BEA3420DAFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBDE1D2F-E453-4F48-803E-5BEA3420DAFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBDE1D2F-E453-4F48-803E-5BEA3420DAFB}.Release|Any CPU.Build.0 = Release|Any CPU
{08508F55-05AB-4D14-A457-8E6A69F9B92C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08508F55-05AB-4D14-A457-8E6A69F9B92C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08508F55-05AB-4D14-A457-8E6A69F9B92C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08508F55-05AB-4D14-A457-8E6A69F9B92C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal