mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-21 18:52:36 +01:00
Remove obsolete pre-clean target from project file
Deleted the BeforeClean target that was removing HunspellAssemblies from the output path. This target is no longer necessary and simplifies the build process. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
parent
88a45822ae
commit
424e21628b
@ -284,8 +284,4 @@
|
||||
<Compile Remove="Logic\VideoPlayers\DirectShowLib2005.cs" />
|
||||
<EmbeddedResource Remove="Forms\GetDictionaries.resx" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="BeforeClean">
|
||||
<Delete Files="@(HunspellAssemblies -> '$(OutputPath)%(Identity)')" />
|
||||
</Target>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user