mirror of
https://github.com/sharkdp/bat
synced 2026-07-19 16:23:20 +00:00
c64b6761fe
This is the new XML-based format for solution files.
1.4 KiB
Vendored
1.4 KiB
Vendored
<Solution>
<Folder Name="/Build/">
<File Path="Directory.Build.props" />
<File Path="projectname.targets" />
</Folder>
<Project Path="console.csproj" />
</Solution>
<Folder Name="/Build/">
<File Path="Directory.Build.props" />
<File Path="projectname.targets" />
</Folder>
<Project Path="console.csproj" />
</Solution>