-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTileDB-CSharp.sln
50 lines (50 loc) · 2.76 KB
/
TileDB-CSharp.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TileDB.CSharp", "sources\TileDB.CSharp\TileDB.CSharp.csproj", "{47B5AEE4-59F8-4685-A244-0C5BA8DC518D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TileDB.CSharp.Test", "tests\TileDB.CSharp.Test\TileDB.CSharp.Test.csproj", "{C770B213-685E-4845-BA62-96092A3AF27F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TileDB.CSharp.Example", "examples\TileDB.CSharp.Example\TileDB.CSharp.Example.csproj", "{3F1C263E-AE13-4E74-945A-D8B30D2BC4EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{7C55D112-DBCB-4930-95DA-BE2BDC385D09}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{976083E6-C64F-43F2-ADCB-4D78278982A2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47B5AEE4-59F8-4685-A244-0C5BA8DC518D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47B5AEE4-59F8-4685-A244-0C5BA8DC518D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47B5AEE4-59F8-4685-A244-0C5BA8DC518D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47B5AEE4-59F8-4685-A244-0C5BA8DC518D}.Release|Any CPU.Build.0 = Release|Any CPU
{C770B213-685E-4845-BA62-96092A3AF27F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C770B213-685E-4845-BA62-96092A3AF27F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C770B213-685E-4845-BA62-96092A3AF27F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C770B213-685E-4845-BA62-96092A3AF27F}.Release|Any CPU.Build.0 = Release|Any CPU
{3F1C263E-AE13-4E74-945A-D8B30D2BC4EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F1C263E-AE13-4E74-945A-D8B30D2BC4EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F1C263E-AE13-4E74-945A-D8B30D2BC4EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F1C263E-AE13-4E74-945A-D8B30D2BC4EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F1C263E-AE13-4E74-945A-D8B30D2BC4EF} = {7C55D112-DBCB-4930-95DA-BE2BDC385D09}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D010889-FC86-4021-8E34-D940F1BF0E86}
EndGlobalSection
EndGlobal