Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: experimental/visual_studio_plugin/src/NaClVsx.DebugHelpers/AssemblyInfo.cpp

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/visual_studio_plugin/src/NaClVsx.DebugHelpers/AssemblyInfo.cpp
diff --git a/experimental/visual_studio_plugin/src/NaClVsx.DebugHelpers/AssemblyInfo.cpp b/experimental/visual_studio_plugin/src/NaClVsx.DebugHelpers/AssemblyInfo.cpp
deleted file mode 100644
index 590ff9e45da703f6314955ec6f327100017f4a35..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/NaClVsx.DebugHelpers/AssemblyInfo.cpp
+++ /dev/null
@@ -1,54 +0,0 @@
-// Copyright 2009 The Native Client 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::CLSCompliantAttribute;
-using System::Reflection::AssemblyDescriptionAttribute;
-using System::Reflection::AssemblyCompanyAttribute;
-using System::Reflection::AssemblyConfigurationAttribute;
-using System::Reflection::AssemblyCopyrightAttribute;
-using System::Reflection::AssemblyCultureAttribute;
-using System::Reflection::AssemblyProductAttribute;
-using System::Reflection::AssemblyTitleAttribute;
-using System::Reflection::AssemblyTrademarkAttribute;
-using System::Reflection::AssemblyVersionAttribute;
-using System::Runtime::InteropServices::ComVisibleAttribute;
-using System::Security::Permissions::SecurityAction;
-using System::Security::Permissions::SecurityPermissionAttribute;
-
-//
-// 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:AssemblyTitleAttribute("NaClVsxDebugHelpers")];
-[assembly:AssemblyDescriptionAttribute("")];
-[assembly:AssemblyConfigurationAttribute("")];
-[assembly:AssemblyCompanyAttribute("Microsoft")];
-[assembly:AssemblyProductAttribute("NaClVsxDebugHelpers")];
-[assembly:AssemblyCopyrightAttribute("Copyright (c) Microsoft 2010")];
-[assembly:AssemblyTrademarkAttribute("")];
-[assembly:AssemblyCultureAttribute("")];
-
-//
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the value or you can
-// default the Revision and Build Numbers
-// by using the '*' as shown below:
-
-[assembly:AssemblyVersionAttribute("1.0.*")];
-
-[assembly:ComVisible(false)];
-
-[assembly:CLSCompliantAttribute(true)];
-
-[assembly:SecurityPermission(
- SecurityAction::RequestMinimum,
- UnmanagedCode = true)];
-

Powered by Google App Engine
This is Rietveld 408576698