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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-02-09 23:01:49 +0300
committerGitHub <noreply@github.com>2017-02-09 23:01:49 +0300
commitd1cae3b1e4091073a8a9f19ca8cc8616ee4a365b (patch)
tree6bd5657e21466849214901b7816a9b64dbb447ef /dir.props
parentde00a14d56cdb5c14d52eb608ae14dd54d9fad3d (diff)
Adding Microsoft.Private.CoreFx.UAP package build (#15964)
Adding Microsoft.Private.CoreFx.UAP package build
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index a0d32200e7..b54bf54a32 100644
--- a/dir.props
+++ b/dir.props
@@ -257,6 +257,7 @@
<NETCoreAppPackageRuntimePath>$(BinDir)pkg\netcoreapp\lib</NETCoreAppPackageRuntimePath>
<UAPPackageRefPath>$(BinDir)pkg\uap\ref</UAPPackageRefPath>
<UAPPackageRuntimePath>$(BinDir)pkg\uap\lib</UAPPackageRuntimePath>
+ <UAPAOTPackageRuntimePath>$(BinDir)pkg\uapaot\lib</UAPAOTPackageRuntimePath>
<!-- We add extra binplacing for the test shared framework until we can get hardlinking with the runtime directory working on all platforms -->
<BinplaceTestSharedFramework Condition="'$(_bc_TargetGroup)' == 'netcoreapp'">true</BinplaceTestSharedFramework>