-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSentSplitter.sln
37 lines (37 loc) · 2.04 KB
/
SentSplitter.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 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sent-splitting", "sent-splitting\sent-splitting.csproj", "{945A3CAA-EF28-4344-8DBB-7EBEB4BE0301}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ss.console", "ss.console\ss.console.csproj", "{4C712C5F-B168-4660-8E45-25D1FD242C41}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ss.webService", "ss.webService\ss.webService.csproj", "{36B94381-E4DA-4FDD-A1FB-BB667586B5F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{945A3CAA-EF28-4344-8DBB-7EBEB4BE0301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{945A3CAA-EF28-4344-8DBB-7EBEB4BE0301}.Debug|Any CPU.Build.0 = Debug|Any CPU
{945A3CAA-EF28-4344-8DBB-7EBEB4BE0301}.Release|Any CPU.ActiveCfg = Release|Any CPU
{945A3CAA-EF28-4344-8DBB-7EBEB4BE0301}.Release|Any CPU.Build.0 = Release|Any CPU
{4C712C5F-B168-4660-8E45-25D1FD242C41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C712C5F-B168-4660-8E45-25D1FD242C41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C712C5F-B168-4660-8E45-25D1FD242C41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C712C5F-B168-4660-8E45-25D1FD242C41}.Release|Any CPU.Build.0 = Release|Any CPU
{36B94381-E4DA-4FDD-A1FB-BB667586B5F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36B94381-E4DA-4FDD-A1FB-BB667586B5F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36B94381-E4DA-4FDD-A1FB-BB667586B5F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36B94381-E4DA-4FDD-A1FB-BB667586B5F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D0D5BA0-23B6-4FC0-BBBA-272625BF0F74}
EndGlobalSection
EndGlobal