| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
|
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
|
| index e67e25489b849cf51a52c78daa97c807aacd1b6f..76f0d73393b7814bdb1bb64372b3de6c1b2d2bd6 100644
|
| --- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
|
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/AssemblyInfo.cs
|
| @@ -1,31 +1,31 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -using System.Reflection;
|
| -using System.Runtime.CompilerServices;
|
| -
|
| -// 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("Native Client Visual Studio Add-in")]
|
| -[assembly: AssemblyDescription("An add-in for Visual Studio aiding Native Client development")]
|
| -[assembly: AssemblyConfiguration("")]
|
| -[assembly: AssemblyCompany("Google Inc.")]
|
| -[assembly: AssemblyProduct("Native Client SDK Visual Studio Add-in")]
|
| -[assembly: AssemblyCopyright("Copyright © 2012 The Chromium Authors")]
|
| -[assembly: AssemblyTrademark("")]
|
| -[assembly: AssemblyCulture("")]
|
| -
|
| -// Version information for an assembly consists of the following four values:
|
| -//
|
| -// Major Version
|
| -// Minor Version
|
| -// Revision
|
| -// Build Number
|
| -//
|
| -// You can specify all the value or you can default the Revision and
|
| -// Build Numbers by using the '*' as shown below:
|
| -[assembly: AssemblyVersion("1.0.*")]
|
| -
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +using System.Reflection;
|
| +using System.Runtime.CompilerServices;
|
| +
|
| +// 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("Native Client Visual Studio Add-in")]
|
| +[assembly: AssemblyDescription("An add-in for Visual Studio aiding Native Client development")]
|
| +[assembly: AssemblyConfiguration("")]
|
| +[assembly: AssemblyCompany("Google Inc.")]
|
| +[assembly: AssemblyProduct("Native Client SDK Visual Studio Add-in")]
|
| +[assembly: AssemblyCopyright("Copyright © 2012 The Chromium Authors")]
|
| +[assembly: AssemblyTrademark("")]
|
| +[assembly: AssemblyCulture("")]
|
| +
|
| +// Version information for an assembly consists of the following four values:
|
| +//
|
| +// Major Version
|
| +// Minor Version
|
| +// Revision
|
| +// Build Number
|
| +//
|
| +// You can specify all the value or you can default the Revision and
|
| +// Build Numbers by using the '*' as shown below:
|
| +[assembly: AssemblyVersion("1.0.*")]
|
| +
|
| [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("UnitTests")]
|
|
|