-
Notifications
You must be signed in to change notification settings - Fork 0
/
Honeycomb.sln
38 lines (38 loc) · 2.17 KB
/
Honeycomb.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
38
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Honeycomb", "Honeycomb\Honeycomb.csproj", "{B5925CA1-6FF1-4A38-8F3D-879212C7EA8F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHoneycomb", "TestHoneycomb\TestHoneycomb.csproj", "{A4B97F9F-43FB-4ECA-BE04-D783A034F00F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{703775EB-0B89-4A62-BEAF-81DB405FDF1C}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Honeycomb.Stash.BerkeleyDB", "Honeycomb.Stash.BerkeleyDB\Honeycomb.Stash.BerkeleyDB.csproj", "{751CDBD7-A7FD-44D7-9630-F74C62BD7DDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5925CA1-6FF1-4A38-8F3D-879212C7EA8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5925CA1-6FF1-4A38-8F3D-879212C7EA8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5925CA1-6FF1-4A38-8F3D-879212C7EA8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5925CA1-6FF1-4A38-8F3D-879212C7EA8F}.Release|Any CPU.Build.0 = Release|Any CPU
{A4B97F9F-43FB-4ECA-BE04-D783A034F00F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4B97F9F-43FB-4ECA-BE04-D783A034F00F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4B97F9F-43FB-4ECA-BE04-D783A034F00F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4B97F9F-43FB-4ECA-BE04-D783A034F00F}.Release|Any CPU.Build.0 = Release|Any CPU
{751CDBD7-A7FD-44D7-9630-F74C62BD7DDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{751CDBD7-A7FD-44D7-9630-F74C62BD7DDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{751CDBD7-A7FD-44D7-9630-F74C62BD7DDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{751CDBD7-A7FD-44D7-9630-F74C62BD7DDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal