2011-12-15 14:03:43 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-14 19:18:36 -07:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-06 02:39:15 -07:00
|
|
|
|
2011-12-15 14:03:43 +01:00
|
|
|
<PropertyGroup>
|
2014-05-13 03:17:48 -07:00
|
|
|
<_PropertySheetDisplayName>x86 Settings</_PropertySheetDisplayName>
|
2011-12-15 14:03:43 +01:00
|
|
|
</PropertyGroup>
|
2014-04-06 02:39:15 -07:00
|
|
|
|
2011-12-15 14:03:43 +01:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2014-04-06 02:39:15 -07:00
|
|
|
<PreprocessorDefinitions>WIN32;_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2011-12-15 14:03:43 +01:00
|
|
|
</ClCompile>
|
2014-04-06 02:39:15 -07:00
|
|
|
<Link>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
<Lib>
|
|
|
|
<AdditionalOptions>/MACHINE:X86 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
</Lib>
|
2011-12-15 14:03:43 +01:00
|
|
|
</ItemDefinitionGroup>
|
2014-04-06 02:39:15 -07:00
|
|
|
|
2011-12-15 14:03:43 +01:00
|
|
|
</Project>
|