-
Notifications
You must be signed in to change notification settings - Fork 2
/
Storage.sln
28 lines (28 loc) · 1.73 KB
/
Storage.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage", "src\Storage\Storage.csproj", "{A44AEC9A-8F03-48EF-8AF4-10C1A5F47E01}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Benchmark", "src\Storage.Benchmark\Storage.Benchmark.csproj", "{9306915C-AF76-42E9-B94B-CE87E2B341DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage.Tests", "src\Storage.Tests\Storage.Tests.csproj", "{4CF65AA7-268C-4F47-935F-DD55A1E2A295}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A44AEC9A-8F03-48EF-8AF4-10C1A5F47E01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A44AEC9A-8F03-48EF-8AF4-10C1A5F47E01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A44AEC9A-8F03-48EF-8AF4-10C1A5F47E01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A44AEC9A-8F03-48EF-8AF4-10C1A5F47E01}.Release|Any CPU.Build.0 = Release|Any CPU
{9306915C-AF76-42E9-B94B-CE87E2B341DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9306915C-AF76-42E9-B94B-CE87E2B341DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9306915C-AF76-42E9-B94B-CE87E2B341DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9306915C-AF76-42E9-B94B-CE87E2B341DF}.Release|Any CPU.Build.0 = Release|Any CPU
{4CF65AA7-268C-4F47-935F-DD55A1E2A295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CF65AA7-268C-4F47-935F-DD55A1E2A295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CF65AA7-268C-4F47-935F-DD55A1E2A295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CF65AA7-268C-4F47-935F-DD55A1E2A295}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal