-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlgorithm Questions.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
Algorithm Questions.sln
File metadata and controls
43 lines (43 loc) · 2.47 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 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example01", "Example01\Example01.csproj", "{08B0BEE1-BD65-41BF-B6CA-74FB216F803B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example02", "Example02\Example02.csproj", "{BE164806-FFD2-4534-B6F0-FC51CE1F981D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example03", "Example03\Example03.csproj", "{8FC20205-B7D0-4F02-B571-FB034EA2D631}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example04", "Example04\Example04.csproj", "{A855A391-69E6-4549-9849-1697839B1DB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08B0BEE1-BD65-41BF-B6CA-74FB216F803B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08B0BEE1-BD65-41BF-B6CA-74FB216F803B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08B0BEE1-BD65-41BF-B6CA-74FB216F803B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08B0BEE1-BD65-41BF-B6CA-74FB216F803B}.Release|Any CPU.Build.0 = Release|Any CPU
{BE164806-FFD2-4534-B6F0-FC51CE1F981D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE164806-FFD2-4534-B6F0-FC51CE1F981D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE164806-FFD2-4534-B6F0-FC51CE1F981D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE164806-FFD2-4534-B6F0-FC51CE1F981D}.Release|Any CPU.Build.0 = Release|Any CPU
{8FC20205-B7D0-4F02-B571-FB034EA2D631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FC20205-B7D0-4F02-B571-FB034EA2D631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FC20205-B7D0-4F02-B571-FB034EA2D631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FC20205-B7D0-4F02-B571-FB034EA2D631}.Release|Any CPU.Build.0 = Release|Any CPU
{A855A391-69E6-4549-9849-1697839B1DB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A855A391-69E6-4549-9849-1697839B1DB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A855A391-69E6-4549-9849-1697839B1DB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A855A391-69E6-4549-9849-1697839B1DB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10A93194-543C-4120-8B6D-DC582A1FB15E}
EndGlobalSection
EndGlobal