-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSuffixTree.sln
37 lines (37 loc) · 2.05 KB
/
SuffixTree.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuffixTree", "SuffixTree\SuffixTree.csproj", "{47E0DDD2-AC33-47BF-A560-7405DEB3E3CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuffixTree.Tests", "SuffixTree.Tests\SuffixTree.Tests.csproj", "{4DA29E2B-FCC5-414F-BCBC-64F570515CE7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuffixTree.Console", "SuffixTree.Console\SuffixTree.Console.csproj", "{55F658F5-963A-47C0-9D0B-7629BBCC4402}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47E0DDD2-AC33-47BF-A560-7405DEB3E3CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E0DDD2-AC33-47BF-A560-7405DEB3E3CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E0DDD2-AC33-47BF-A560-7405DEB3E3CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E0DDD2-AC33-47BF-A560-7405DEB3E3CF}.Release|Any CPU.Build.0 = Release|Any CPU
{4DA29E2B-FCC5-414F-BCBC-64F570515CE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DA29E2B-FCC5-414F-BCBC-64F570515CE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DA29E2B-FCC5-414F-BCBC-64F570515CE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DA29E2B-FCC5-414F-BCBC-64F570515CE7}.Release|Any CPU.Build.0 = Release|Any CPU
{55F658F5-963A-47C0-9D0B-7629BBCC4402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F658F5-963A-47C0-9D0B-7629BBCC4402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F658F5-963A-47C0-9D0B-7629BBCC4402}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F658F5-963A-47C0-9D0B-7629BBCC4402}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FB506607-7015-46D2-A983-5905B63EA6D9}
EndGlobalSection
EndGlobal