forked from hstarorg/TinyPinyin.Net
-
Notifications
You must be signed in to change notification settings - Fork 2
/
TinyPinyin.Net.sln
48 lines (48 loc) · 2.77 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyPinyin.DataProcessor", "TinyPinyin.DataProcessor\TinyPinyin.DataProcessor.csproj", "{C84190A7-BBDF-427E-B7BF-6D92B83E83DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{851091D2-CB78-4E96-87E1-F8D2CA656618}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyPinyin", "TinyPinyin\TinyPinyin.csproj", "{EE94D8CD-1996-4C68-B27B-83C7C269321E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyPinyin.Tests", "TinyPinyin.Tests\TinyPinyin.Tests.csproj", "{C68347E7-26BD-40F0-A07E-F5A292EB909A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TinyPinyin.ConsoleApp", "TinyPinyin.ConsoleApp\TinyPinyin.ConsoleApp.csproj", "{6535593C-DC93-4114-9338-0D710DD18543}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C84190A7-BBDF-427E-B7BF-6D92B83E83DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C84190A7-BBDF-427E-B7BF-6D92B83E83DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C84190A7-BBDF-427E-B7BF-6D92B83E83DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C84190A7-BBDF-427E-B7BF-6D92B83E83DB}.Release|Any CPU.Build.0 = Release|Any CPU
{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
{6535593C-DC93-4114-9338-0D710DD18543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6535593C-DC93-4114-9338-0D710DD18543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6535593C-DC93-4114-9338-0D710DD18543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6535593C-DC93-4114-9338-0D710DD18543}.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