-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathThriftSharp.sln
37 lines (37 loc) · 2.07 KB
/
ThriftSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThriftSharp", "src\ThriftSharp.csproj", "{A35BAE0C-95B5-48F1-952D-CEFE5BC18BB6}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ThriftSharp.Tests", "test\ThriftSharp.Tests.fsproj", "{D616C1B9-D2F2-4F61-A51C-1B9A5220469E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThriftSharp.Benchmarks", "benchmarks\ThriftSharp.Benchmarks.csproj", "{57B52CEF-80A8-46AA-8EF6-C1E31B75ADDE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A35BAE0C-95B5-48F1-952D-CEFE5BC18BB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A35BAE0C-95B5-48F1-952D-CEFE5BC18BB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A35BAE0C-95B5-48F1-952D-CEFE5BC18BB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A35BAE0C-95B5-48F1-952D-CEFE5BC18BB6}.Release|Any CPU.Build.0 = Release|Any CPU
{D616C1B9-D2F2-4F61-A51C-1B9A5220469E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D616C1B9-D2F2-4F61-A51C-1B9A5220469E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D616C1B9-D2F2-4F61-A51C-1B9A5220469E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D616C1B9-D2F2-4F61-A51C-1B9A5220469E}.Release|Any CPU.Build.0 = Release|Any CPU
{57B52CEF-80A8-46AA-8EF6-C1E31B75ADDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57B52CEF-80A8-46AA-8EF6-C1E31B75ADDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57B52CEF-80A8-46AA-8EF6-C1E31B75ADDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57B52CEF-80A8-46AA-8EF6-C1E31B75ADDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0AF75E2F-8453-4884-A244-1698AD347A4D}
EndGlobalSection
EndGlobal