diff --git a/README.md b/README.md index 9cdca75..8497996 100644 --- a/README.md +++ b/README.md @@ -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