Sha256: 9f9625272088c804890e26d7e0d15233889e5225ca1657e9f0d740f1a25e9dcb
Contents?: true
Size: 612 Bytes
Versions: 8
Compression:
Stored size: 612 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <_PropertySheetDisplayName>ARM Settings</_PropertySheetDisplayName> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions>WIN32;_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <TargetMachine>MachineARM</TargetMachine> </Link> <Lib> <AdditionalOptions>/MACHINE:ARM %(AdditionalOptions)</AdditionalOptions> </Lib> </ItemDefinitionGroup> </Project>
Version data entries
8 entries across 8 versions & 1 rubygems