-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleConcepts.Extensions.Caching.sln
More file actions
67 lines (67 loc) · 4.3 KB
/
SimpleConcepts.Extensions.Caching.sln
File metadata and controls
67 lines (67 loc) · 4.3 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleConcepts.Extensions.Caching.Tests", "tests\SimpleConcepts.Extensions.Caching.Tests\SimpleConcepts.Extensions.Caching.Tests.csproj", "{A0B92D7E-A88E-4115-A569-25ACE8481F68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleConcepts.Extensions.Caching", "src\SimpleConcepts.Extensions.Caching\SimpleConcepts.Extensions.Caching.csproj", "{531D00D9-92C6-4E94-92CB-E94B97E45335}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Web", "samples\Sample.Web\Sample.Web.csproj", "{270D3C88-0150-45AD-B263-F7154ABAF3A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{86BBB450-4870-4E89-B948-453A93B4D217}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E009AB93-C201-45BD-B4BB-F450F55F112F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{56462026-DB0C-4F3A-A4E9-185C32C9BA95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B1B8FE9E-ABDC-4B31-B535-1D88E04DECCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleConcepts.Extensions.Caching.Abstractions", "src\SimpleConcepts.Extensions.Caching.Abstractions\SimpleConcepts.Extensions.Caching.Abstractions.csproj", "{8068196F-7A92-4790-995F-FA1CE5687DED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Application", "samples\Sample.Application\Sample.Application.csproj", "{58CBD1DE-41EE-4BAA-9984-D5BEA8E483B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0B92D7E-A88E-4115-A569-25ACE8481F68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0B92D7E-A88E-4115-A569-25ACE8481F68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0B92D7E-A88E-4115-A569-25ACE8481F68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0B92D7E-A88E-4115-A569-25ACE8481F68}.Release|Any CPU.Build.0 = Release|Any CPU
{531D00D9-92C6-4E94-92CB-E94B97E45335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{531D00D9-92C6-4E94-92CB-E94B97E45335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{531D00D9-92C6-4E94-92CB-E94B97E45335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{531D00D9-92C6-4E94-92CB-E94B97E45335}.Release|Any CPU.Build.0 = Release|Any CPU
{270D3C88-0150-45AD-B263-F7154ABAF3A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{270D3C88-0150-45AD-B263-F7154ABAF3A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{270D3C88-0150-45AD-B263-F7154ABAF3A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270D3C88-0150-45AD-B263-F7154ABAF3A9}.Release|Any CPU.Build.0 = Release|Any CPU
{8068196F-7A92-4790-995F-FA1CE5687DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8068196F-7A92-4790-995F-FA1CE5687DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8068196F-7A92-4790-995F-FA1CE5687DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8068196F-7A92-4790-995F-FA1CE5687DED}.Release|Any CPU.Build.0 = Release|Any CPU
{58CBD1DE-41EE-4BAA-9984-D5BEA8E483B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58CBD1DE-41EE-4BAA-9984-D5BEA8E483B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58CBD1DE-41EE-4BAA-9984-D5BEA8E483B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58CBD1DE-41EE-4BAA-9984-D5BEA8E483B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A0B92D7E-A88E-4115-A569-25ACE8481F68} = {B1B8FE9E-ABDC-4B31-B535-1D88E04DECCE}
{531D00D9-92C6-4E94-92CB-E94B97E45335} = {56462026-DB0C-4F3A-A4E9-185C32C9BA95}
{270D3C88-0150-45AD-B263-F7154ABAF3A9} = {E009AB93-C201-45BD-B4BB-F450F55F112F}
{8068196F-7A92-4790-995F-FA1CE5687DED} = {56462026-DB0C-4F3A-A4E9-185C32C9BA95}
{58CBD1DE-41EE-4BAA-9984-D5BEA8E483B2} = {E009AB93-C201-45BD-B4BB-F450F55F112F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15C770B8-637D-429B-ACAC-7E6058EE356C}
EndGlobalSection
EndGlobal