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 /src/System.Private.CoreLib
parent8199af35a5a5bbf932417d6b9c59809ced819bfd (diff)
Port StackTraceGenerator to CoreRT
[tfs-changeset: 1552759]
Diffstat (limited to 'src/System.Private.CoreLib')
-rw-r--r--src/System.Private.CoreLib/src/System.Private.CoreLib.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
index cc2ee1aea..ccfaa0bdc 100644
--- a/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
+++ b/src/System.Private.CoreLib/src/System.Private.CoreLib.csproj
@@ -4,6 +4,8 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
+ <IntermediateOutputPath Condition="'$(OverwriteIntermediatePath)'!=''">$(OverwriteIntermediatePath)</IntermediateOutputPath>
+
<ProjectGuid>{BE95C560-B508-4588-8907-F9FC5BC1A0CF}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>System.Private.CoreLib</AssemblyName>