1
-
1
+
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 16
4
4
VisualStudioVersion = 16.0.30114.105
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "net-questdb-client" , "net-questdb-client\net-questdb-client.csproj" , "{456B1860-0102-48D7-861A-5F9963F3887B}"
6
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "net-questdb-client" , "src\ net-questdb-client\net-questdb-client.csproj" , "{456B1860-0102-48D7-861A-5F9963F3887B}"
7
7
EndProject
8
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "tcp-client-test" , "tcp-client-test\tcp-client-test.csproj" , "{22F903D9-4367-46A2-A25A-F4A6BF9105C6}"
8
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "tcp-client-test" , "src\tcp-client-test\tcp-client-test.csproj" , "{22F903D9-4367-46A2-A25A-F4A6BF9105C6}"
9
+ EndProject
10
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "example-basic" , "src\example-basic\example-basic.csproj" , "{121EAA4D-3A73-468C-8CAB-A2A4BEF848CF}"
11
+ EndProject
12
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "example-auth-tls" , "src\example-auth-tls\example-auth-tls.csproj" , "{FBB8181C-6BAB-46C2-A47A-D3566A3997FE}"
9
13
EndProject
10
14
Global
11
15
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -24,5 +28,13 @@ Global
24
28
{22F903D9-4367-46A2-A25A-F4A6BF9105C6} .Debug| Any CPU .Build .0 = Debug| Any CPU
25
29
{22F903D9-4367-46A2-A25A-F4A6BF9105C6} .Release| Any CPU .ActiveCfg = Release| Any CPU
26
30
{22F903D9-4367-46A2-A25A-F4A6BF9105C6} .Release| Any CPU .Build .0 = Release| Any CPU
31
+ {121EAA4D-3A73-468C-8CAB-A2A4BEF848CF} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
32
+ {121EAA4D-3A73-468C-8CAB-A2A4BEF848CF} .Debug| Any CPU .Build .0 = Debug| Any CPU
33
+ {121EAA4D-3A73-468C-8CAB-A2A4BEF848CF} .Release| Any CPU .ActiveCfg = Release| Any CPU
34
+ {121EAA4D-3A73-468C-8CAB-A2A4BEF848CF} .Release| Any CPU .Build .0 = Release| Any CPU
35
+ {FBB8181C-6BAB-46C2-A47A-D3566A3997FE} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
36
+ {FBB8181C-6BAB-46C2-A47A-D3566A3997FE} .Debug| Any CPU .Build .0 = Debug| Any CPU
37
+ {FBB8181C-6BAB-46C2-A47A-D3566A3997FE} .Release| Any CPU .ActiveCfg = Release| Any CPU
38
+ {FBB8181C-6BAB-46C2-A47A-D3566A3997FE} .Release| Any CPU .Build .0 = Release| Any CPU
27
39
EndGlobalSection
28
40
EndGlobal
0 commit comments