summaryrefslogtreecommitdiff
path: root/blowfish
diff options
context:
space:
mode:
authorthedmd <michcic@gmail.com>2013-05-10 20:20:10 +0200
committerthedmd <michcic@gmail.com>2013-05-10 20:20:10 +0200
commitfb3889ec02fe8d3828af06c5a7ee583d0a2dc782 (patch)
tree7289be7418f6589758cea9019edd4ab98eaecb77 /blowfish
parentc9897ee69bd81ba42abbec7841715b804f278bd5 (diff)
downloadpianobar-windows-build-fb3889ec02fe8d3828af06c5a7ee583d0a2dc782.tar.gz
pianobar-windows-build-fb3889ec02fe8d3828af06c5a7ee583d0a2dc782.tar.bz2
pianobar-windows-build-fb3889ec02fe8d3828af06c5a7ee583d0a2dc782.zip
Change toolchain to one compatible with XP.
Diffstat (limited to 'blowfish')
-rw-r--r--blowfish/blowfish.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/blowfish/blowfish.vcxproj b/blowfish/blowfish.vcxproj
index 0017155..50c99c9 100644
--- a/blowfish/blowfish.vcxproj
+++ b/blowfish/blowfish.vcxproj
@@ -20,12 +20,12 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">