-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSentiment Analysis.sln
35 lines (35 loc) · 1.86 KB
/
Sentiment Analysis.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Portal", "Portal\Portal.csproj", "{AE292067-6E39-4E3A-B9E4-F1AB8376FFB6}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Analysis", "Analysis\Analysis.pyproj", "{E33E99BB-B98A-4E29-962B-8F8A3729FEC3}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "twitterwebservice", "twitterwebservice\twitterwebservice.pyproj", "{7D7DF235-05A5-4D33-BA92-A2B5E4A880CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE292067-6E39-4E3A-B9E4-F1AB8376FFB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE292067-6E39-4E3A-B9E4-F1AB8376FFB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE292067-6E39-4E3A-B9E4-F1AB8376FFB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE292067-6E39-4E3A-B9E4-F1AB8376FFB6}.Release|Any CPU.Build.0 = Release|Any CPU
{E33E99BB-B98A-4E29-962B-8F8A3729FEC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E33E99BB-B98A-4E29-962B-8F8A3729FEC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D7DF235-05A5-4D33-BA92-A2B5E4A880CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D7DF235-05A5-4D33-BA92-A2B5E4A880CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D7DF235-05A5-4D33-BA92-A2B5E4A880CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D7DF235-05A5-4D33-BA92-A2B5E4A880CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {293F2EB3-1CFB-4021-B2FC-39E9F6A03E1A}
EndGlobalSection
EndGlobal