Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-04-10 14:03:55 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-04-10 14:03:55 +0400
commite3366c9aca4f1bbaf4df61bf2806baab95d9039a (patch)
tree815f1d1abe6a9b555e1bc3446ad05ee97b8bd0ca /src/thirdparty/SoundTouch/source/SoundTouch.vcxproj
parent7ecd026b04ae9178aee23cf01a1cff2410175944 (diff)
move the TargetMachine option to common.props
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4325 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/thirdparty/SoundTouch/source/SoundTouch.vcxproj')
-rw-r--r--src/thirdparty/SoundTouch/source/SoundTouch.vcxproj12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/thirdparty/SoundTouch/source/SoundTouch.vcxproj b/src/thirdparty/SoundTouch/source/SoundTouch.vcxproj
index 342ce1b88..7e9bc2cac 100644
--- a/src/thirdparty/SoundTouch/source/SoundTouch.vcxproj
+++ b/src/thirdparty/SoundTouch/source/SoundTouch.vcxproj
@@ -74,9 +74,6 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
- <Lib>
- <TargetMachine>MachineX86</TargetMachine>
- </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -85,9 +82,6 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
- <Lib>
- <TargetMachine>MachineX64</TargetMachine>
- </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
@@ -96,9 +90,6 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
- <Lib>
- <TargetMachine>MachineX86</TargetMachine>
- </Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -108,9 +99,6 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
- <Lib>
- <TargetMachine>MachineX64</TargetMachine>
- </Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\include\BPMDetect.h" />