Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mono-test-Win32.props « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c289e0f3a9d29cb1100299aefca3298e64af4146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros">
    <MONO_TOOLCHAIN_PREFIX>i686-w64-mingw32-</MONO_TOOLCHAIN_PREFIX>
  </PropertyGroup>
  <PropertyGroup />
  <ItemDefinitionGroup />
  <ItemGroup>
    <BuildMacro Include="MONO_TOOLCHAIN_PREFIX">
      <Value>$(MONO_TOOLCHAIN_PREFIX)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>