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:
authorJan Kotas <jkotas@microsoft.com>2015-12-02 00:52:35 +0300
committerJan Kotas <jkotas@microsoft.com>2015-12-02 00:52:35 +0300
commitdb35cb41ff637852e0a74edd80c21a4e9179bb4a (patch)
tree95fdf05d4b5d069fc33f4d8545cd5dd10d1ca10b /src/System.Private.CoreLib
parent6163b9d68fcce0647603b35889dbe01e56c4c8bd (diff)
parent9d362c1b211974aff8eb7a411d371713b48b2e5c (diff)
Merge pull request #441 from dotnet-bot/from-tfs
Merge changes from TFS
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>