-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSqliteLogger.sln
49 lines (49 loc) · 2.98 KB
/
SqliteLogger.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
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqliteLogger", "SqliteLogger\SqliteLogger.csproj", "{66CE6702-4B3F-4D0A-B236-A6E51281FD46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "Console\Console.csproj", "{A7CDCF6F-9F11-4A4A-BE3C-E529940168BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{170C219C-A9BC-4FA4-B472-6B4A8E50C626}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleStress", "ConsoleStress\ConsoleStress.csproj", "{9CF1D23E-82F2-4981-BFA7-09DC816FD13B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqliteLogger.Tests", "SqliteLogger.Tests\SqliteLogger.Tests.csproj", "{64ADA404-ED87-46B5-B8D1-1D465F5D61A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66CE6702-4B3F-4D0A-B236-A6E51281FD46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66CE6702-4B3F-4D0A-B236-A6E51281FD46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66CE6702-4B3F-4D0A-B236-A6E51281FD46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66CE6702-4B3F-4D0A-B236-A6E51281FD46}.Release|Any CPU.Build.0 = Release|Any CPU
{A7CDCF6F-9F11-4A4A-BE3C-E529940168BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7CDCF6F-9F11-4A4A-BE3C-E529940168BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7CDCF6F-9F11-4A4A-BE3C-E529940168BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7CDCF6F-9F11-4A4A-BE3C-E529940168BC}.Release|Any CPU.Build.0 = Release|Any CPU
{170C219C-A9BC-4FA4-B472-6B4A8E50C626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{170C219C-A9BC-4FA4-B472-6B4A8E50C626}.Debug|Any CPU.Build.0 = Debug|Any CPU
{170C219C-A9BC-4FA4-B472-6B4A8E50C626}.Release|Any CPU.ActiveCfg = Release|Any CPU
{170C219C-A9BC-4FA4-B472-6B4A8E50C626}.Release|Any CPU.Build.0 = Release|Any CPU
{9CF1D23E-82F2-4981-BFA7-09DC816FD13B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CF1D23E-82F2-4981-BFA7-09DC816FD13B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CF1D23E-82F2-4981-BFA7-09DC816FD13B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CF1D23E-82F2-4981-BFA7-09DC816FD13B}.Release|Any CPU.Build.0 = Release|Any CPU
{64ADA404-ED87-46B5-B8D1-1D465F5D61A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64ADA404-ED87-46B5-B8D1-1D465F5D61A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64ADA404-ED87-46B5-B8D1-1D465F5D61A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64ADA404-ED87-46B5-B8D1-1D465F5D61A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DB89465-09A2-4C5E-8BE2-A49CA6402B32}
EndGlobalSection
EndGlobal