mirror of
https://github.com/sharkdp/bat
synced 2026-08-01 18:31:46 +00:00
Add .NET slnx extension
This is the new XML-based format for solution files.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
<Solution>
|
||||
<Folder Name="/Build/">
|
||||
<File Path="Directory.Build.props" />
|
||||
<File Path="projectname.targets" />
|
||||
</Folder>
|
||||
<Project Path="console.csproj" />
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user