13 lines
500 B
C#
13 lines
500 B
C#
// Copyright (c) .NET Foundation. All rights reserved.
|
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
|
|
|
using System.Reflection;
|
|
using System.Resources;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyMetadata("Serviceable", "True")]
|
|
[assembly: NeutralResourcesLanguage("en-us")]
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
[assembly: Guid("a2b5dc39-68d5-4145-a8cc-6aeab7d33a24")]
|