1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-21 21:38:47 +00:00

feat: add slnx file (#93)

This file does not remove the need to keep the .sln file as CI/CD still relies on the classic format for build
This commit is contained in:
Oliver Booth 2024-11-13 19:04:19 +00:00
parent 8c2b5f38e6
commit 0d6153d39d
Signed by: oliverbooth
GPG Key ID: 2A862C3F46178E8E

31
X10D.slnx Normal file
View File

@ -0,0 +1,31 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path=".editorconfig"/>
<File Path=".gitignore"/>
<File Path="CHANGELOG.md"/>
<File Path="CONTRIBUTING.md"/>
<File Path="LICENSE.md"/>
<File Path="README.md"/>
<File Path="branding_Icon.png"/>
<File Path="Directory.Build.props"/>
<File Path="global.json"/>
</Folder>
<Folder Name="/Tools/">
<Project Path="tools\Benchmarks\Benchmarks.csproj" Type="Classic C#"/>
<Project Path="tools\SourceGenerator\SourceGenerator.csproj" Type="Classic C#"/>
<Project Path="tools\SourceValidator\SourceValidator.csproj" Type="Classic C#"/>
<Project Path="tools\X10D.MetaServices\X10D.MetaServices.csproj" Type="Classic C#"/>
<File Path="tools\Directory.Build.props"/>
</Folder>
<Folder Name="/Workflows/">
<File Path=".github\workflows\docfx.yml"/>
<File Path=".github\workflows\dotnet.yml"/>
<File Path=".github\workflows\nightly.yml"/>
<File Path=".github\workflows\prerelease.yml"/>
<File Path=".github\workflows\release.yml"/>
<File Path=".github\workflows\source_validator.yml"/>
</Folder>
<Project Path="X10D.Hosting\X10D.Hosting.csproj" Type="Classic C#"/>
<Project Path="X10D.Tests\X10D.Tests.csproj"/>
<Project Path="X10D\X10D.csproj"/>
</Solution>