Move all localizable strings from Aaru.Decryption project to resources.

This commit is contained in:
2022-11-27 14:05:44 +00:00
parent 8e64a9f10c
commit 71291ba070
5 changed files with 175 additions and 16 deletions

View File

@@ -48,4 +48,19 @@
<ProjectReference Include="..\Aaru.Images\Aaru.Images.csproj"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Localization\Localization.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Localization.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Update="Localization\Localization.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Localization.resx</DependentUpon>
</Compile>
</ItemGroup>
</Project>