quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

ARM64.props (768B)


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