Hide "HunspellAssemblies" ItemGroup from Solution Explorer

This commit is contained in:
Waldi Ravens 2016-07-05 12:04:37 +02:00
parent 89ac777958
commit 8dc3e64421

View File

@ -1656,8 +1656,12 @@
</Target>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<ItemGroup>
<HunspellAssemblies Include="Hunspellx64.dll" />
<HunspellAssemblies Include="Hunspellx86.dll" />
<HunspellAssemblies Include="Hunspellx64.dll">
<InProject>false</InProject>
</HunspellAssemblies>
<HunspellAssemblies Include="Hunspellx86.dll">
<InProject>false</InProject>
</HunspellAssemblies>
</ItemGroup>
<Target Name="BeforeCompile">
<XmlPeek XmlInputPath="$(PackagesConfig)" Query="//package[@id='NHunspell']/@version">