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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-06-30 23:07:25 +0300
committerJan Kotas <jkotas@microsoft.com>2017-06-30 23:07:25 +0300
commita30345dfbd009223c8f3e9bd125d266a7cab3ce7 (patch)
tree2a9c3f57329569474aa344246570fbe9fa3af2e5 /src/dir.props
parenta9e89026c833dfb6e2a94af8e535346d9339cbc6 (diff)
Add a comment for dotnet/project-system#2454 workaround (#4036)
...so that we know it will be safe to delete at some point in the future.
Diffstat (limited to 'src/dir.props')
-rw-r--r--src/dir.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dir.props b/src/dir.props
index 78aec42e9..ccd463c57 100644
--- a/src/dir.props
+++ b/src/dir.props
@@ -1,10 +1,12 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\dir.props" />
+ <!-- Workaround for https://github.com/dotnet/project-system/issues/2454 that is causing our solutions not to load -->
<PropertyGroup>
<Configurations>Debug;Release</Configurations>
<Platforms>AnyCPU;x64;x86;arm;arm64</Platforms>
</PropertyGroup>
+
<PropertyGroup Condition="$(MSBuildProjectName.StartsWith('System.Private.')) and $(MSBuildProjectDirectory.EndsWith('src'))">
<OutputPath>$(BaseOutputPath)$(OSPlatformConfig)/sdk</OutputPath>
<UseCommonOutputDirectory>true</UseCommonOutputDirectory>