13 lines
513 B
C#
13 lines
513 B
C#
|
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
|
|||
|
|
|||
|
using System.Reflection;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
// 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: AssemblyTitle("System.Json")]
|
|||
|
[assembly: AssemblyDescription("")]
|
|||
|
[assembly: Guid("6fd72360-ebfc-4097-96fa-2ee418c04f7b")]
|