-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBinaryTree.sln
More file actions
43 lines (43 loc) · 2.59 KB
/
BinaryTree.sln
File metadata and controls
43 lines (43 loc) · 2.59 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryTreeConsoleApp", "BinaryTree\BinaryTreeConsoleApp.csproj", "{9B8A998F-1FFE-40B7-B64F-049885056707}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryTreeLibrary", "BinaryTreeLibrary\BinaryTreeLibrary.csproj", "{B2E7B590-5B59-457B-B2AE-C9CB0C452AF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryTreeFormsApp", "BinaryTreeFormsApp\BinaryTreeFormsApp.csproj", "{1FB8CA5F-1602-46FD-867B-758B5B73051E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeapSortAndPriorityQueue", "HeapSortAndPriorityQueue\HeapSortAndPriorityQueue.csproj", "{11FE9B5A-4642-4819-B8AE-15639335AACF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B8A998F-1FFE-40B7-B64F-049885056707}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B8A998F-1FFE-40B7-B64F-049885056707}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B8A998F-1FFE-40B7-B64F-049885056707}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B8A998F-1FFE-40B7-B64F-049885056707}.Release|Any CPU.Build.0 = Release|Any CPU
{B2E7B590-5B59-457B-B2AE-C9CB0C452AF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2E7B590-5B59-457B-B2AE-C9CB0C452AF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2E7B590-5B59-457B-B2AE-C9CB0C452AF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2E7B590-5B59-457B-B2AE-C9CB0C452AF4}.Release|Any CPU.Build.0 = Release|Any CPU
{1FB8CA5F-1602-46FD-867B-758B5B73051E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FB8CA5F-1602-46FD-867B-758B5B73051E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FB8CA5F-1602-46FD-867B-758B5B73051E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FB8CA5F-1602-46FD-867B-758B5B73051E}.Release|Any CPU.Build.0 = Release|Any CPU
{11FE9B5A-4642-4819-B8AE-15639335AACF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11FE9B5A-4642-4819-B8AE-15639335AACF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11FE9B5A-4642-4819-B8AE-15639335AACF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11FE9B5A-4642-4819-B8AE-15639335AACF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6640C26A-E5C4-45D9-A98A-BA7291A2AD1B}
EndGlobalSection
EndGlobal