-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathTermina.slnx
More file actions
29 lines (29 loc) · 1.26 KB
/
Copy pathTermina.slnx
File metadata and controls
29 lines (29 loc) · 1.26 KB
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
<Solution>
<Folder Name="/build/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="global.json" />
<File Path="NuGet.Config" />
<File Path="README.md" />
</Folder>
<Folder Name="/src/">
<Project Path="src/Termina/Termina.csproj" />
<Project Path="src/Termina.Generators/Termina.Generators.csproj" />
</Folder>
<Folder Name="/demos/">
<Project Path="demos/Termina.Demo/Termina.Demo.csproj" />
<Project Path="demos/Termina.Demo.Gallery/Termina.Demo.Gallery.csproj" />
<Project Path="demos/Termina.Demo.Grid/Termina.Demo.Grid.csproj" />
<Project Path="demos/Termina.Demo.RegionBased/Termina.Demo.RegionBased.csproj" />
<Project Path="demos/Termina.Demo.Streaming/Termina.Demo.Streaming.csproj" />
<Project Path="demos/Termina.Demo.Wizard/Termina.Demo.Wizard.csproj" />
<Project Path="demos/Termina.Demo.KittyScroll/Termina.Demo.KittyScroll.csproj" />
<Project Path="demos/Termina.Demo.Conformance/Termina.Demo.Conformance.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/Termina.Tests/Termina.Tests.csproj" />
</Folder>
<Folder Name="/benchmarks/">
<Project Path="benchmarks/Termina.Benchmarks/Termina.Benchmarks.csproj" />
</Folder>
</Solution>