21 lines
693 B
Plaintext
21 lines
693 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
||
|
<_PropertySheetDisplayName>Win32 Settings</_PropertySheetDisplayName>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<PreprocessorDefinitions>WIN32;_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
</ClCompile>
|
||
|
<Link>
|
||
|
<TargetMachine>MachineX86</TargetMachine>
|
||
|
</Link>
|
||
|
<Lib>
|
||
|
<AdditionalOptions>/MACHINE:X86 %(AdditionalOptions)</AdditionalOptions>
|
||
|
</Lib>
|
||
|
</ItemDefinitionGroup>
|
||
|
|
||
|
</Project>
|