Index: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch |
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0b21edb9850e171de6c147275bfda325cde2733e |
--- /dev/null |
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Props/ppapi_general.xml.patch |
@@ -0,0 +1,24 @@ |
+<Rule |
+ Name="ConfigurationGeneral" |
+ DisplayName="General" |
+ PageTemplate="generic" |
+ Description="General" |
+ xmlns="http://schemas.microsoft.com/build/2009/properties"> |
+ |
+ <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" |
+ Description="Specifies the type of output this configuration generates." |
+ Category="ProjectDefaults" |
+ F1Keyword="VC.Project.VCConfiguration.ConfigurationType"> |
+ <PatchRemove> |
+ <EnumValue Name="Makefile" DisplayName="Makefile" Description="Makefile" /> |
+ <EnumValue Name="Application" DisplayName="Application (.exe)" Description="Application (.exe)" /> |
+ <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Description="Dynamic Library (.dll)" /> |
+ <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Description="Static Library (.lib)" /> |
+ <EnumValue Name="Utility" DisplayName="Utility" Description="Utility" /> |
+ </PatchRemove> |
+ <PatchAdd> |
+ <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.dll)" Description="Dynamic Library (.dll)" /> |
+ <EnumValue Name="StaticLibrary" DisplayName="Static library (.lib)" Description="Static Library (.lib)" /> |
+ </PatchAdd> |
+ </EnumProperty> |
+</Rule> |