-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSentimentAnalysisDemo.sln
37 lines (37 loc) · 2.17 KB
/
SentimentAnalysisDemo.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 Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentimentAnalysisDemo", "SentimentAnalysisDemo\SentimentAnalysisDemo.csproj", "{FF5E1CE5-BAEF-4E84-82D8-324030E40B7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentimentAnalysisDemo.ConsoleApp", "SentimentAnalysisDemoML.ConsoleApp\SentimentAnalysisDemo.ConsoleApp.csproj", "{62C3807C-EAD6-4D0A-946B-D14268B63A09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentimentAnalysisDemoML.Model", "SentimentAnalysisDemoML.Model\SentimentAnalysisDemoML.Model.csproj", "{6C08EE60-C9F1-40E1-9E81-F3F6C35988B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF5E1CE5-BAEF-4E84-82D8-324030E40B7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF5E1CE5-BAEF-4E84-82D8-324030E40B7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF5E1CE5-BAEF-4E84-82D8-324030E40B7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF5E1CE5-BAEF-4E84-82D8-324030E40B7B}.Release|Any CPU.Build.0 = Release|Any CPU
{62C3807C-EAD6-4D0A-946B-D14268B63A09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62C3807C-EAD6-4D0A-946B-D14268B63A09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62C3807C-EAD6-4D0A-946B-D14268B63A09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62C3807C-EAD6-4D0A-946B-D14268B63A09}.Release|Any CPU.Build.0 = Release|Any CPU
{6C08EE60-C9F1-40E1-9E81-F3F6C35988B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C08EE60-C9F1-40E1-9E81-F3F6C35988B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C08EE60-C9F1-40E1-9E81-F3F6C35988B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C08EE60-C9F1-40E1-9E81-F3F6C35988B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {547BA5EA-1FF2-4719-987D-A1B960923E66}
EndGlobalSection
EndGlobal