-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHiSum.sln
73 lines (73 loc) · 4.79 KB
/
HiSum.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HiSum", "HiSum\HiSum.csproj", "{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HiSum.App", "HiSum.App\HiSum.App.csproj", "{BC017318-BED0-4A42-B040-99F2B581C509}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{248C22A9-28DE-4E99-898F-E00085BECBAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HiSum.Tests", "HiSum.Tests\HiSum.Tests.csproj", "{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLTKSharp", "..\NLTKSharp\NLTKSharp\NLTKSharp\NLTKSharp.csproj", "{6C08285F-75DA-4B15-B841-E453FE031072}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Debug|x86.ActiveCfg = Debug|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Release|Any CPU.Build.0 = Release|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1DE00789-6D8A-4F18-81B9-AF50AE8221F2}.Release|x86.ActiveCfg = Release|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Debug|x86.ActiveCfg = Debug|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Release|Any CPU.Build.0 = Release|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BC017318-BED0-4A42-B040-99F2B581C509}.Release|x86.ActiveCfg = Release|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Release|Any CPU.Build.0 = Release|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9}.Release|x86.ActiveCfg = Release|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Debug|x86.ActiveCfg = Debug|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Release|Any CPU.Build.0 = Release|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6C08285F-75DA-4B15-B841-E453FE031072}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EC29997B-3EFB-4CB9-B9EA-E6987A928AA9} = {248C22A9-28DE-4E99-898F-E00085BECBAE}
EndGlobalSection
EndGlobal