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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2016-04-01 02:43:54 +0300
committerTarek Mahmoud Sayed <tarekms@microsoft.com>2016-04-01 18:24:12 +0300
commit36692c3f15467d7f53fe2a506612f155134e754a (patch)
treec67b6eccdf48645480538782fa4240369e44fc3d /dir.props
parent03a80059386617bdf1ef5d43cce6a6dca53cfd0d (diff)
Add test runtime project.json support running against desktop
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index a2320a47ae..120fc452aa 100644
--- a/dir.props
+++ b/dir.props
@@ -85,6 +85,8 @@
<!-- Test runtime -->
<PropertyGroup>
+ <TestRuntimeProjectJson Condition="'$(TestRuntimeProjectJson)' == '' And '$(TargetGroup)' == 'net46'">$(SourceDir)Common/test-runtime/net46/project.json</TestRuntimeProjectJson>
+ <TestRuntimeProjectLockJson Condition="'$(TestRuntimeProjectLockJson)' == '' And '$(TargetGroup)' == 'net46'">$(SourceDir)Common/test-runtime/net46/project.lock.json</TestRuntimeProjectLockJson>
<TestRuntimeProjectJson Condition="'$(TestRuntimeProjectJson)' == ''">$(SourceDir)Common/test-runtime/project.json</TestRuntimeProjectJson>
<TestRuntimeProjectLockJson Condition="'$(TestRuntimeProjectLockJson)' == ''">$(SourceDir)Common/test-runtime/project.lock.json</TestRuntimeProjectLockJson>
</PropertyGroup>