mirror of
https://github.com/sharkdp/bat
synced 2026-06-22 12:13:18 +00:00
c64b6761fe
This is the new XML-based format for solution files.
8 lines
179 B
XML
Vendored
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>
|