-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAnsiVtConsole.NetCore.sln
103 lines (103 loc) · 6.35 KB
/
AnsiVtConsole.NetCore.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnsiVtConsole.NetCore", "AnsiVtConsole.NetCore\AnsiVtConsole.NetCore.csproj", "{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{196A14D8-B446-482A-8B5E-9CD986A0C5A3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.md = LICENSE.md
publish-nuget-imaging.bat = publish-nuget-imaging.bat
publish-nuget.bat = publish-nuget.bat
AnsiVtConsole.NetCore\README.md = AnsiVtConsole.NetCore\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{5F978492-9C45-40F3-9D70-B3283498F57D}"
ProjectSection(SolutionItems) = preProject
assets\ascii-icon.png = assets\ascii-icon.png
assets\example1.png = assets\example1.png
assets\example2.png = assets\example2.png
assets\example3.png = assets\example3.png
assets\example4.png = assets\example4.png
assets\example5.png = assets\example5.png
assets\example6.png = assets\example6.png
assets\example7.png = assets\example7.png
assets\output.png = assets\output.png
assets\title.png = assets\title.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnsiVtConsole.NetCore.CommandLine", "AnsiVtConsole.NetCore.CommandLine\AnsiVtConsole.NetCore.CommandLine.csproj", "{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnsiVtConsole.NetCore.Imaging", "AnsiVtConsole.NetCore.Imaging\AnsiVtConsole.NetCore.Imaging.csproj", "{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{C4E95C5A-8158-48EB-89FA-5376B7FC1797}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnsiVtConsole.NetCore.Examples.ANSI", "Examples\AnsiVtConsole.NetCore.Examples.ANSI\AnsiVtConsole.NetCore.Examples.ANSI.csproj", "{9515D9C8-353B-4967-A416-81387B8D861F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnsiVtConsole.NetCore.Examples.Widgets", "Examples\AnsiVtConsole.NetCore.Examples.Widgets\AnsiVtConsole.NetCore.Examples.Widgets.csproj", "{4CC80B81-0FE0-4532-92CE-446AD974E7D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Debug|x86.ActiveCfg = Debug|x86
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Debug|x86.Build.0 = Debug|x86
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Release|Any CPU.Build.0 = Release|Any CPU
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Release|x86.ActiveCfg = Release|x86
{72B1CBA5-B4C1-4B1B-907E-7BCAE9CC7557}.Release|x86.Build.0 = Release|x86
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Debug|x86.ActiveCfg = Debug|Any CPU
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Debug|x86.Build.0 = Debug|Any CPU
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Release|Any CPU.Build.0 = Release|Any CPU
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Release|x86.ActiveCfg = Release|Any CPU
{035A4809-9FC6-422F-88FD-5F9CC8DE1BBC}.Release|x86.Build.0 = Release|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Debug|x86.ActiveCfg = Debug|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Debug|x86.Build.0 = Debug|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Release|Any CPU.Build.0 = Release|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Release|x86.ActiveCfg = Release|Any CPU
{C4E2C3AA-A537-4A05-A1D7-797D4A3ACA0E}.Release|x86.Build.0 = Release|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Debug|x86.ActiveCfg = Debug|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Debug|x86.Build.0 = Debug|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Release|Any CPU.Build.0 = Release|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Release|x86.ActiveCfg = Release|Any CPU
{9515D9C8-353B-4967-A416-81387B8D861F}.Release|x86.Build.0 = Release|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Debug|x86.ActiveCfg = Debug|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Debug|x86.Build.0 = Debug|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Release|Any CPU.Build.0 = Release|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Release|x86.ActiveCfg = Release|Any CPU
{4CC80B81-0FE0-4532-92CE-446AD974E7D2}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5F978492-9C45-40F3-9D70-B3283498F57D} = {196A14D8-B446-482A-8B5E-9CD986A0C5A3}
{9515D9C8-353B-4967-A416-81387B8D861F} = {C4E95C5A-8158-48EB-89FA-5376B7FC1797}
{4CC80B81-0FE0-4532-92CE-446AD974E7D2} = {C4E95C5A-8158-48EB-89FA-5376B7FC1797}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8B5B602-B2FB-4A96-9DA0-5085D1844222}
EndGlobalSection
EndGlobal