From 4b4aad7217d3292650e77eec2cf4c198ea9c3b4b Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Wed, 23 Nov 2016 19:09:09 +0900 Subject: Imported Upstream version 1.1.0 --- tests/src/dir.common.props | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 tests/src/dir.common.props (limited to 'tests/src/dir.common.props') diff --git a/tests/src/dir.common.props b/tests/src/dir.common.props new file mode 100644 index 0000000000..f1700f5e7d --- /dev/null +++ b/tests/src/dir.common.props @@ -0,0 +1,68 @@ + + + + + + <__BuildArch Condition="'$(__BuildArch)' == ''">x64 + <__BuildType Condition="'$(__BuildType)' == ''">Debug + <__BuildOS Condition="'$(__BuildOS)' == ''">Windows_NT + $(__BuildArch) + $(__BuildType) + $(__BuildOS) + $(BuildType) + $(BuildArch) + + + + + true + false + full + $(DefineConstants);DEBUG;TRACE;XUNIT_PERF + + + true + true + pdbonly + $(DefineConstants);TRACE;XUNIT_PERF + + + true + true + full + $(DefineConstants);DEBUG;TRACE;XUNIT_PERF + + + + + $(BuildOS).$(Platform).$(Configuration) + $(ProjectDir)\..\bin\tests + $(__TestRootDir)\ + $(BaseOutputPath)\$(OSPlatformConfig)\ + $(BaseOutputPathWithConfig) + $(ProjectDir)\..\bin\tests\obj\$(OSPlatformConfig)\Managed + $(__ManagedTestIntermediatesDir)\ + <__NativeTestIntermediatesDir Condition="'$(__NativeTestIntermediatesDir)' == ''">$([System.IO.Path]::GetFullPath($(BaseOutputPathWithConfig)..\obj\$(BuildOS).$(Platform).$(Configuration)\Native\)) + $(MSBuildProjectName)\ + $([System.String]::Copy('$(MSBuildProjectDirectory)').Replace($(SourceDir),''))\$(MSBuildProjectName) + $(BaseIntermediateOutputPath)$(BuildProjectRelativeDir) + $(BaseOutputPathWithConfig)$(BuildProjectRelativeDir)\ + $(BaseOutputPath)\testStagingDir\ + $(TestWorkingDir)$(OSPlatformConfig)\$(MSBuildProjectName)/ + + + + + $(BaseOutputPath)\test_runtime + $(TestRuntimeProjectJsonDir)\project.json + $(TestRuntimeProjectJsonDir)\project.lock.json + + + + + BuildAndRun + 0 + + + + -- cgit v1.2.3