-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTarantool.Client.sln
More file actions
56 lines (56 loc) · 3.29 KB
/
Tarantool.Client.sln
File metadata and controls
56 lines (56 loc) · 3.29 KB
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
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tarantool.Client", "Tarantool.Client\Tarantool.Client.csproj", "{CB780186-F418-4FFD-BF05-0D6D5D3AD555}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tarantool.Client.Tests", "Tarantool.Client.Tests\Tarantool.Client.Tests.csproj", "{058DA505-95A1-48A8-840B-2DEA4888FD63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tarantool.Client.FunctionalTests", "Tarantool.Client.FunctionalTests\Tarantool.Client.FunctionalTests.csproj", "{B75253C3-0D3D-4DDF-9D93-AACA01C7CC44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{079B4A6C-75A1-4A1F-8F0D-3F487C4C8137}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tarantool", "tarantool", "{BF8E0FAA-8578-4050-A816-FC467ECBDBB4}"
ProjectSection(SolutionItems) = preProject
tarantool\app.lua = tarantool\app.lua
docker-compose.yml = docker-compose.yml
tarantool\Dockerfile = tarantool\Dockerfile
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tarantool.Client.PerformanceTests", "Tarantool.Client.PerformanceTests\Tarantool.Client.PerformanceTests.csproj", "{BDFF3124-42A7-4E47-AF92-18CA590CE052}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB780186-F418-4FFD-BF05-0D6D5D3AD555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB780186-F418-4FFD-BF05-0D6D5D3AD555}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB780186-F418-4FFD-BF05-0D6D5D3AD555}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB780186-F418-4FFD-BF05-0D6D5D3AD555}.Release|Any CPU.Build.0 = Release|Any CPU
{058DA505-95A1-48A8-840B-2DEA4888FD63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{058DA505-95A1-48A8-840B-2DEA4888FD63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{058DA505-95A1-48A8-840B-2DEA4888FD63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{058DA505-95A1-48A8-840B-2DEA4888FD63}.Release|Any CPU.Build.0 = Release|Any CPU
{B75253C3-0D3D-4DDF-9D93-AACA01C7CC44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B75253C3-0D3D-4DDF-9D93-AACA01C7CC44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B75253C3-0D3D-4DDF-9D93-AACA01C7CC44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B75253C3-0D3D-4DDF-9D93-AACA01C7CC44}.Release|Any CPU.Build.0 = Release|Any CPU
{BDFF3124-42A7-4E47-AF92-18CA590CE052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDFF3124-42A7-4E47-AF92-18CA590CE052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDFF3124-42A7-4E47-AF92-18CA590CE052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDFF3124-42A7-4E47-AF92-18CA590CE052}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BF8E0FAA-8578-4050-A816-FC467ECBDBB4} = {079B4A6C-75A1-4A1F-8F0D-3F487C4C8137}
EndGlobalSection
EndGlobal