Sharpmake.Generators/Properties/AssemblyInfo.cs (3 lines of code) (raw):

// Copyright (c) Ubisoft. All Rights Reserved. // Licensed under the Apache 2.0 License. See LICENSE.md in the project root for license information. using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Sharpmake")] [assembly: InternalsVisibleTo("Sharpmake.UnitTests")]