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-02 01:13:11 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-02-02 22:25:18 +0300
commit84400b252e840382da44b55502731061f7b2380b (patch)
treeeda1745ac061211226428ff770eceb67b4d217c9 /dir.props
parent6d85b94817efe312af922932316d18dfcef46556 (diff)
Adding UAPAOT vertical and configurations
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 f07560c075..d3d70c8397 100644
--- a/dir.props
+++ b/dir.props
@@ -249,7 +249,9 @@
<RuntimePath Condition="'$(RuntimePath)' == ''">$(BinDir)runtime/$(BuildConfiguration)/</RuntimePath>
<RefRootPath>$(BinDir)ref/</RefRootPath>
<BuildConfigurationRefPath>$(RefRootPath)$(_bc_TargetGroup)/</BuildConfigurationRefPath>
+ <BuildConfigurationRefPath Condition="$(_bc_TargetGroup.EndsWith('aot'))">$(RefRootPath)$(_bc_TargetGroup.TrimEnd('aot'))/</BuildConfigurationRefPath>
<RefPath>$(RefRootPath)$(TargetGroup)/</RefPath>
+ <RefPath Condition="$(TargetGroup.EndsWith('aot'))">$(RefRootPath)$(TargetGroup.TrimEnd('aot'))/</RefPath>
<!-- tests don't yet set appropriate configurations -->
<RefPath Condition="'$(IsTestProject)' == 'true'">$(BuildConfigurationRefPath)</RefPath>
<NetStandardRefPath>$(RefRootPath)netstandard/</NetStandardRefPath>