-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInterview.DataStructureAndAlgorithms.sln
More file actions
34 lines (34 loc) · 2.14 KB
/
Copy pathInterview.DataStructureAndAlgorithms.sln
File metadata and controls
34 lines (34 loc) · 2.14 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interview.DataStructureAndAlgorithms.LeetCode", "Interview.DataStructureAndAlgorithms.LeetCode\Interview.DataStructureAndAlgorithms.LeetCode.csproj", "{03DBD669-396F-4671-AF24-5AD1D53D1A9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interview.DataStructureAndAlgorithms.LeetCode.Tests", "Interview.DataStructureAndAlgorithms.LeetCode.Tests\Interview.DataStructureAndAlgorithms.LeetCode.Tests.csproj", "{BBA03C23-1E4D-4C36-AE3A-6A8A0D9DBBB8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithms.Sorting", "Algorithms.Sorting\Algorithms.Sorting.csproj", "{8A0DBBC8-99BC-4029-B9AA-7D4C0979C0D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{03DBD669-396F-4671-AF24-5AD1D53D1A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03DBD669-396F-4671-AF24-5AD1D53D1A9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03DBD669-396F-4671-AF24-5AD1D53D1A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03DBD669-396F-4671-AF24-5AD1D53D1A9E}.Release|Any CPU.Build.0 = Release|Any CPU
{BBA03C23-1E4D-4C36-AE3A-6A8A0D9DBBB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBA03C23-1E4D-4C36-AE3A-6A8A0D9DBBB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBA03C23-1E4D-4C36-AE3A-6A8A0D9DBBB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBA03C23-1E4D-4C36-AE3A-6A8A0D9DBBB8}.Release|Any CPU.Build.0 = Release|Any CPU
{8A0DBBC8-99BC-4029-B9AA-7D4C0979C0D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A0DBBC8-99BC-4029-B9AA-7D4C0979C0D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A0DBBC8-99BC-4029-B9AA-7D4C0979C0D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A0DBBC8-99BC-4029-B9AA-7D4C0979C0D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal