File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Extension.Core/Properties
Extension.Desktop/Properties Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33
4+ using System ;
45using System . Reflection ;
56using System . Resources ;
67
1617[ assembly: AssemblyTrademark ( "" ) ]
1718[ assembly: AssemblyCulture ( "" ) ]
1819[ assembly: NeutralResourcesLanguage ( "en" ) ]
20+ [ assembly: CLSCompliant ( true ) ]
1921
2022// Version information for an assembly consists of the following four values:
2123//
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33
4+ using System ;
45using System . Reflection ;
56using System . Runtime . InteropServices ;
67
1516[ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
1617[ assembly: AssemblyTrademark ( "" ) ]
1718[ assembly: AssemblyCulture ( "" ) ]
19+ [ assembly: CLSCompliant ( true ) ]
1820
1921// Setting ComVisible to false makes the types in this assembly not visible
2022// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33
4+ using System ;
45using System . Reflection ;
56using System . Runtime . InteropServices ;
67
1516[ assembly: AssemblyCopyright ( "Copyright © 2017" ) ]
1617[ assembly: AssemblyTrademark ( "" ) ]
1718[ assembly: AssemblyCulture ( "" ) ]
19+ [ assembly: CLSCompliant ( true ) ]
1820
1921// Version information for an assembly consists of the following four values:
2022//
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33
4+ using System ;
45using System . Reflection ;
56using System . Resources ;
67
1617[ assembly: AssemblyTrademark ( "" ) ]
1718[ assembly: AssemblyCulture ( "" ) ]
1819[ assembly: NeutralResourcesLanguage ( "en" ) ]
20+ [ assembly: CLSCompliant ( true ) ]
1921
2022// Version information for an assembly consists of the following four values:
2123//
You can’t perform that action at this time.
0 commit comments