12 lines
502 B
C#
12 lines
502 B
C#
#region copyright
|
|
// ---------------------------------------------------------------
|
|
// Copyright (C) Dmitriy Yukhanov - focus [https://codestage.net]
|
|
// ---------------------------------------------------------------
|
|
#endregion
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("ACTk.Editor")]
|
|
[assembly: InternalsVisibleTo("ACTk.Examples.Runtime")]
|
|
[assembly: InternalsVisibleTo("ACTk.Examples.Genuine.Runtime")]
|
|
[assembly: InternalsVisibleTo("ACTk.Examples.Genuine.Editor")] |