-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataStructuresAlgorithms.sln
More file actions
executable file
·39 lines (39 loc) · 2.13 KB
/
DataStructuresAlgorithms.sln
File metadata and controls
executable file
·39 lines (39 loc) · 2.13 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3CCD02E0-74BF-4127-AD2C-8CCA3B1C94C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F65A09B-7151-44C3-8ACA-EB51F51C0AE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStructuresAlgorithms", "src\DataStructuresAlgorithms\DataStructuresAlgorithms.csproj", "{9319FAE4-96FD-41F3-BDAF-4E8398D4C934}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataStructuresAlgorithms.Tests", "tests\DataStructuresAlgorithms.Tests\DataStructuresAlgorithms.Tests.csproj", "{44E83C28-9131-4DA6-B334-FEF29F2711A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9319FAE4-96FD-41F3-BDAF-4E8398D4C934}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9319FAE4-96FD-41F3-BDAF-4E8398D4C934}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9319FAE4-96FD-41F3-BDAF-4E8398D4C934}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9319FAE4-96FD-41F3-BDAF-4E8398D4C934}.Release|Any CPU.Build.0 = Release|Any CPU
{44E83C28-9131-4DA6-B334-FEF29F2711A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44E83C28-9131-4DA6-B334-FEF29F2711A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44E83C28-9131-4DA6-B334-FEF29F2711A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44E83C28-9131-4DA6-B334-FEF29F2711A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9319FAE4-96FD-41F3-BDAF-4E8398D4C934} = {3CCD02E0-74BF-4127-AD2C-8CCA3B1C94C2}
{44E83C28-9131-4DA6-B334-FEF29F2711A9} = {3CCD02E0-74BF-4127-AD2C-8CCA3B1C94C2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF6497BB-403E-4E43-9A6E-BCCCB480EC66}
EndGlobalSection
EndGlobal