-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPtyTerminal.sln
47 lines (47 loc) · 2.26 KB
/
PtyTerminal.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PtyWeb", "PtyWeb\PtyWeb.csproj", "{BF51D30F-B355-4838-9522-94499FFABBCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pty.Net", "Pty.Net\Pty.Net.csproj", "{682C9EA6-FD23-45A9-99A7-B75297B6F149}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{C434AD4D-24EA-4737-A353-DAC3434708F1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
README_zh.md = README_zh.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{A80A77E7-79FA-4F03-BB66-E60FFB4FDD4E}"
ProjectSection(SolutionItems) = preProject
assets\console-demo.png = assets\console-demo.png
assets\web-demo-01.png = assets\web-demo-01.png
assets\web-demo-02.png = assets\web-demo-02.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF51D30F-B355-4838-9522-94499FFABBCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF51D30F-B355-4838-9522-94499FFABBCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF51D30F-B355-4838-9522-94499FFABBCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF51D30F-B355-4838-9522-94499FFABBCE}.Release|Any CPU.Build.0 = Release|Any CPU
{682C9EA6-FD23-45A9-99A7-B75297B6F149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{682C9EA6-FD23-45A9-99A7-B75297B6F149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{682C9EA6-FD23-45A9-99A7-B75297B6F149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{682C9EA6-FD23-45A9-99A7-B75297B6F149}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A80A77E7-79FA-4F03-BB66-E60FFB4FDD4E} = {C434AD4D-24EA-4737-A353-DAC3434708F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FA1E6C0-31A6-4F8E-BFB6-6AE90721F923}
EndGlobalSection
EndGlobal