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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-12-01 06:54:09 +0300
committerAlex Ghiondea <ghiondea.alexandru@microsoft.com>2015-12-01 20:44:51 +0300
commit9d362c1b211974aff8eb7a411d371713b48b2e5c (patch)
tree0e58dfbc6549827b50c9dd355688cca914a4776e /dir.props
parent8199af35a5a5bbf932417d6b9c59809ced819bfd (diff)
Port StackTraceGenerator to CoreRT
[tfs-changeset: 1552759]
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index 86a1f5310..0edcb84a2 100644
--- a/dir.props
+++ b/dir.props
@@ -112,7 +112,7 @@
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'==''">$(ObjDir)</BaseIntermediateOutputPath>
<IntermediateOutputRootPath Condition="'$(IntermediateOutputRootPath)' == ''">$(BaseIntermediateOutputPath)$(OSPlatformConfig)\</IntermediateOutputRootPath>
<IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(IntermediateOutputRootPath)$(MSBuildProjectName)\</IntermediateOutputPath>
- <AotPackageReferencePath>$(IntermediateOutputRootPath)\CoreRTRef</AotPackageReferencePath>
+ <AotPackageReferencePath Condition="'$(AotPackageReferencePath)'==''">$(IntermediateOutputRootPath)\CoreRTRef</AotPackageReferencePath>
<TestPath Condition="'$(TestPath)'==''">$(TestWorkingDir)$(OSPlatformConfig)\$(MSBuildProjectName)\</TestPath>