-
Notifications
You must be signed in to change notification settings - Fork 0
/
SentimentAnalysisService.sln
48 lines (48 loc) · 2.85 KB
/
SentimentAnalysisService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentimentAnalysis.MlNet", "SentimentAnalysis.MlNet\SentimentAnalysis.MlNet.csproj", "{E2D795FD-3D6E-4854-BE07-059BC16B3138}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentimentAnalysis.API", "SentimentAnalysis.API\SentimentAnalysis.API.csproj", "{83363C82-42DF-4702-B9FC-F006F17517FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentimentAnalysis.Test", "SentimentAnalysis.Test\SentimentAnalysis.Test.csproj", "{FA9731B2-457A-4F6B-ACDE-9DC1F526474D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{394FACD4-B922-442A-BC99-43DBF8041744}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentimentAnalysis.Bot", "SentimentAnalysis.Bot\SentimentAnalysis.Bot.csproj", "{874FB1A9-518F-4B2C-B0D5-B8A7791D1EF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2D795FD-3D6E-4854-BE07-059BC16B3138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2D795FD-3D6E-4854-BE07-059BC16B3138}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2D795FD-3D6E-4854-BE07-059BC16B3138}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2D795FD-3D6E-4854-BE07-059BC16B3138}.Release|Any CPU.Build.0 = Release|Any CPU
{83363C82-42DF-4702-B9FC-F006F17517FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83363C82-42DF-4702-B9FC-F006F17517FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83363C82-42DF-4702-B9FC-F006F17517FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83363C82-42DF-4702-B9FC-F006F17517FA}.Release|Any CPU.Build.0 = Release|Any CPU
{FA9731B2-457A-4F6B-ACDE-9DC1F526474D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA9731B2-457A-4F6B-ACDE-9DC1F526474D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA9731B2-457A-4F6B-ACDE-9DC1F526474D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA9731B2-457A-4F6B-ACDE-9DC1F526474D}.Release|Any CPU.Build.0 = Release|Any CPU
{874FB1A9-518F-4B2C-B0D5-B8A7791D1EF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{874FB1A9-518F-4B2C-B0D5-B8A7791D1EF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{874FB1A9-518F-4B2C-B0D5-B8A7791D1EF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{874FB1A9-518F-4B2C-B0D5-B8A7791D1EF8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4E474F57-7366-4069-A340-05432A1FEC3E}
EndGlobalSection
EndGlobal