Visual Studio test/debug mono runtime utility projects.
authorlateralusX <lateralusx.github@gmail.com>
Wed, 17 Aug 2016 11:49:23 +0000 (13:49 +0200)
committerlateralusX <lateralusx.github@gmail.com>
Wed, 17 Aug 2016 11:56:26 +0000 (13:56 +0200)
commit8b1292313e5956868e8fcf82c460adbd56dbb71e
tree7d0523d01d9714620ac3fb0b72af8fea55003bf8
parent400b5eb8b4ae38000e26a206ed72b54df2a365bb
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.
16 files changed:
msvc/mono-full-aot-compile-test.vcxproj [new file with mode: 0644]
msvc/mono-full-aot-run-test.vcxproj [new file with mode: 0644]
msvc/mono-full-aot-test.props [new file with mode: 0644]
msvc/mono-mini-regression-aot-test.vcxproj [deleted file]
msvc/mono-mini-regression-aot-test.vcxproj.filters [deleted file]
msvc/mono-mini-regression-test-aot.props [deleted file]
msvc/mono-mini-regression-test.props
msvc/mono-mini-regression-test.vcxproj
msvc/mono-regression-test-Win32.props [deleted file]
msvc/mono-regression-test-x64.props [deleted file]
msvc/mono-regression-test.props [deleted file]
msvc/mono-test-Win32.props [new file with mode: 0644]
msvc/mono-test-env.props [new file with mode: 0644]
msvc/mono-test-x64.props [new file with mode: 0644]
msvc/mono-test.props [new file with mode: 0644]
msvc/mono.sln