-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSentimentFS.TextUtilities.sln
61 lines (60 loc) · 3.47 KB
/
SentimentFS.TextUtilities.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
57
58
59
60
61
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}") = ".paket", ".paket", "{07488C71-DD75-40A0-B891-4F2375836656}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{178A49BF-FBE3-42CC-B8A3-F5250143D955}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "SentimentFS.TextUtilities", "src\SentimentFS.TextUtilities\SentimentFS.TextUtilities.fsproj", "{A634996E-D586-4A0A-BBEF-147D683ADAE9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5C5AD36E-9C84-4CBD-ADE0-4144172E22EA}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "SentimentFS.TextUtilities.Tests", "tests\SentimentFS.TextUtilities.Tests\SentimentFS.TextUtilities.Tests.fsproj", "{D8A48063-061C-4FB7-BAEE-F73620784E94}"
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
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Debug|x64.ActiveCfg = Debug|x64
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Debug|x64.Build.0 = Debug|x64
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Debug|x86.ActiveCfg = Debug|x86
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Debug|x86.Build.0 = Debug|x86
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Release|Any CPU.Build.0 = Release|Any CPU
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Release|x64.ActiveCfg = Release|x64
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Release|x64.Build.0 = Release|x64
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Release|x86.ActiveCfg = Release|x86
{A634996E-D586-4A0A-BBEF-147D683ADAE9}.Release|x86.Build.0 = Release|x86
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Debug|x64.ActiveCfg = Debug|x64
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Debug|x64.Build.0 = Debug|x64
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Debug|x86.ActiveCfg = Debug|x86
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Debug|x86.Build.0 = Debug|x86
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Release|Any CPU.Build.0 = Release|Any CPU
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Release|x64.ActiveCfg = Release|x64
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Release|x64.Build.0 = Release|x64
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Release|x86.ActiveCfg = Release|x86
{D8A48063-061C-4FB7-BAEE-F73620784E94}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A634996E-D586-4A0A-BBEF-147D683ADAE9} = {178A49BF-FBE3-42CC-B8A3-F5250143D955}
{D8A48063-061C-4FB7-BAEE-F73620784E94} = {5C5AD36E-9C84-4CBD-ADE0-4144172E22EA}
EndGlobalSection
EndGlobal