-
Notifications
You must be signed in to change notification settings - Fork 50
/
TinyPinyin.Net.sln
49 lines (49 loc) · 2.78 KB
/
TinyPinyin.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{851091D2-CB78-4E96-87E1-F8D2CA656618}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyPinyin", "TinyPinyin\TinyPinyin.csproj", "{EE94D8CD-1996-4C68-B27B-83C7C269321E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyPinyin.Tests", "TinyPinyin.Tests\TinyPinyin.Tests.csproj", "{C68347E7-26BD-40F0-A07E-F5A292EB909A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TinyPinyin.DataProcessor", "TinyPinyin.DataProcessor\TinyPinyin.DataProcessor.csproj", "{3DCBC176-E50B-4799-86D5-0924FCF6BB39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyPinyin.Demo", "TinyPinyin.Demo\TinyPinyin.Demo.csproj", "{798846E8-EFE1-44D8-A9D0-744269A36823}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE94D8CD-1996-4C68-B27B-83C7C269321E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE94D8CD-1996-4C68-B27B-83C7C269321E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE94D8CD-1996-4C68-B27B-83C7C269321E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE94D8CD-1996-4C68-B27B-83C7C269321E}.Release|Any CPU.Build.0 = Release|Any CPU
{C68347E7-26BD-40F0-A07E-F5A292EB909A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C68347E7-26BD-40F0-A07E-F5A292EB909A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C68347E7-26BD-40F0-A07E-F5A292EB909A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C68347E7-26BD-40F0-A07E-F5A292EB909A}.Release|Any CPU.Build.0 = Release|Any CPU
{3DCBC176-E50B-4799-86D5-0924FCF6BB39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DCBC176-E50B-4799-86D5-0924FCF6BB39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DCBC176-E50B-4799-86D5-0924FCF6BB39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DCBC176-E50B-4799-86D5-0924FCF6BB39}.Release|Any CPU.Build.0 = Release|Any CPU
{798846E8-EFE1-44D8-A9D0-744269A36823}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{798846E8-EFE1-44D8-A9D0-744269A36823}.Debug|Any CPU.Build.0 = Debug|Any CPU
{798846E8-EFE1-44D8-A9D0-744269A36823}.Release|Any CPU.ActiveCfg = Release|Any CPU
{798846E8-EFE1-44D8-A9D0-744269A36823}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B2C7BD79-5F51-4489-A77C-DA5A42296B77}
EndGlobalSection
EndGlobal