-
Notifications
You must be signed in to change notification settings - Fork 26
/
TextSummarize.sln
37 lines (37 loc) · 2.01 KB
/
TextSummarize.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.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PageRank", "PageRank\PageRank.csproj", "{309FDCCF-C71C-4580-A6AD-44A692D89E6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextRank", "TextRank\TextRank.csproj", "{223D7B57-1366-4CE6-B09B-8973C40D66C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextSummarize", "TextSummarize\TextSummarize.csproj", "{94C43C23-7D66-4657-A67F-34335223B190}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{309FDCCF-C71C-4580-A6AD-44A692D89E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{309FDCCF-C71C-4580-A6AD-44A692D89E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{309FDCCF-C71C-4580-A6AD-44A692D89E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{309FDCCF-C71C-4580-A6AD-44A692D89E6C}.Release|Any CPU.Build.0 = Release|Any CPU
{223D7B57-1366-4CE6-B09B-8973C40D66C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{223D7B57-1366-4CE6-B09B-8973C40D66C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{223D7B57-1366-4CE6-B09B-8973C40D66C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{223D7B57-1366-4CE6-B09B-8973C40D66C3}.Release|Any CPU.Build.0 = Release|Any CPU
{94C43C23-7D66-4657-A67F-34335223B190}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94C43C23-7D66-4657-A67F-34335223B190}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94C43C23-7D66-4657-A67F-34335223B190}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94C43C23-7D66-4657-A67F-34335223B190}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F7EBEEC-FDB3-41FF-B301-47C51299564A}
EndGlobalSection
EndGlobal