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

mono-test.props « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6179b1d2fbc27a76f0b07c42eeb3b375d94f174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros">
	<MONO_TOOLCHAIN_PATH>C:/tools/cygwin/bin</MONO_TOOLCHAIN_PATH>
    <MONO_PATH>$(MONO_DIR)/mcs/class/lib/net_4_x</MONO_PATH>
	<MONO_EXECUTABLE_DIR>$(MONO_BUILD_DIR_PREFIX)$(Platform)/bin/$(Configuration)</MONO_EXECUTABLE_DIR>
    <MONO_EXECUTABLE>$(MONO_EXECUTABLE_DIR)/mono$(MONO_TARGET_SUFFIX).exe</MONO_EXECUTABLE>
  </PropertyGroup>
  <ItemGroup>
    <BuildMacro Include="MONO_TOOLCHAIN_PATH">
      <Value>$(MONO_TOOLCHAIN_PATH)</Value>
    </BuildMacro>
    <BuildMacro Include="MONO_PATH">
      <Value>$(MONO_PATH)</Value>
    </BuildMacro>
	<BuildMacro Include="MONO_EXECUTABLE_DIR">
      <Value>$(MONO_EXECUTABLE_DIR)</Value>
    </BuildMacro>
    <BuildMacro Include="MONO_EXECUTABLE">
      <Value>$(MONO_EXECUTABLE)</Value>
    </BuildMacro>
  </ItemGroup>
  <ItemDefinitionGroup />
</Project>