9 lines
477 B
C#
9 lines
477 B
C#
|
//------------------------------------------------------------------------------
|
|||
|
// <copyright file="ShippingAssemblyAttribute.cs" company="Microsoft">
|
|||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|||
|
// </copyright>
|
|||
|
// <owner current="true" primary="true">markash</owner>
|
|||
|
// <owner current="true" primary="false">stevesta</owner>
|
|||
|
//------------------------------------------------------------------------------
|
|||
|
|
|||
|
[assembly: System.Security.SecurityCritical]
|