forked from stemarie/redblacktree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRedBlack.sln
47 lines (47 loc) · 2.84 KB
/
RedBlack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.RedBlack", "Test\Test.RedBlack.csproj", "{0EBF0251-0152-4323-B559-A6164FC9A368}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Collections.Generic.RedBlack", "RedBlackTree\System.Collections.Generic.RedBlack.csproj", "{C2816E8D-4CF0-4A84-9EC9-E8B30A0DF1C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject.RedBlackTree", "TestProject.RedBlackTree\TestProject.RedBlackTree.csproj", "{EE87807E-41AB-4B76-8ADC-193F94469065}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{177E98AE-071F-4846-8798-19A429F5CFEB}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
RedBlack.vsmdi = RedBlack.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Performance.RedBlack", "Performance.RedBlack\Performance.RedBlack.csproj", "{F5BDE3CA-6622-4B77-B066-9B210E59E566}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = RedBlack.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EBF0251-0152-4323-B559-A6164FC9A368}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EBF0251-0152-4323-B559-A6164FC9A368}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EBF0251-0152-4323-B559-A6164FC9A368}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EBF0251-0152-4323-B559-A6164FC9A368}.Release|Any CPU.Build.0 = Release|Any CPU
{C2816E8D-4CF0-4A84-9EC9-E8B30A0DF1C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2816E8D-4CF0-4A84-9EC9-E8B30A0DF1C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2816E8D-4CF0-4A84-9EC9-E8B30A0DF1C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2816E8D-4CF0-4A84-9EC9-E8B30A0DF1C0}.Release|Any CPU.Build.0 = Release|Any CPU
{EE87807E-41AB-4B76-8ADC-193F94469065}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE87807E-41AB-4B76-8ADC-193F94469065}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE87807E-41AB-4B76-8ADC-193F94469065}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE87807E-41AB-4B76-8ADC-193F94469065}.Release|Any CPU.Build.0 = Release|Any CPU
{F5BDE3CA-6622-4B77-B066-9B210E59E566}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5BDE3CA-6622-4B77-B066-9B210E59E566}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5BDE3CA-6622-4B77-B066-9B210E59E566}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5BDE3CA-6622-4B77-B066-9B210E59E566}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal