xref: /freebsd/sys/contrib/libsodium/builds/msvc/properties/Win32.props (revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
1*0ac341f1SConrad Meyer<?xml version="1.0" encoding="utf-8"?>
2*0ac341f1SConrad Meyer<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*0ac341f1SConrad Meyer
4*0ac341f1SConrad Meyer  <PropertyGroup>
5*0ac341f1SConrad Meyer    <_PropertySheetDisplayName>x86 Settings</_PropertySheetDisplayName>
6*0ac341f1SConrad Meyer  </PropertyGroup>
7*0ac341f1SConrad Meyer
8*0ac341f1SConrad Meyer  <ItemDefinitionGroup>
9*0ac341f1SConrad Meyer    <ClCompile>
10*0ac341f1SConrad Meyer      <PreprocessorDefinitions>WIN32;_WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
11*0ac341f1SConrad Meyer    </ClCompile>
12*0ac341f1SConrad Meyer    <ResourceCompile>
13*0ac341f1SConrad Meyer      <PreprocessorDefinitions>Win32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
14*0ac341f1SConrad Meyer    </ResourceCompile>
15*0ac341f1SConrad Meyer    <Link>
16*0ac341f1SConrad Meyer      <TargetMachine>MachineX86</TargetMachine>
17*0ac341f1SConrad Meyer    </Link>
18*0ac341f1SConrad Meyer    <Lib>
19*0ac341f1SConrad Meyer      <AdditionalOptions>/MACHINE:X86 %(AdditionalOptions)</AdditionalOptions>
20*0ac341f1SConrad Meyer    </Lib>
21*0ac341f1SConrad Meyer  </ItemDefinitionGroup>
22*0ac341f1SConrad Meyer
23*0ac341f1SConrad Meyer</Project>
24