2019-01-24 17:43:03 +09:00
|
|
|
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
|
|
|
|
// See the LICENCE file in the repository root for full licence text.
|
2018-04-13 18:19:50 +09:00
|
|
|
|
|
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
|
|
|
|
|
// We publish our internal attributes to other sub-projects of the framework.
|
|
|
|
|
// Note, that we omit visual tests as they are meant to test the framework
|
|
|
|
|
// behavior "in the wild".
|
|
|
|
|
|
|
|
|
|
[assembly: InternalsVisibleTo("osu.Game.Tests")]
|
|
|
|
|
[assembly: InternalsVisibleTo("osu.Game.Tests.Dynamic")]
|
2019-01-29 18:13:43 -06:00
|
|
|
|
[assembly: InternalsVisibleTo("osu.Game.Tests.iOS")]
|
2019-01-05 23:48:57 -06:00
|
|
|
|
[assembly: InternalsVisibleTo("osu.Game.Tests.Android")]
|
2024-02-20 13:44:25 +01:00
|
|
|
|
|
|
|
|
|
// intended for Moq usage
|
|
|
|
|
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
|