forked from Giorgi/DuckDB.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DuckDB.NET.sln
43 lines (43 loc) · 2.48 KB
/
DuckDB.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 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bindings", "DuckDB.NET.Bindings\Bindings.csproj", "{AACED9D2-A26F-4449-9362-458E7E3EFF0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples", "DuckDB.NET.Samples\Samples.csproj", "{7F7F0A1B-9535-43AB-86DA-B37E54BE40C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "DuckDB.NET.Data\Data.csproj", "{98098E54-1E0A-438D-80F0-06362BF5C791}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "DuckDB.NET.Test\Test.csproj", "{56C63520-26F9-4230-9AD1-04457E5EBF57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AACED9D2-A26F-4449-9362-458E7E3EFF0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AACED9D2-A26F-4449-9362-458E7E3EFF0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AACED9D2-A26F-4449-9362-458E7E3EFF0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AACED9D2-A26F-4449-9362-458E7E3EFF0F}.Release|Any CPU.Build.0 = Release|Any CPU
{7F7F0A1B-9535-43AB-86DA-B37E54BE40C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F7F0A1B-9535-43AB-86DA-B37E54BE40C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F7F0A1B-9535-43AB-86DA-B37E54BE40C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F7F0A1B-9535-43AB-86DA-B37E54BE40C9}.Release|Any CPU.Build.0 = Release|Any CPU
{98098E54-1E0A-438D-80F0-06362BF5C791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98098E54-1E0A-438D-80F0-06362BF5C791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98098E54-1E0A-438D-80F0-06362BF5C791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98098E54-1E0A-438D-80F0-06362BF5C791}.Release|Any CPU.Build.0 = Release|Any CPU
{56C63520-26F9-4230-9AD1-04457E5EBF57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56C63520-26F9-4230-9AD1-04457E5EBF57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56C63520-26F9-4230-9AD1-04457E5EBF57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56C63520-26F9-4230-9AD1-04457E5EBF57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {21375AF1-0242-4786-81DA-8ACA0F65DAC0}
EndGlobalSection
EndGlobal