mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-07-05 14:10:25 -04:00
Add project files.
This commit is contained in:
parent
52916f53b9
commit
2d6a9bb1d2
11 changed files with 863 additions and 0 deletions
9
CSTNet/CSTNet.csproj
Normal file
9
CSTNet/CSTNet.csproj
Normal file
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Version>1.0-rc1</Version>
|
||||
<Description>Caret-Separated Text (or CST) is a key-value pair format represented by numbers or words as keys and the value is the string enclosed between carets (^) that contains the contents. CST.NET is a library for prasing the CST format.</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue