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

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

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 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].default.props.patch
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].default.props.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].default.props.patch
deleted file mode 100644
index 9995d6584d1cf5ccfbf3a38829e1b4222153c5ff..0000000000000000000000000000000000000000
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].default.props.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <PatchRemove>
- <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(DefaultWin32PlatformToolset)</PlatformToolset>
- </PatchRemove>
- <PatchAdd>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <PlatformToolset Condition="'$(PlatformToolset)' == ''">$(DefaultPPAPIPlatformToolset)</PlatformToolset>
- </PatchAdd>
- <PatchRemove>
- <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">$(Configuration)\</IntDir>
- </PatchRemove>
- <PatchAdd>
- <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">win\$(Configuration)\</IntDir>
- </PatchAdd>
- <PatchRemove>
- <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' != ''">$(SolutionDir)$(Configuration)\</OutDir>
- </PatchRemove>
- <PatchAdd>
- <OutDir Condition="'$(OutDir)'=='' AND '$(SolutionDir)' != ''">$(ProjectDir)win\</OutDir>
- </PatchAdd>
- <PatchAdd>
- <VSNaClSDKRoot Condition="'$(VSNaClSDKRoot)'==''">$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
- <NaClWebServerPort Condition="'$(NaClWebServerPort)'==''">5103</NaClWebServerPort>
- <CharacterSet Condition="'$(CharacterSet)'==''">Unicode</CharacterSet>
- <UseDebugLibraries Condition="'$(Configuration)' == 'Debug'">true</UseDebugLibraries>
- </PatchAdd>
- </PropertyGroup>
-</Project>

Powered by Google App Engine
This is Rietveld 408576698