-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTarantool.Queue.NetCore.sln
More file actions
49 lines (49 loc) · 3.29 KB
/
Copy pathTarantool.Queue.NetCore.sln
File metadata and controls
49 lines (49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tarantool.Queue.NetCore", "Src\Tarantool.Queue.NetCore.csproj", "{FE530606-6F3B-4149-8614-818EC21F6834}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomTarantoolQueueReader", "samples\CustomTarantoolQueue\CustomTarantoolQueueReader\CustomTarantoolQueueReader.csproj", "{2C218999-9B5E-4346-8890-2B61D96492E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomTarantoolQueueWriter", "samples\CustomTarantoolQueue\CustomTarantoolQueueWriter\CustomTarantoolQueueWriter.csproj", "{78A96306-0A21-4B16-ACCF-B096B4477048}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardTarantoolQueueReader", "samples\StandardTarantoolQueue\StandardTarantoolQueueReader\StandardTarantoolQueueReader.csproj", "{8F00CD07-6A81-43A1-8467-3AE64AAF4234}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StandardTarantoolQueueWriter", "samples\StandardTarantoolQueue\StandardTarantoolQueueWriter\StandardTarantoolQueueWriter.csproj", "{579667C8-F9E8-4E04-8B04-C74F61F29DC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE530606-6F3B-4149-8614-818EC21F6834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE530606-6F3B-4149-8614-818EC21F6834}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE530606-6F3B-4149-8614-818EC21F6834}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE530606-6F3B-4149-8614-818EC21F6834}.Release|Any CPU.Build.0 = Release|Any CPU
{2C218999-9B5E-4346-8890-2B61D96492E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C218999-9B5E-4346-8890-2B61D96492E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C218999-9B5E-4346-8890-2B61D96492E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C218999-9B5E-4346-8890-2B61D96492E5}.Release|Any CPU.Build.0 = Release|Any CPU
{78A96306-0A21-4B16-ACCF-B096B4477048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A96306-0A21-4B16-ACCF-B096B4477048}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A96306-0A21-4B16-ACCF-B096B4477048}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A96306-0A21-4B16-ACCF-B096B4477048}.Release|Any CPU.Build.0 = Release|Any CPU
{8F00CD07-6A81-43A1-8467-3AE64AAF4234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F00CD07-6A81-43A1-8467-3AE64AAF4234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F00CD07-6A81-43A1-8467-3AE64AAF4234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F00CD07-6A81-43A1-8467-3AE64AAF4234}.Release|Any CPU.Build.0 = Release|Any CPU
{579667C8-F9E8-4E04-8B04-C74F61F29DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{579667C8-F9E8-4E04-8B04-C74F61F29DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{579667C8-F9E8-4E04-8B04-C74F61F29DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{579667C8-F9E8-4E04-8B04-C74F61F29DC9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CA582D2-6088-404E-8C88-4A47794F5C63}
EndGlobalSection
EndGlobal