Files
RobustToolbox/Robust.Shared.Maths/Properties/AssemblyInfo.cs

13 lines
276 B
C#

using System.Runtime.CompilerServices;
#if NET5_0_OR_GREATER
[module: SkipLocalsInit]
#endif
[assembly: InternalsVisibleTo("Robust.Client")]
[assembly: InternalsVisibleTo("Robust.UnitTesting")]
#if DEVELOPMENT
[assembly: InternalsVisibleTo("Content.Benchmarks")]
#endif