-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevelopmentFast.Cache.sln
37 lines (37 loc) · 1.9 KB
/
DevelopmentFast.Cache.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevelopmentFast.Cache.Redis", "DevelopmentFast.Cache.Redis\DevelopmentFast.Cache.Redis.csproj", "{63B3453A-1225-464B-B0E8-215EB7142413}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACF58CA8-F129-4239-89F8-B88D7B67D6BB}"
ProjectSection(SolutionItems) = preProject
Logo.png = Logo.png
Logo.svg = Logo.svg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevelopmentFast.Cache.UnitTest", "DevelopmentFast.Cache.UnitTest\DevelopmentFast.Cache.UnitTest.csproj", "{A668F230-009F-465D-9152-03A05021BAA2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63B3453A-1225-464B-B0E8-215EB7142413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B3453A-1225-464B-B0E8-215EB7142413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B3453A-1225-464B-B0E8-215EB7142413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B3453A-1225-464B-B0E8-215EB7142413}.Release|Any CPU.Build.0 = Release|Any CPU
{A668F230-009F-465D-9152-03A05021BAA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A668F230-009F-465D-9152-03A05021BAA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A668F230-009F-465D-9152-03A05021BAA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A668F230-009F-465D-9152-03A05021BAA2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C04420D7-9B76-4C87-BD02-1B8992E81E0C}
EndGlobalSection
EndGlobal