mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 20:24:47 -05:00
Added the new CSTNet.slnx solution file and updated the README to mention the deprecation of the .sln solution type in favor of .slnx. Also fixed minor formatting issues in the README.
9 lines
267 B
Text
9 lines
267 B
Text
<Solution>
|
|
<Folder Name="/Solution Items/">
|
|
<File Path=".editorconfig" />
|
|
<File Path="doc/changelog.md" />
|
|
<File Path="README.md" />
|
|
</Folder>
|
|
<Project Path="CSTNet.Tests/CSTNet.Tests.csproj" />
|
|
<Project Path="CSTNet/CSTNet.csproj" />
|
|
</Solution>
|