-
Notifications
You must be signed in to change notification settings - Fork 0
/
Algo.sln
47 lines (47 loc) · 2.38 KB
/
Algo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algo", "Algo\Algo.csproj", "{6B2A0F2A-4C2A-4B30-9908-95B8895D6055}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlgoSDK", "AlgoSDK\AlgoSDK.csproj", "{F4512291-4C2F-48BE-BF80-21F0B980CA38}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D360AE3-E4C5-434B-A16D-9A440E8D10E4}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlgoTests", "AlgoTests\AlgoTests.csproj", "{9691A967-2E97-4562-852A-52A98FF3D0E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B2A0F2A-4C2A-4B30-9908-95B8895D6055}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B2A0F2A-4C2A-4B30-9908-95B8895D6055}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B2A0F2A-4C2A-4B30-9908-95B8895D6055}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B2A0F2A-4C2A-4B30-9908-95B8895D6055}.Release|Any CPU.Build.0 = Release|Any CPU
{F4512291-4C2F-48BE-BF80-21F0B980CA38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4512291-4C2F-48BE-BF80-21F0B980CA38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4512291-4C2F-48BE-BF80-21F0B980CA38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4512291-4C2F-48BE-BF80-21F0B980CA38}.Release|Any CPU.Build.0 = Release|Any CPU
{9691A967-2E97-4562-852A-52A98FF3D0E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9691A967-2E97-4562-852A-52A98FF3D0E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9691A967-2E97-4562-852A-52A98FF3D0E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9691A967-2E97-4562-852A-52A98FF3D0E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45A3ED97-EEAC-4542-BE56-7AC5DFC485A6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
EndGlobalSection
EndGlobal