We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xml Solution File
as shown in new VS preview features:
https://github.com/search?q=path%3A*slnx&type=code
it's generic xml (like used for csproj etc.)
*.slnx
XML
https://github.com/search?q=path:*slnx&type=code
<Solution> <Folder Name="/Test/"> <Project Path="UnitTests\UnitTests.csproj"> <Configuration Solution="Release|*" Project="*|*|NoBuild" /> </Project> </Folder> <Folder Name="/Application/"> <Project Path="App\App.csproj" /> </Folder> </Solution>
and soon it will become popular in dotnet ecosystem dotnet/sdk#40913
The text was updated successfully, but these errors were encountered:
.slnx
Tell me how many HML assets there are in the end here
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Language name
Xml Solution File
as shown in new VS preview features:
URL of example repository
https://github.com/search?q=path%3A*slnx&type=code
URL of syntax highlighting grammar
it's generic xml (like used for csproj etc.)
Most popular extensions
*.slnx
Detected language
XML
Example code:
https://github.com/search?q=path:*slnx&type=code
and soon it will become popular in dotnet ecosystem dotnet/sdk#40913
The text was updated successfully, but these errors were encountered: