added sister projects to visible internals in SDL3-CS

This commit is contained in:
WizzardMaker 2024-12-03 13:30:45 +01:00
parent 1e78619716
commit af476b4cc4
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("SDL3-CS.Tests")] [assembly: InternalsVisibleTo("SDL3-CS.Tests")]
// Allow access to internal CodeGen members (e.g. NativeTypeNameAttribute, etc.) for SDL sister projects:
[assembly: InternalsVisibleTo("SDL3_ttf-CS")]
[assembly: InternalsVisibleTo("SDL3_image-CS")]