-
Notifications
You must be signed in to change notification settings - Fork 22
/
NaturalLanguageProcessing.sln
37 lines (37 loc) · 2.09 KB
/
NaturalLanguageProcessing.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.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NaturalLanguageProcessing", "NaturalLanguageProcessing\NaturalLanguageProcessing.csproj", "{9EC8E264-533F-4C0B-8EC6-3949E5002F7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayGround", "PlayGround\PlayGround.csproj", "{FA5E003C-D0DC-439A-8F70-C255CCD9A74E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TennisData", "TennisData\TennisData.csproj", "{F196E948-49D0-42B0-A2CC-1BF00AB318B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EC8E264-533F-4C0B-8EC6-3949E5002F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EC8E264-533F-4C0B-8EC6-3949E5002F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EC8E264-533F-4C0B-8EC6-3949E5002F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EC8E264-533F-4C0B-8EC6-3949E5002F7F}.Release|Any CPU.Build.0 = Release|Any CPU
{FA5E003C-D0DC-439A-8F70-C255CCD9A74E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA5E003C-D0DC-439A-8F70-C255CCD9A74E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA5E003C-D0DC-439A-8F70-C255CCD9A74E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA5E003C-D0DC-439A-8F70-C255CCD9A74E}.Release|Any CPU.Build.0 = Release|Any CPU
{F196E948-49D0-42B0-A2CC-1BF00AB318B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F196E948-49D0-42B0-A2CC-1BF00AB318B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F196E948-49D0-42B0-A2CC-1BF00AB318B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F196E948-49D0-42B0-A2CC-1BF00AB318B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC71A04A-0F6D-4131-9E31-CD8BD9C9802C}
EndGlobalSection
EndGlobal