-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathSysCache.sln
31 lines (31 loc) · 1.69 KB
/
SysCache.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Caches.SysCache", "NHibernate.Caches.SysCache\NHibernate.Caches.SysCache.csproj", "{2D48853D-7F90-4E1F-BE98-035CAB2D4F1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHibernate.Caches.SysCache.Tests", "NHibernate.Caches.SysCache.Tests\NHibernate.Caches.SysCache.Tests.csproj", "{1EA6533B-EDC0-4585-927B-65A8A607826A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{705FB4DF-B9DE-4D08-8E80-E10B2A8F7F51}"
ProjectSection(SolutionItems) = preProject
default.build = default.build
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D48853D-7F90-4E1F-BE98-035CAB2D4F1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D48853D-7F90-4E1F-BE98-035CAB2D4F1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D48853D-7F90-4E1F-BE98-035CAB2D4F1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D48853D-7F90-4E1F-BE98-035CAB2D4F1F}.Release|Any CPU.Build.0 = Release|Any CPU
{1EA6533B-EDC0-4585-927B-65A8A607826A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EA6533B-EDC0-4585-927B-65A8A607826A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EA6533B-EDC0-4585-927B-65A8A607826A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EA6533B-EDC0-4585-927B-65A8A607826A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal