mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-26 07:47:56 +01:00
* Move Spectre.Console.Cli to its own repository * Update build script to use Cake.Sdk and .NET Make * Remove StyleCop (unmaintained) * Add linting using dotnet format * Fix generator which was broken * Update dependencies
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
<Solution>
|
|
<Configurations>
|
|
<Platform Name="Any CPU" />
|
|
<Platform Name="x64" />
|
|
<Platform Name="x86" />
|
|
</Configurations>
|
|
<Folder Name="/Build/">
|
|
<File Path="../dotnet-tools.json" />
|
|
<File Path="../global.json" />
|
|
<File Path=".editorconfig" />
|
|
<File Path="Directory.Build.props" />
|
|
<File Path="Directory.Packages.props" />
|
|
</Folder>
|
|
<Folder Name="/Build/Generator/">
|
|
<Project Path="Generator\Generator.csproj" Type="Classic C#">
|
|
<Configuration Solution="Debug|x64" Project="Debug|Any CPU" />
|
|
<Configuration Solution="Debug|x86" Project="Debug|Any CPU" />
|
|
<Configuration Solution="Release|x64" Project="Release|Any CPU" />
|
|
<Configuration Solution="Release|x86" Project="Release|Any CPU" />
|
|
</Project>
|
|
<File Path="..\resources\scripts\Generate-Spinners.ps1" />
|
|
<File Path="..\resources\scripts\Generate-Samples.ps1" />
|
|
<File Path="..\resources\scripts\Generate-Emoji.ps1" />
|
|
<File Path="..\resources\scripts\Generate-Colors.ps1" />
|
|
</Folder>
|
|
<Folder Name="/Build/GitHub/">
|
|
<File Path="../.github/workflows/ci.yaml" />
|
|
<File Path="../.github/workflows/publish.yaml" />
|
|
</Folder>
|
|
<Folder Name="/Extensions/">
|
|
<Project Path="Extensions/Spectre.Console.ImageSharp/Spectre.Console.ImageSharp.csproj" />
|
|
<Project Path="Extensions/Spectre.Console.Json/Spectre.Console.Json.csproj" />
|
|
</Folder>
|
|
<Project Path="Spectre.Console.Testing/Spectre.Console.Testing.csproj" />
|
|
<Project Path="Spectre.Console.Tests/Spectre.Console.Tests.csproj" />
|
|
<Project Path="Spectre.Console/Spectre.Console.csproj" />
|
|
</Solution> |