Update README.md

This commit is contained in:
c80k 2020-04-28 21:31:43 +02:00 committed by GitHub
parent 36b819e108
commit 51aa99e138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,7 @@ Solution/project structure is as follows:
* `CapnpC.CSharp.Generator` contains the generator backend logic for C# language. It is also a multi-target (.NET Standard 2.0 + .NET Core 2.1) assembly.
* `capnpc-csharp` is the command line-based generator backend (a .NET Core 2.1 application).
* `CapnpC.CSharp.MsBuild.Generation` provides the MSBuild integration for the generator backend.
* `Capnp.Net.Runtime.Tests.Core21` is an MS Unit Testing assembly, containing - you guessed it - the test suite. It depends on the .NET Core 2.1 flavor runtime assembly.
* `Capnp.Net.Runtime.Tests.Std20` depends (you guessed it, again) on .NET Standard 2.0 flavor. Note that the code base involves conditional compilation, such that there are indeed some code differences for .NET Standard and .NET Core flavor.
* `Capnp.Net.Runtime.Tests` is an MS test assembly, containing - you guessed it - the test suite.
* `CapnpC.CSharp.Generator.Tests` contains the generator backend test suite.
* `CapnpC.CSharp.MsBuild.Generation.Tests` contains tests for `CapnpC.CSharp.MsBuild.Generation`.
- `CapnpCompatTest.sln` compiles to a native x86 executable which depends on the original Cap'n Proto C++ implementation. It is (partially) required by the test suite for interoperability testing.