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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml

Issue 10826232: NaCl VS Add-in User Changed Properties Fix (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 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/InstallerResources/NaCl/Properties/nacl_general.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
index c15e9ad7e12b725f3c5daa103704191f738a28ae..5730e5c13eb055af16a071eb242bc1d045bc9889 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_general.xml
@@ -63,15 +63,6 @@
<EnumValue Name="glibc" DisplayName="glibc" />
</EnumProperty>
- <!-- PlatformToolset is constructed in Microsoft.Cpp.NaCl.default.props to be win_x86_$(ToolchainName) -->
- <StringProperty Name="PlatformToolset" DisplayName="Platform Toolset" Visible="false"
- Description="The 'hidden' property which constructs the toolchain name from current settings."
- Category="NativeClient">
- <StringProperty.DataSource>
- <DataSource Persistence="ProjectFile" Label="" />
- </StringProperty.DataSource>
- </StringProperty>
-
<StringProperty Name="OutDir" DisplayName="Output Directory"
Description="Specifies a relative path to the output file directory; can include environment variables."
Category="General" Default="$(SolutionDir)$(Configuration)\"

Powered by Google App Engine
This is Rietveld 408576698