sources/README.md
There is two options to integrate this repository in your own repository:
Simply add the projects you want to use directly in your Visual Studio solution.
If you want to use auto-generated Serialization code, some of Utilities functions or ModuleInitializer, you need to use Stride.Core.AssemblyProcessor.
Steps:
<!-- Build file pre-included automatically by all projects in the solution -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Enable assembly processor -->
<StrideAssemblyProcessorGlobal>true</StrideAssemblyProcessorGlobal>
</PropertyGroup>
</Project>