-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathSixeyed.Caching.sln
57 lines (57 loc) · 3.29 KB
/
Sixeyed.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
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sixeyed.Caching", "Sixeyed.Caching\Sixeyed.Caching.csproj", "{305905AA-7D68-4B40-A4DC-DD4181BAF953}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{EF868511-C885-4B7D-A75F-E2A0C7DACEB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sixeyed.Caching.Tests", "Sixeyed.Caching.Tests\Sixeyed.Caching.Tests.csproj", "{0FDDC4AB-B4F2-4B4C-991E-06F76B66C220}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A3EDB25-D2E2-47D2-A124-4CBF3285C3CF}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
readme.txt = readme.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8D806C44-07C0-4A81-AEDF-E1068A374FA6}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Stubs", "Stubs", "{65DFA561-5047-450B-8C54-5E7AF33F2090}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sixeyed.Caching.Tests.Stubs.Website", "Sixeyed.Caching.Tests.Stubs.Website\Sixeyed.Caching.Tests.Stubs.Website.csproj", "{328E9604-1718-4204-BC50-E0354612A07D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{305905AA-7D68-4B40-A4DC-DD4181BAF953}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{305905AA-7D68-4B40-A4DC-DD4181BAF953}.Debug|Any CPU.Build.0 = Debug|Any CPU
{305905AA-7D68-4B40-A4DC-DD4181BAF953}.Release|Any CPU.ActiveCfg = Release|Any CPU
{305905AA-7D68-4B40-A4DC-DD4181BAF953}.Release|Any CPU.Build.0 = Release|Any CPU
{0FDDC4AB-B4F2-4B4C-991E-06F76B66C220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FDDC4AB-B4F2-4B4C-991E-06F76B66C220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FDDC4AB-B4F2-4B4C-991E-06F76B66C220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FDDC4AB-B4F2-4B4C-991E-06F76B66C220}.Release|Any CPU.Build.0 = Release|Any CPU
{328E9604-1718-4204-BC50-E0354612A07D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{328E9604-1718-4204-BC50-E0354612A07D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{328E9604-1718-4204-BC50-E0354612A07D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{328E9604-1718-4204-BC50-E0354612A07D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0FDDC4AB-B4F2-4B4C-991E-06F76B66C220} = {EF868511-C885-4B7D-A75F-E2A0C7DACEB6}
{65DFA561-5047-450B-8C54-5E7AF33F2090} = {EF868511-C885-4B7D-A75F-E2A0C7DACEB6}
{328E9604-1718-4204-BC50-E0354612A07D} = {65DFA561-5047-450B-8C54-5E7AF33F2090}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35;packages\Unity.Interception.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal