Skip to content

slnx - new visual studio xml solution format #7083

@kasperk81

Description

@kasperk81

Language name

Xml Solution File

as shown in new VS preview features:
image

image

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

<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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Add LanguageGood First IssueThis is a great opportunity to start contributing to Linguist

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions