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.MetadataTransform
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.MetadataTransform')
-rw-r--r--src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj b/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
index 61db40b6a..c1b3de56d 100644
--- a/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
+++ b/src/ILCompiler.MetadataTransform/src/ILCompiler.MetadataTransform.csproj
@@ -18,6 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageDestination Include="Tools">
+ <InProject>false</InProject>
<TargetFramework>.NetCoreApp,Version=1.2</TargetFramework>
</PackageDestination>
</ItemGroup>