-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DigitalRuby.SimpleCache.sln
45 lines (45 loc) · 2.46 KB
/
DigitalRuby.SimpleCache.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalRuby.SimpleCache", "DigitalRuby.SimpleCache\DigitalRuby.SimpleCache.csproj", "{20A96010-CAEF-4ADF-A076-9434261916BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalRuby.SimpleCache.Tests", "DigitalRuby.SimpleCache.Tests\DigitalRuby.SimpleCache.Tests.csproj", "{A82855AE-B0FD-4B77-8839-A29A094F706A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DigitalRuby.SimpleCache.Sandbox", "DigitalRuby.SimpleCache.Sandbox\DigitalRuby.SimpleCache.Sandbox.csproj", "{CB0257DD-3D4A-4C42-B7C0-EC626C662CFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{96B77B60-6CDC-47A9-8861-B55FC991CA5C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
icon.png = icon.png
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20A96010-CAEF-4ADF-A076-9434261916BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20A96010-CAEF-4ADF-A076-9434261916BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20A96010-CAEF-4ADF-A076-9434261916BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20A96010-CAEF-4ADF-A076-9434261916BE}.Release|Any CPU.Build.0 = Release|Any CPU
{A82855AE-B0FD-4B77-8839-A29A094F706A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A82855AE-B0FD-4B77-8839-A29A094F706A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A82855AE-B0FD-4B77-8839-A29A094F706A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A82855AE-B0FD-4B77-8839-A29A094F706A}.Release|Any CPU.Build.0 = Release|Any CPU
{CB0257DD-3D4A-4C42-B7C0-EC626C662CFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB0257DD-3D4A-4C42-B7C0-EC626C662CFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB0257DD-3D4A-4C42-B7C0-EC626C662CFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB0257DD-3D4A-4C42-B7C0-EC626C662CFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52373849-6C89-4C53-9262-1DDBAD4C3485}
EndGlobalSection
EndGlobal