-
Notifications
You must be signed in to change notification settings - Fork 0
/
Algorithms.Solution.sln
36 lines (36 loc) · 1.84 KB
/
Algorithms.Solution.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
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}") = "Algorithms.Solution", "Algorithms.Solution\Algorithms.Solution.csproj", "{4B78B83A-9968-42A1-9B20-A57D25B4AFBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithms.Solution.UnitTest", "Algorithms.Solution.UnitTest\Algorithms.Solution.UnitTest.csproj", "{EEC59137-CA32-433F-86A3-E39917A6C35A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5FE45413-9AEB-4893-B65C-076A7F94D4B5}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B78B83A-9968-42A1-9B20-A57D25B4AFBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B78B83A-9968-42A1-9B20-A57D25B4AFBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B78B83A-9968-42A1-9B20-A57D25B4AFBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B78B83A-9968-42A1-9B20-A57D25B4AFBB}.Release|Any CPU.Build.0 = Release|Any CPU
{EEC59137-CA32-433F-86A3-E39917A6C35A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEC59137-CA32-433F-86A3-E39917A6C35A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEC59137-CA32-433F-86A3-E39917A6C35A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEC59137-CA32-433F-86A3-E39917A6C35A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FD8503C1-F593-46C2-811C-4E9046106F57}
EndGlobalSection
EndGlobal