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

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

Issue 10977007: Rename folder Properties -> Props (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
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: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_link.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_link.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_link.xml
deleted file mode 100644
index a7ae2783950d5f108ddac4b2852c0c4d59e54933..0000000000000000000000000000000000000000
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Properties/nacl_link.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<Rule Name="Link" PageTemplate="tool" DisplayName="Linker" SwitchPrefix="-" Order="20" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">
-
- <Rule.Categories>
- <Category Name="General" DisplayName="General" />
- <Category Name="Input" DisplayName="Input" />
- <Category Name="Advanced" DisplayName="Advanced" />
- <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLine" />
- </Rule.Categories>
- <Rule.DataSource>
- <DataSource Persistence="ProjectFile" ItemType="Link" Label="" HasConfigurationCondition="true" />
- </Rule.DataSource>
-
- <StringProperty Subtype="file" Name="OutputFile" DisplayName="Output File" Category="General" Switch="o" Separator=" ">
- </StringProperty>
- <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Category="General">
- </BoolProperty>
- <StringListProperty Subtype="folder" Name="AdditionalLibraryDirectories" DisplayName="Additional Library Directories" Category="General" Switch="L">
- </StringListProperty>
- <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" Category="General" Visible="false">
- <EnumValue Name="Application" DisplayName="Application (.nexe)" />
- <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.so)" Switch="shared"/>
- <EnumValue Name="StaticLibrary" DisplayName="Static library (.a)" />
- </EnumProperty>
- <StringListProperty Subtype="folder" Name="SystemLibraryDirectories" Category="General" Visible="false" Switch="L">
- </StringListProperty>
-
-
- <BoolProperty Name="IgnoreAllDefaultLibraries" DisplayName="Ignore All Default Libraries" Category="Input" Switch="nostdlib">
- </BoolProperty>
- <StringListProperty Subtype="file" Name="AdditionalDependencies" DisplayName="Additional Dependencies" Description="Specifies additional dependencies to add to the link command line" Category="Input" Switch="l">
- </StringListProperty>
-
-
- <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symbols" Category="Advanced" Switch="Wl,--no-undefined">
- </BoolProperty>
-
-
- <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Description="Additional Options" Category="Command Line">
- </StringProperty>
-
-</Rule>

Powered by Google App Engine
This is Rietveld 408576698