forked from ununian/pinyin4net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pinyin4net.sln
49 lines (49 loc) · 2.42 KB
/
Pinyin4net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34302.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{005EBE5D-58CD-4FF3-9BF5-DF7FBDBEA41D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{546248E3-CEA1-4D35-A075-DD39438244FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C05D50F-C7F9-4109-89E4-05336719DBF6}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
.github\workflows\build.yml = .github\workflows\build.yml
GitVersion.yml = GitVersion.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pinyin4net", "src\Pinyin4net\Pinyin4net.csproj", "{FC19D6D4-0D63-4C9A-9FA9-CDD2EC1B1B38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pinyin4net.Tests", "test\Pinyin4net.Tests\Pinyin4net.Tests.csproj", "{10917FB7-224B-4FFB-A751-A4284BB996B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC19D6D4-0D63-4C9A-9FA9-CDD2EC1B1B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC19D6D4-0D63-4C9A-9FA9-CDD2EC1B1B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC19D6D4-0D63-4C9A-9FA9-CDD2EC1B1B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC19D6D4-0D63-4C9A-9FA9-CDD2EC1B1B38}.Release|Any CPU.Build.0 = Release|Any CPU
{10917FB7-224B-4FFB-A751-A4284BB996B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10917FB7-224B-4FFB-A751-A4284BB996B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10917FB7-224B-4FFB-A751-A4284BB996B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10917FB7-224B-4FFB-A751-A4284BB996B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FC19D6D4-0D63-4C9A-9FA9-CDD2EC1B1B38} = {005EBE5D-58CD-4FF3-9BF5-DF7FBDBEA41D}
{10917FB7-224B-4FFB-A751-A4284BB996B4} = {546248E3-CEA1-4D35-A075-DD39438244FA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A125A1FD-E50F-487A-A89D-F6E74F0E6226}
EndGlobalSection
EndGlobal