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