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

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs

Issue 11266051: Add PNaCl support for VS addin. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: fix nits and tests Created 8 years, 2 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: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
index 25fb03800e3c0512a60162a8a52afcff7347d214..ef4034da77445feeb4a05d51e115706fc85435a4 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Strings.Designer.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:4.0.30319.17929
+// Runtime Version:4.0.30319.269
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -169,6 +169,15 @@ namespace NativeClientVSAddIn {
}
/// <summary>
+ /// Looks up a localized string similar to PNaCl.
+ /// </summary>
+ internal static string PNaClPlatformName {
+ get {
+ return ResourceManager.GetString("PNaClPlatformName", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to NACL_SDK_ROOT.
/// </summary>
internal static string SDKPathEnvironmentVariable {

Powered by Google App Engine
This is Rietveld 408576698