Remove unused dictionaries from SubtitleEdit project

The dictionaries 'TesseractDictionaries.xml', 'HunspellBackupDictionaries.xml', and 'HunspellDictionaries.xml' were removed from the SubtitleEdit.csproj as they are no longer used. This helps to keep the project clean and uncluttered.

Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
This commit is contained in:
Ivandro Jao 2024-06-29 03:03:40 +01:00
parent b85a616b3f
commit 06f8d56aeb

View File

@ -242,15 +242,6 @@
<Content Include="Icons\VideoToggle.png" />
<Content Include="Icons\VisualSync.png" />
<Content Include="Icons\WaveformToggle.png" />
<Content Include="Resources\TesseractDictionaries.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Resources\HunspellBackupDictionaries.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Resources\HunspellDictionaries.xml">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">