-
Notifications
You must be signed in to change notification settings - Fork 0
/
DataStructures.sln
55 lines (55 loc) · 3.44 KB
/
DataStructures.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SplayTree", "SplayTree\SplayTree.csproj", "{0BD93959-37B8-4306-A3FA-834066A034F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FiboHeap", "FiboHeap\FiboHeap.csproj", "{1F11151E-753B-4F99-963A-210DB7FAD648}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MatrixTranspos", "MatrixTranspos\MatrixTranspos.csproj", "{68B3D71C-890E-45C6-83F0-C0317631B942}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MatrixTransposTests", "MatrixTransposTests\MatrixTransposTests.csproj", "{65ACE80B-1E1E-46E0-8886-D436EF51CAA4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hashing", "Hashing\Hashing.csproj", "{7C7C1C96-549E-455B-ADB6-6D690CC8B6CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HashingTests", "HashingTests\HashingTests.csproj", "{80FB9B33-545B-44C2-8343-2C12F358C5F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BD93959-37B8-4306-A3FA-834066A034F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD93959-37B8-4306-A3FA-834066A034F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD93959-37B8-4306-A3FA-834066A034F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD93959-37B8-4306-A3FA-834066A034F9}.Release|Any CPU.Build.0 = Release|Any CPU
{1F11151E-753B-4F99-963A-210DB7FAD648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F11151E-753B-4F99-963A-210DB7FAD648}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F11151E-753B-4F99-963A-210DB7FAD648}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F11151E-753B-4F99-963A-210DB7FAD648}.Release|Any CPU.Build.0 = Release|Any CPU
{68B3D71C-890E-45C6-83F0-C0317631B942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B3D71C-890E-45C6-83F0-C0317631B942}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B3D71C-890E-45C6-83F0-C0317631B942}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B3D71C-890E-45C6-83F0-C0317631B942}.Release|Any CPU.Build.0 = Release|Any CPU
{65ACE80B-1E1E-46E0-8886-D436EF51CAA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65ACE80B-1E1E-46E0-8886-D436EF51CAA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65ACE80B-1E1E-46E0-8886-D436EF51CAA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65ACE80B-1E1E-46E0-8886-D436EF51CAA4}.Release|Any CPU.Build.0 = Release|Any CPU
{7C7C1C96-549E-455B-ADB6-6D690CC8B6CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C7C1C96-549E-455B-ADB6-6D690CC8B6CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C7C1C96-549E-455B-ADB6-6D690CC8B6CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C7C1C96-549E-455B-ADB6-6D690CC8B6CE}.Release|Any CPU.Build.0 = Release|Any CPU
{80FB9B33-545B-44C2-8343-2C12F358C5F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80FB9B33-545B-44C2-8343-2C12F358C5F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80FB9B33-545B-44C2-8343-2C12F358C5F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80FB9B33-545B-44C2-8343-2C12F358C5F3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C0E73AC7-DC1F-4D72-B851-613D46AA4105}
EndGlobalSection
EndGlobal