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-01-07 03:49:04 +0300
committerGitHub <noreply@github.com>2017-01-07 03:49:04 +0300
commit936dfb48ed2690212e411fe6a39328592ae5fbc1 (patch)
tree6711413b374892dc1404ba2e9e1f49dc17821aeb /src/ILCompiler.DependencyAnalysisFramework
parent6415807fe076133cdf06066e6450ab427c23c959 (diff)
Hide a garbage Tools item from Solution Explorer (#2456)
This thing is useless in the VS Solution Explorer and has an annoying warning sign.
Diffstat (limited to 'src/ILCompiler.DependencyAnalysisFramework')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj b/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj
index d4ca9215e..368db1393 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj
+++ b/src/ILCompiler.DependencyAnalysisFramework/src/ILCompiler.DependencyAnalysisFramework.csproj
@@ -19,6 +19,7 @@
</PropertyGroup>
<ItemGroup>
<PackageDestination Include="Tools">
+ <InProject>false</InProject>
<TargetFramework>.NetCoreApp,Version=1.2</TargetFramework>
</PackageDestination>
</ItemGroup>