mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Hide "HunspellAssemblies" ItemGroup from Solution Explorer
This commit is contained in:
parent
89ac777958
commit
8dc3e64421
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user