-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFsSandbox.sln
32 lines (32 loc) · 1.78 KB
/
FsSandbox.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "FsSandbox", "FsSandbox.fsproj", "{2D22BF14-A9DA-4E6E-A447-EB92F4BA4113}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "ProtobufTest", "ProtobufTest\ProtobufTest.fsproj", "{47E8B0E1-DBB6-48AF-A2F0-43544FB33A07}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "CapNProtoTest", "CapNProtoTest\CapNProtoTest.fsproj", "{E0A3E307-4178-4878-ADA1-C470344AB3BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D22BF14-A9DA-4E6E-A447-EB92F4BA4113}.Debug|x86.ActiveCfg = Debug|x86
{2D22BF14-A9DA-4E6E-A447-EB92F4BA4113}.Debug|x86.Build.0 = Debug|x86
{2D22BF14-A9DA-4E6E-A447-EB92F4BA4113}.Release|x86.ActiveCfg = Release|x86
{2D22BF14-A9DA-4E6E-A447-EB92F4BA4113}.Release|x86.Build.0 = Release|x86
{47E8B0E1-DBB6-48AF-A2F0-43544FB33A07}.Debug|x86.ActiveCfg = Debug|Any CPU
{47E8B0E1-DBB6-48AF-A2F0-43544FB33A07}.Debug|x86.Build.0 = Debug|Any CPU
{47E8B0E1-DBB6-48AF-A2F0-43544FB33A07}.Release|x86.ActiveCfg = Release|Any CPU
{47E8B0E1-DBB6-48AF-A2F0-43544FB33A07}.Release|x86.Build.0 = Release|Any CPU
{E0A3E307-4178-4878-ADA1-C470344AB3BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{E0A3E307-4178-4878-ADA1-C470344AB3BF}.Debug|x86.Build.0 = Debug|Any CPU
{E0A3E307-4178-4878-ADA1-C470344AB3BF}.Release|x86.ActiveCfg = Release|Any CPU
{E0A3E307-4178-4878-ADA1-C470344AB3BF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = FsSandbox.fsproj
EndGlobalSection
EndGlobal