12 строки
548 B
C#
12 строки
548 B
C#
// Licensed to the .NET Foundation under one or more agreements.
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
// set of attributes. Change these attribute values to modify the information
|
|
// associated with an assembly.
|
|
[assembly: InternalsVisibleTo("UnitTests.UWP")]
|
|
[assembly: NeutralResourcesLanguage("en-US")] |