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:
authorlateralusX <lateralusx.github@gmail.com>2016-08-17 14:49:23 +0300
committerlateralusX <lateralusx.github@gmail.com>2016-08-17 14:56:26 +0300
commit8b1292313e5956868e8fcf82c460adbd56dbb71e (patch)
tree7d0523d01d9714620ac3fb0b72af8fea55003bf8 /msvc/mono-test-x64.props
parent400b5eb8b4ae38000e26a206ed72b54df2a365bb (diff)
Visual Studio test/debug mono runtime utility projects.
Added a couple of new/updated test/debug Visual Studio utility projects. These projects can be used to quicker get up to speed when there is a need to run/test/debug mono runtime tests inside Visual Studio debugger. Added utility projects can be used to run mini regression tests using JIT as well as compile/run full AOT:ed versions of mini regression tests or other assemblies. The different .prop files are also organized so they can be reused when adding additional run/test/debug projects going forward.
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