-
Notifications
You must be signed in to change notification settings - Fork 0
/
RethinkDB-LT.sln
34 lines (34 loc) · 1.88 KB
/
RethinkDB-LT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProducerLT", "ProducerLT\ProducerLT.csproj", "{9BC67877-C030-4848-8F8D-3AD609CD6798}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsumerLT", "ConsumerLT\ConsumerLT.csproj", "{1E657C9E-8603-4E0C-A2C6-783BE257B385}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLT", "CommonLT\CommonLT.csproj", "{5E19D3C0-687E-424A-A649-83F052709561}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BC67877-C030-4848-8F8D-3AD609CD6798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BC67877-C030-4848-8F8D-3AD609CD6798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BC67877-C030-4848-8F8D-3AD609CD6798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BC67877-C030-4848-8F8D-3AD609CD6798}.Release|Any CPU.Build.0 = Release|Any CPU
{1E657C9E-8603-4E0C-A2C6-783BE257B385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E657C9E-8603-4E0C-A2C6-783BE257B385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E657C9E-8603-4E0C-A2C6-783BE257B385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E657C9E-8603-4E0C-A2C6-783BE257B385}.Release|Any CPU.Build.0 = Release|Any CPU
{5E19D3C0-687E-424A-A649-83F052709561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E19D3C0-687E-424A-A649-83F052709561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E19D3C0-687E-424A-A649-83F052709561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E19D3C0-687E-424A-A649-83F052709561}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal