You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
611 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_PropertySheetDisplayName>x86 Settings</_PropertySheetDisplayName>
  5. </PropertyGroup>
  6. <ItemDefinitionGroup>
  7. <ClCompile>
  8. <PreprocessorDefinitions>WIN32;_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  9. </ClCompile>
  10. <Link>
  11. <TargetMachine>MachineX86</TargetMachine>
  12. </Link>
  13. <Lib>
  14. <AdditionalOptions>/MACHINE:X86 %(AdditionalOptions)</AdditionalOptions>
  15. </Lib>
  16. </ItemDefinitionGroup>
  17. </Project>