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

mono-test-x64.props « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b105eab064a4cb97626cdda992e7712ef965a7f (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>x86_64-w64-mingw32-</MONO_TOOLCHAIN_PREFIX>
  </PropertyGroup>
  <PropertyGroup />
  <ItemDefinitionGroup />
  <ItemGroup>
    <BuildMacro Include="MONO_TOOLCHAIN_PREFIX">
      <Value>$(MONO_TOOLCHAIN_PREFIX)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>