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

Unified Diff: experimental/visual_studio_plugin/src/NaClVsx.Package/NaClGuids.cs

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.Package/NaClGuids.cs
diff --git a/experimental/visual_studio_plugin/src/NaClVsx.Package/NaClGuids.cs b/experimental/visual_studio_plugin/src/NaClVsx.Package/NaClGuids.cs
deleted file mode 100644
index f619df59047f796baf542ff240f8642175be022d..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/NaClVsx.Package/NaClGuids.cs
+++ /dev/null
@@ -1,25 +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;
-
-namespace Google.NaClVsx {
- static class NaClGuids {
- public const string kGuidNaClVsxPackageCmdSetString =
- "03b5cf30-7327-4a5c-a3c9-96e7dc092b96";
-
- public const string kGuidNaClVsxPackagePkgString =
- "e882b8b3-696d-4633-b119-99aaee515316";
-
- public const string kGuidNaClVsxProjectFactoryString =
- "16DE46F3-7ED9-4CD4-8543-9C2A6A5F11F0";
-
- public static readonly Guid kGuidNaClVsxPackageCmdSet =
- new Guid(kGuidNaClVsxPackageCmdSetString);
-
- public static readonly Guid kGuidNaClVsxProjectFactory =
- new Guid(kGuidNaClVsxProjectFactoryString);
- } ;
-}

Powered by Google App Engine
This is Rietveld 408576698