[Pkg-owncloud-commits] [owncloud-client] 325/332: Shell Integration / MSVC: Fix target platform
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 344b98bf1365a16f74694f97358080b6454d3507
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Fri Aug 8 02:37:46 2014 +0200
Shell Integration / MSVC: Fix target platform
---
.../windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj | 3 ++-
shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj b/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj
index d648d8b..a2b2e87 100644
--- a/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj
+++ b/shell_integration/windows/OCShellExtensions/OCOverlays/OCOverlays.vcxproj
@@ -40,13 +40,14 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>Windows7.1SDK</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
diff --git a/shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj b/shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj
index a29cc48..52b0d9c 100644
--- a/shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj
+++ b/shell_integration/windows/OCShellExtensions/OCUtil/OCUtil.vcxproj
@@ -40,13 +40,14 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>Windows7.1SDK</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list