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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: 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/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch
index 3ee4bc1ecc47053b346dd31bcce1bbd289fbeed9..d41a8e9c4b79ff36c85f6ad19d9ab2f3f912cc9d 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].targets.patch
@@ -1,63 +1,63 @@
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PatchRemove>
- <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" />
- </PatchRemove>
- <PatchAdd>
- <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" />
- </PatchAdd>
-
- <PropertyGroup>
- </PropertyGroup>
-
- <!-- *******************************************************************************************
- Override Regular Property pages in order to disable other build types such as exe, makefile
- ******************************************************************************************* -->
- <PatchAdd>
- <ItemGroup>
- <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\PPAPI\Props\ppapi_general.xml">
- <Context>Project</Context>
- </PropertyPageSchema>
- <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\PPAPI\Props\ppapi_general_ps.xml">
- <Context>PropertySheet</Context>
- </PropertyPageSchema>
- </ItemGroup>
- </PatchAdd>
-
- <Target Name="ClCompile"
- Condition="'@(ClCompile)' != ''"
- DependsOnTargets="SelectClCompile">
- <ItemGroup>
- <ClCompile>
- <PatchAdd>
- <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </PatchAdd>
- </ClCompile>
- </ItemGroup>
- </Target>
-
- <!-- *******************************************************************************************
- PlatformPrepareForBuild target
- ******************************************************************************************* -->
- <Target Name="PlatformPrepareForBuild" DependsOnTargets="$(PlatformPrepareForBuildDependsOn)">
- <PatchRemove>
- <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Condition="!(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))"/>
- </PatchRemove>
- <PatchAdd>
- <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Condition="!(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))"/>
- </PatchAdd>
- </Target>
-
- <PatchRemove>
- <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets" Condition="(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))" />
- </PatchRemove>
- <PatchAdd>
- <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))" />
- </PatchAdd>
- <PatchRemove>
- <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" />
- </PatchRemove>
- <PatchAdd>
- <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" />
- </PatchAdd>
-</Project>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PatchRemove>
+ <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" />
+ </PatchRemove>
+ <PatchAdd>
+ <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" />
+ </PatchAdd>
+
+ <PropertyGroup>
+ </PropertyGroup>
+
+ <!-- *******************************************************************************************
+ Override Regular Property pages in order to disable other build types such as exe, makefile
+ ******************************************************************************************* -->
+ <PatchAdd>
+ <ItemGroup>
+ <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\PPAPI\Props\ppapi_general.xml">
+ <Context>Project</Context>
+ </PropertyPageSchema>
+ <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\PPAPI\Props\ppapi_general_ps.xml">
+ <Context>PropertySheet</Context>
+ </PropertyPageSchema>
+ </ItemGroup>
+ </PatchAdd>
+
+ <Target Name="ClCompile"
+ Condition="'@(ClCompile)' != ''"
+ DependsOnTargets="SelectClCompile">
+ <ItemGroup>
+ <ClCompile>
+ <PatchAdd>
+ <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ </PatchAdd>
+ </ClCompile>
+ </ItemGroup>
+ </Target>
+
+ <!-- *******************************************************************************************
+ PlatformPrepareForBuild target
+ ******************************************************************************************* -->
+ <Target Name="PlatformPrepareForBuild" DependsOnTargets="$(PlatformPrepareForBuildDependsOn)">
+ <PatchRemove>
+ <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Condition="!(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))"/>
+ </PatchRemove>
+ <PatchAdd>
+ <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Condition="!(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))"/>
+ </PatchAdd>
+ </Target>
+
+ <PatchRemove>
+ <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets" Condition="(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))" />
+ </PatchRemove>
+ <PatchAdd>
+ <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))" />
+ </PatchAdd>
+ <PatchRemove>
+ <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" />
+ </PatchRemove>
+ <PatchAdd>
+ <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" />
+ </PatchAdd>
+</Project>

Powered by Google App Engine
This is Rietveld 408576698