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.

22 lines
912 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>x64 Settings</_PropertySheetDisplayName>
  5. </PropertyGroup>
  6. <ItemDefinitionGroup>
  7. <ClCompile>
  8. <!-- Note that Win64 defines may cause WIN32 to become defined when using windows headers,
  9. but _WIN32 implies Windows 32 bit or above. If the standard headers are not included
  10. these are sometimes required even for 64 bit builds and should never cause harm there.-->
  11. <PreprocessorDefinitions>WIN32;_WIN32;WIN64;_WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  12. </ClCompile>
  13. <Link>
  14. <TargetMachine>MachineX64</TargetMachine>
  15. </Link>
  16. <Lib>
  17. <AdditionalOptions>/MACHINE:X64 %(AdditionalOptions)</AdditionalOptions>
  18. </Lib>
  19. </ItemDefinitionGroup>
  20. </Project>