Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / msvc / mono-test-Win32.props
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ImportGroup Label="PropertySheets" />
4   <PropertyGroup Label="UserMacros">
5     <MONO_TOOLCHAIN_PREFIX>i686-w64-mingw32-</MONO_TOOLCHAIN_PREFIX>
6   </PropertyGroup>
7   <PropertyGroup />
8   <ItemDefinitionGroup />
9   <ItemGroup>
10     <BuildMacro Include="MONO_TOOLCHAIN_PREFIX">
11       <Value>$(MONO_TOOLCHAIN_PREFIX)</Value>
12     </BuildMacro>
13   </ItemGroup>
14 </Project>