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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch

Issue 10797040: PPAPI Patching System and Unit Tests (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <Rule
2 Name="ConfigurationGeneral"
3 DisplayName="General"
4 PageTemplate="generic"
5 Description="General"
6 xmlns="http://schemas.microsoft.com/build/2009/properties">
7
8 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type"
9 Description="Specifies the type of output this configuration gen erates."
10 Category="ProjectDefaults"
11 F1Keyword="VC.Project.VCConfiguration.ConfigurationType">
12 <PatchRemove>
13 <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" / >
14 <EnumValue Name="Application" DisplayName="Application (.exe)" Description ="Application (.exe)" />
15 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" />
16 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" />
17 <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" />
18 </PatchRemove>
19 <PatchAdd>
20 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Desc ription="Dynamic Library (.dll)" />
21 <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Descri ption="Static Library (.lib)" />
22 </PatchAdd>
23 </EnumProperty>
24 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698