-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNet.DistributedFileStoreCache.sln
43 lines (43 loc) · 2.33 KB
/
Net.DistributedFileStoreCache.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32414.318
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net.DistributedFileStoreCache", "Net.DistributedFileStoreCache\Net.DistributedFileStoreCache.csproj", "{EF4587A9-4F55-426C-AB6C-E170B7EB40A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{2EC16B67-B934-4ED2-A432-09F6D4041613}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleBenchmark", "ConsoleBenchmark\ConsoleBenchmark.csproj", "{AF40BC6A-932C-474B-8AED-F56778767A1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8CC4585E-0547-4323-BC2F-9096E968A2FB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF4587A9-4F55-426C-AB6C-E170B7EB40A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF4587A9-4F55-426C-AB6C-E170B7EB40A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF4587A9-4F55-426C-AB6C-E170B7EB40A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF4587A9-4F55-426C-AB6C-E170B7EB40A4}.Release|Any CPU.Build.0 = Release|Any CPU
{2EC16B67-B934-4ED2-A432-09F6D4041613}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EC16B67-B934-4ED2-A432-09F6D4041613}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EC16B67-B934-4ED2-A432-09F6D4041613}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EC16B67-B934-4ED2-A432-09F6D4041613}.Release|Any CPU.Build.0 = Release|Any CPU
{AF40BC6A-932C-474B-8AED-F56778767A1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF40BC6A-932C-474B-8AED-F56778767A1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF40BC6A-932C-474B-8AED-F56778767A1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF40BC6A-932C-474B-8AED-F56778767A1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92FE382C-E339-4AAB-9E5B-3DA1CB792DAF}
EndGlobalSection
EndGlobal