1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-22 12:13:18 +00:00
Files
Lucas Trzesniewski c64b6761fe Add .NET slnx extension
This is the new XML-based format for solution files.
2026-04-07 23:25:40 +02:00

8 lines
179 B
XML
Vendored

<Solution>
<Folder Name="/Build/">
<File Path="Directory.Build.props" />
<File Path="projectname.targets" />
</Folder>
<Project Path="console.csproj" />
</Solution>