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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/mono-test-x64.props')
-rw-r--r--msvc/mono-test-x64.props14
1 files changed, 14 insertions, 0 deletions
diff --git a/msvc/mono-test-x64.props b/msvc/mono-test-x64.props
new file mode 100644
index 00000000000..8b105eab064
--- /dev/null
+++ b/msvc/mono-test-x64.props
@@ -0,0 +1,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> \ No newline at end of file