-
Notifications
You must be signed in to change notification settings - Fork 1
/
gpudb-api-cs.sln
40 lines (40 loc) · 2.35 KB
/
gpudb-api-cs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kinetica", "Kinetica\Kinetica.csproj", "{D9187082-909C-4AEB-B4DD-1F3B5E17DFA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{F3A52C71-4A95-4067-802D-10310805390D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{3C706FBF-201C-4BC6-A966-28AF42C9DE7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Avro", "Avro\Avro.csproj", "{A88DC717-CC1D-411A-950C-C6C66F58034F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9187082-909C-4AEB-B4DD-1F3B5E17DFA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9187082-909C-4AEB-B4DD-1F3B5E17DFA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9187082-909C-4AEB-B4DD-1F3B5E17DFA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9187082-909C-4AEB-B4DD-1F3B5E17DFA0}.Release|Any CPU.Build.0 = Release|Any CPU
{F3A52C71-4A95-4067-802D-10310805390D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3A52C71-4A95-4067-802D-10310805390D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3A52C71-4A95-4067-802D-10310805390D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3A52C71-4A95-4067-802D-10310805390D}.Release|Any CPU.Build.0 = Release|Any CPU
{3C706FBF-201C-4BC6-A966-28AF42C9DE7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C706FBF-201C-4BC6-A966-28AF42C9DE7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C706FBF-201C-4BC6-A966-28AF42C9DE7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C706FBF-201C-4BC6-A966-28AF42C9DE7F}.Release|Any CPU.Build.0 = Release|Any CPU
{A88DC717-CC1D-411A-950C-C6C66F58034F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A88DC717-CC1D-411A-950C-C6C66F58034F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A88DC717-CC1D-411A-950C-C6C66F58034F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A88DC717-CC1D-411A-950C-C6C66F58034F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal