-
Notifications
You must be signed in to change notification settings - Fork 2
/
TextSegmenter.sln
55 lines (55 loc) · 3.6 KB
/
TextSegmenter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "model-builder", "model-builder", "{693598A1-042F-4AA0-846D-FEDD6D84C41B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextSegmenter.Model-Builder.Console", "model-builder\TextSegmenter.model-builder.console\TextSegmenter.Model-Builder.Console.csproj", "{AAA90FE0-69A2-49F3-AD48-612B7542C167}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextSegmenter.Model-Converter-Txt-2-Bin.Console", "model-builder\TextSegmenter.model-converter-txt-2-bin.console\TextSegmenter.Model-Converter-Txt-2-Bin.Console.csproj", "{EF01DB2C-1FE7-4C16-9E24-C24991F5FE3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextSegmenter", "TextSegmenter\TextSegmenter.csproj", "{ECCF795C-AC42-48BF-B78E-EBAC863E2D6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextSegmenter.Console", "TextSegmenter.Console\TextSegmenter.Console.csproj", "{AA0EF758-AF25-43A3-8FA9-6594456F6F59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextSegmenter.WebService", "TextSegmenter.WebService\TextSegmenter.WebService.csproj", "{5CCC567B-8800-4D31-9B05-C7EEB1D778B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAA90FE0-69A2-49F3-AD48-612B7542C167}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAA90FE0-69A2-49F3-AD48-612B7542C167}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAA90FE0-69A2-49F3-AD48-612B7542C167}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAA90FE0-69A2-49F3-AD48-612B7542C167}.Release|Any CPU.Build.0 = Release|Any CPU
{EF01DB2C-1FE7-4C16-9E24-C24991F5FE3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF01DB2C-1FE7-4C16-9E24-C24991F5FE3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF01DB2C-1FE7-4C16-9E24-C24991F5FE3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF01DB2C-1FE7-4C16-9E24-C24991F5FE3C}.Release|Any CPU.Build.0 = Release|Any CPU
{ECCF795C-AC42-48BF-B78E-EBAC863E2D6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECCF795C-AC42-48BF-B78E-EBAC863E2D6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECCF795C-AC42-48BF-B78E-EBAC863E2D6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECCF795C-AC42-48BF-B78E-EBAC863E2D6A}.Release|Any CPU.Build.0 = Release|Any CPU
{AA0EF758-AF25-43A3-8FA9-6594456F6F59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA0EF758-AF25-43A3-8FA9-6594456F6F59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA0EF758-AF25-43A3-8FA9-6594456F6F59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA0EF758-AF25-43A3-8FA9-6594456F6F59}.Release|Any CPU.Build.0 = Release|Any CPU
{5CCC567B-8800-4D31-9B05-C7EEB1D778B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CCC567B-8800-4D31-9B05-C7EEB1D778B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CCC567B-8800-4D31-9B05-C7EEB1D778B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CCC567B-8800-4D31-9B05-C7EEB1D778B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AAA90FE0-69A2-49F3-AD48-612B7542C167} = {693598A1-042F-4AA0-846D-FEDD6D84C41B}
{EF01DB2C-1FE7-4C16-9E24-C24991F5FE3C} = {693598A1-042F-4AA0-846D-FEDD6D84C41B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8EE0E33D-62CB-48F7-9EB0-D5F8D6F77C65}
EndGlobalSection
EndGlobal