forked from CoreyKaylor/Lightning.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lightning.Net.sln
43 lines (43 loc) · 2.61 KB
/
Lightning.Net.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 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightningDB", "src\LightningDB\LightningDB.csproj", "{C864E62B-5C53-479C-9A6F-6D086E1EC3DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightningDB.Tests", "src\LightningDB.Tests\LightningDB.Tests.csproj", "{3A8F29FB-1110-4755-9700-4EB064BB463E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecondProcess", "src\SecondProcess\SecondProcess.csproj", "{9621DE3C-6C1A-484F-8DE7-C8F4D6F71EA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightningDB.Benchmarks", "src\LightningDB.Benchmarks\LightningDB.Benchmarks.csproj", "{C28814DF-2BC4-4F0A-AF13-86B8B0CB68C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C864E62B-5C53-479C-9A6F-6D086E1EC3DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C864E62B-5C53-479C-9A6F-6D086E1EC3DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C864E62B-5C53-479C-9A6F-6D086E1EC3DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C864E62B-5C53-479C-9A6F-6D086E1EC3DF}.Release|Any CPU.Build.0 = Release|Any CPU
{3A8F29FB-1110-4755-9700-4EB064BB463E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A8F29FB-1110-4755-9700-4EB064BB463E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A8F29FB-1110-4755-9700-4EB064BB463E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A8F29FB-1110-4755-9700-4EB064BB463E}.Release|Any CPU.Build.0 = Release|Any CPU
{9621DE3C-6C1A-484F-8DE7-C8F4D6F71EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9621DE3C-6C1A-484F-8DE7-C8F4D6F71EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9621DE3C-6C1A-484F-8DE7-C8F4D6F71EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9621DE3C-6C1A-484F-8DE7-C8F4D6F71EA9}.Release|Any CPU.Build.0 = Release|Any CPU
{C28814DF-2BC4-4F0A-AF13-86B8B0CB68C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C28814DF-2BC4-4F0A-AF13-86B8B0CB68C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C28814DF-2BC4-4F0A-AF13-86B8B0CB68C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C28814DF-2BC4-4F0A-AF13-86B8B0CB68C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9864EE9-A41B-4A4D-9CE9-595A2779AB44}
EndGlobalSection
EndGlobal