-
Notifications
You must be signed in to change notification settings - Fork 5
/
DataMining.sln
46 lines (46 loc) · 3.01 KB
/
DataMining.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataMining", "DataMining\DataMining.csproj", "{A8230D35-6DCA-419E-B487-5AD99D8A15EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{75228994-2B58-48D7-B4EE-1090FB8571BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentimentAnalysis", "SentimentAnalysis\SentimentAnalysis.csproj", "{4D13128C-CE14-45A6-9F11-4D1A5FEC2217}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SentimentAnalysis.Presentation", "SentimentAnalysis.Presentation\SentimentAnalysis.Presentation.csproj", "{6C6EAE10-1B63-4CF7-9BB8-D34AD96128C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation.DecisionTrees", "Presentation.DecisionTrees\Presentation.DecisionTrees.csproj", "{07F79FB4-B0C0-4B0E-BF77-83BC050AEBA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8230D35-6DCA-419E-B487-5AD99D8A15EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8230D35-6DCA-419E-B487-5AD99D8A15EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8230D35-6DCA-419E-B487-5AD99D8A15EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8230D35-6DCA-419E-B487-5AD99D8A15EA}.Release|Any CPU.Build.0 = Release|Any CPU
{75228994-2B58-48D7-B4EE-1090FB8571BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75228994-2B58-48D7-B4EE-1090FB8571BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75228994-2B58-48D7-B4EE-1090FB8571BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75228994-2B58-48D7-B4EE-1090FB8571BD}.Release|Any CPU.Build.0 = Release|Any CPU
{4D13128C-CE14-45A6-9F11-4D1A5FEC2217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D13128C-CE14-45A6-9F11-4D1A5FEC2217}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D13128C-CE14-45A6-9F11-4D1A5FEC2217}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D13128C-CE14-45A6-9F11-4D1A5FEC2217}.Release|Any CPU.Build.0 = Release|Any CPU
{6C6EAE10-1B63-4CF7-9BB8-D34AD96128C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C6EAE10-1B63-4CF7-9BB8-D34AD96128C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C6EAE10-1B63-4CF7-9BB8-D34AD96128C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C6EAE10-1B63-4CF7-9BB8-D34AD96128C0}.Release|Any CPU.Build.0 = Release|Any CPU
{07F79FB4-B0C0-4B0E-BF77-83BC050AEBA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07F79FB4-B0C0-4B0E-BF77-83BC050AEBA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07F79FB4-B0C0-4B0E-BF77-83BC050AEBA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07F79FB4-B0C0-4B0E-BF77-83BC050AEBA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal