-
Notifications
You must be signed in to change notification settings - Fork 1
/
Kuromoji.NET.sln
48 lines (48 loc) · 2.87 KB
/
Kuromoji.NET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuromoji.NET", "Kuromoji.NET\Kuromoji.NET.csproj", "{20EBF825-1149-4761-88D7-6819531DB05A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuromoji.NET.Test", "Kuromoji.NET.Test\Kuromoji.NET.Test.csproj", "{01F126B8-4ACA-4239-A366-18A50911C9E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuromoji.NET.DicBuilder", "Kuromoji.NET.DicBuilder\Kuromoji.NET.DicBuilder.csproj", "{9002E7A3-0B09-4B85-9E3F-BF7E30A6B2C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C9F3861-6356-42FF-9037-1FA21797CBC4}"
ProjectSection(SolutionItems) = preProject
TestSetting.runsettings = TestSetting.runsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuromoji.NET.Example", "Kuromoji.NET.Example\Kuromoji.NET.Example.csproj", "{7E79D66B-415F-419C-9D68-65EA4B54066C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20EBF825-1149-4761-88D7-6819531DB05A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20EBF825-1149-4761-88D7-6819531DB05A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20EBF825-1149-4761-88D7-6819531DB05A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20EBF825-1149-4761-88D7-6819531DB05A}.Release|Any CPU.Build.0 = Release|Any CPU
{01F126B8-4ACA-4239-A366-18A50911C9E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01F126B8-4ACA-4239-A366-18A50911C9E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01F126B8-4ACA-4239-A366-18A50911C9E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01F126B8-4ACA-4239-A366-18A50911C9E7}.Release|Any CPU.Build.0 = Release|Any CPU
{9002E7A3-0B09-4B85-9E3F-BF7E30A6B2C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9002E7A3-0B09-4B85-9E3F-BF7E30A6B2C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9002E7A3-0B09-4B85-9E3F-BF7E30A6B2C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9002E7A3-0B09-4B85-9E3F-BF7E30A6B2C1}.Release|Any CPU.Build.0 = Release|Any CPU
{7E79D66B-415F-419C-9D68-65EA4B54066C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E79D66B-415F-419C-9D68-65EA4B54066C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E79D66B-415F-419C-9D68-65EA4B54066C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E79D66B-415F-419C-9D68-65EA4B54066C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A9A7098-2308-4FFA-9F0D-DD4B1B08C0CA}
EndGlobalSection
EndGlobal