-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file does not remove the need to keep the .sln file as CI/CD still relies on the classic format for build
- Loading branch information
1 parent
8c2b5f3
commit 0d6153d
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |