-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSentimentFS.Stemmer.sln
56 lines (55 loc) · 3.21 KB
/
SentimentFS.Stemmer.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
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A4EF3B17-ADB4-4C7B-A5F6-5BBBCA893C3D}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "SentimentFS.Stemmer", "src\SentimentFS.Stemmer\SentimentFS.Stemmer.fsproj", "{807739DE-D294-4B6F-B361-B7002B5E83B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C4A94400-7E1F-494E-99AB-E76A4432868E}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "SentimentFS.Stemmer.Tests", "tests\SentimentFS.Stemmer.Tests\SentimentFS.Stemmer.Tests.fsproj", "{9C014B04-1474-45EF-9153-FCB32A16A3C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Debug|x64.ActiveCfg = Debug|x64
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Debug|x64.Build.0 = Debug|x64
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Debug|x86.ActiveCfg = Debug|x86
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Debug|x86.Build.0 = Debug|x86
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Release|Any CPU.Build.0 = Release|Any CPU
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Release|x64.ActiveCfg = Release|x64
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Release|x64.Build.0 = Release|x64
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Release|x86.ActiveCfg = Release|x86
{807739DE-D294-4B6F-B361-B7002B5E83B0}.Release|x86.Build.0 = Release|x86
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Debug|x64.ActiveCfg = Debug|x64
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Debug|x64.Build.0 = Debug|x64
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Debug|x86.ActiveCfg = Debug|x86
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Debug|x86.Build.0 = Debug|x86
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Release|Any CPU.Build.0 = Release|Any CPU
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Release|x64.ActiveCfg = Release|x64
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Release|x64.Build.0 = Release|x64
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Release|x86.ActiveCfg = Release|x86
{9C014B04-1474-45EF-9153-FCB32A16A3C6}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{807739DE-D294-4B6F-B361-B7002B5E83B0} = {A4EF3B17-ADB4-4C7B-A5F6-5BBBCA893C3D}
{9C014B04-1474-45EF-9153-FCB32A16A3C6} = {C4A94400-7E1F-494E-99AB-E76A4432868E}
EndGlobalSection
EndGlobal