mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 12:14:47 -05:00
- Added Forward compatibility with newer SDKs. - Added root items into solution.
11 lines
341 B
Text
11 lines
341 B
Text
<Solution>
|
|
<Folder Name="/Solution Items/">
|
|
<File Path=".editorconfig" />
|
|
<File Path="Directory.Build.props" />
|
|
<File Path="doc/changelog.md" />
|
|
<File Path="global.json" />
|
|
<File Path="README.md" />
|
|
</Folder>
|
|
<Project Path="CSTNet.Tests/CSTNet.Tests.csproj" />
|
|
<Project Path="CSTNet/CSTNet.csproj" />
|
|
</Solution>
|