mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
Update README.md
This commit is contained in:
parent
984ec6de34
commit
1938f94a8d
@ -50,8 +50,9 @@ vcpkg install capnproto
|
||||
Solution/project structure is as follows:
|
||||
- Capnp.Net.sln contains three projects:
|
||||
* Capnp.Net.Runtime is the runtime implementation, a .NET assembly.
|
||||
* capnpc-csharp is the compiler backend for C# language
|
||||
* Capnp.Net.Runtime.Tests is an MS Unit Testing assembly, containing - you guessed it - the test suite
|
||||
* capnpc-csharp is the generator backend for C# language.
|
||||
* Capnp.Net.Runtime.Tests is an MS Unit Testing assembly, containing - you guessed it - the test suite.
|
||||
* capnpc-csharp.tests contains the generator backend test suite.
|
||||
- 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.
|
||||
|
||||
## Features
|
||||
|
Loading…
x
Reference in New Issue
Block a user