-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAlgorithm.sln
More file actions
34 lines (34 loc) · 2.27 KB
/
Algorithm.sln
File metadata and controls
34 lines (34 loc) · 2.27 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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithm", "src\Algorithm\Algorithm.csproj", "{5731C955-AF17-4832-B377-FA72DE6112C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithm.Tests", "test\Algorithm.Tests\Algorithm.Tests.csproj", "{C2783ACF-74E4-42FD-BC6C-025E7ADA8A14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithm.Examples", "example\Algorithm.Examples\Algorithm.Examples.csproj", "{1248A6CC-AD95-4E25-8B9C-E5674FB67A11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Algorithm.Examples.Tests", "example\Algorithm.Examples.Tests\Algorithm.Examples.Tests.csproj", "{D559E6E8-479E-4A1F-90DF-8B9EFEA7C1F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5731C955-AF17-4832-B377-FA72DE6112C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5731C955-AF17-4832-B377-FA72DE6112C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5731C955-AF17-4832-B377-FA72DE6112C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5731C955-AF17-4832-B377-FA72DE6112C2}.Release|Any CPU.Build.0 = Release|Any CPU
{C2783ACF-74E4-42FD-BC6C-025E7ADA8A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2783ACF-74E4-42FD-BC6C-025E7ADA8A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2783ACF-74E4-42FD-BC6C-025E7ADA8A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2783ACF-74E4-42FD-BC6C-025E7ADA8A14}.Release|Any CPU.Build.0 = Release|Any CPU
{1248A6CC-AD95-4E25-8B9C-E5674FB67A11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1248A6CC-AD95-4E25-8B9C-E5674FB67A11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1248A6CC-AD95-4E25-8B9C-E5674FB67A11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1248A6CC-AD95-4E25-8B9C-E5674FB67A11}.Release|Any CPU.Build.0 = Release|Any CPU
{D559E6E8-479E-4A1F-90DF-8B9EFEA7C1F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D559E6E8-479E-4A1F-90DF-8B9EFEA7C1F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D559E6E8-479E-4A1F-90DF-8B9EFEA7C1F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D559E6E8-479E-4A1F-90DF-8B9EFEA7C1F6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal