-
Notifications
You must be signed in to change notification settings - Fork 0
/
Utility.sln
39 lines (39 loc) · 2.15 KB
/
Utility.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utility", "Utility\Utility.csproj", "{02473415-A87D-4569-9A61-48F2D6CC0B24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTestProject1\UnitTests.csproj", "{7C4D683E-C2BE-44C9-8811-89A981C41B69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SegmentTreeDemo", "SegmentTreeDemo\SegmentTreeDemo.csproj", "{18B5E213-D57A-482B-B2F8-1288A4B2F10D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Structures", "Structures", "{F0B614F8-2C26-4E83-BB5D-F140BFDAE3C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02473415-A87D-4569-9A61-48F2D6CC0B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02473415-A87D-4569-9A61-48F2D6CC0B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02473415-A87D-4569-9A61-48F2D6CC0B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02473415-A87D-4569-9A61-48F2D6CC0B24}.Release|Any CPU.Build.0 = Release|Any CPU
{7C4D683E-C2BE-44C9-8811-89A981C41B69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C4D683E-C2BE-44C9-8811-89A981C41B69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C4D683E-C2BE-44C9-8811-89A981C41B69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C4D683E-C2BE-44C9-8811-89A981C41B69}.Release|Any CPU.Build.0 = Release|Any CPU
{18B5E213-D57A-482B-B2F8-1288A4B2F10D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18B5E213-D57A-482B-B2F8-1288A4B2F10D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18B5E213-D57A-482B-B2F8-1288A4B2F10D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18B5E213-D57A-482B-B2F8-1288A4B2F10D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D3DB2BA-8D97-48CF-8EB4-810FB85F9E5B}
EndGlobalSection
EndGlobal