-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNinject.Extension.AspNetCaching.Sample.sln
More file actions
38 lines (38 loc) · 2.4 KB
/
Ninject.Extension.AspNetCaching.Sample.sln
File metadata and controls
38 lines (38 loc) · 2.4 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Domain", "Sample.Domain\Sample.Domain.csproj", "{39E1AAA8-6A12-46FA-9321-1A14F99FA88E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ninject.Extension.AspNetCache", "Ninject.Extension.AspNetCaching\Ninject.Extension.AspNetCache.csproj", "{C855AF56-86CE-40A0-B1B5-684FAF3464AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.BusinessLogicLayer", "Sample.BusinessLogicLayer\Sample.BusinessLogicLayer.csproj", "{D82B8F0B-E0FA-490B-B8C6-513B90289905}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Website", "Sample.Website\Sample.Website.csproj", "{26FB6652-7CEE-43F1-8DC4-ECCD01F389A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39E1AAA8-6A12-46FA-9321-1A14F99FA88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39E1AAA8-6A12-46FA-9321-1A14F99FA88E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39E1AAA8-6A12-46FA-9321-1A14F99FA88E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39E1AAA8-6A12-46FA-9321-1A14F99FA88E}.Release|Any CPU.Build.0 = Release|Any CPU
{C855AF56-86CE-40A0-B1B5-684FAF3464AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C855AF56-86CE-40A0-B1B5-684FAF3464AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C855AF56-86CE-40A0-B1B5-684FAF3464AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C855AF56-86CE-40A0-B1B5-684FAF3464AE}.Release|Any CPU.Build.0 = Release|Any CPU
{D82B8F0B-E0FA-490B-B8C6-513B90289905}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D82B8F0B-E0FA-490B-B8C6-513B90289905}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D82B8F0B-E0FA-490B-B8C6-513B90289905}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D82B8F0B-E0FA-490B-B8C6-513B90289905}.Release|Any CPU.Build.0 = Release|Any CPU
{26FB6652-7CEE-43F1-8DC4-ECCD01F389A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26FB6652-7CEE-43F1-8DC4-ECCD01F389A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26FB6652-7CEE-43F1-8DC4-ECCD01F389A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26FB6652-7CEE-43F1-8DC4-ECCD01F389A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal