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:
Diffstat (limited to 'src/dir.props')
-rw-r--r--src/dir.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dir.props b/src/dir.props
index ee4a8f319..371514af2 100644
--- a/src/dir.props
+++ b/src/dir.props
@@ -1,3 +1,9 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\dir.props" />
+
+ <PropertyGroup Condition="$(MSBuildProjectName.StartsWith('System.Private.')) and $(MSBuildProjectDirectory.EndsWith('src'))">
+ <OutputPath>$(BaseOutputPath)$(OSPlatformConfig)/sdk</OutputPath>
+ <UseCommonOutputDirectory>true</UseCommonOutputDirectory>
+ </PropertyGroup>
+
</Project>