This repository was archived by the owner on May 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFoundations of Algorithms.sln
53 lines (53 loc) · 2.94 KB
/
Foundations of Algorithms.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Externals", "_Externals", "{B19F8362-4064-4E54-BB98-42D9CA7C5221}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
Notes.txt = Notes.txt
README.md = README.md
Article\Solutions for Neapolitan's Algorithm Design book.pdf = Article\Solutions for Neapolitan's Algorithm Design book.pdf
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chapter 1", "Chapter 1\Chapter 1.csproj", "{2E6F5A61-2873-445D-833F-5CF1F628FC4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chapter 3", "Chapter 3\Chapter 3.csproj", "{C7BF62A6-FAD5-46B3-92C6-8215A0E39351}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Exercises and Samples", "Exercises and Samples\Exercises and Samples.csproj", "{C1820C22-F0E1-459B-928B-95DD1375D01F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chapter 2", "Chapter 2\Chapter 2.csproj", "{9B0B4469-AB87-47A1-98C6-3ED079FB3232}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E6F5A61-2873-445D-833F-5CF1F628FC4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6F5A61-2873-445D-833F-5CF1F628FC4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E6F5A61-2873-445D-833F-5CF1F628FC4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6F5A61-2873-445D-833F-5CF1F628FC4B}.Release|Any CPU.Build.0 = Release|Any CPU
{C7BF62A6-FAD5-46B3-92C6-8215A0E39351}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7BF62A6-FAD5-46B3-92C6-8215A0E39351}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7BF62A6-FAD5-46B3-92C6-8215A0E39351}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7BF62A6-FAD5-46B3-92C6-8215A0E39351}.Release|Any CPU.Build.0 = Release|Any CPU
{C1820C22-F0E1-459B-928B-95DD1375D01F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1820C22-F0E1-459B-928B-95DD1375D01F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1820C22-F0E1-459B-928B-95DD1375D01F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1820C22-F0E1-459B-928B-95DD1375D01F}.Release|Any CPU.Build.0 = Release|Any CPU
{9B0B4469-AB87-47A1-98C6-3ED079FB3232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B0B4469-AB87-47A1-98C6-3ED079FB3232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B0B4469-AB87-47A1-98C6-3ED079FB3232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B0B4469-AB87-47A1-98C6-3ED079FB3232}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FD89D50-8868-4B18-B2ED-443BC3381354}
EndGlobalSection
EndGlobal