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

This commit is contained in:
2022-11-28 02:59:53 +00:00
parent 119ceea01d
commit c67c6dcc8f
108 changed files with 13507 additions and 2025 deletions

View File

@@ -58,6 +58,7 @@
<Compile Include="AppleHFS\Enums.cs"/>
<Compile Include="AppleHFS\Info.cs"/>
<Compile Include="AppleHFS\Structs.cs"/>
<Compile Include="Authors.cs"/>
<Compile Include="FATX\Consts.cs"/>
<Compile Include="FATX\Dir.cs"/>
<Compile Include="FATX\FATX.cs"/>
@@ -86,6 +87,11 @@
<Compile Include="ISO9660\PathTable.cs"/>
<Compile Include="ISO9660\Super.cs"/>
<Compile Include="ISO9660\Xattr.cs"/>
<Compile Include="Localization\Localization.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Localization.resx</DependentUpon>
</Compile>
<Compile Include="Opera\Consts.cs"/>
<Compile Include="Opera\Dir.cs"/>
<Compile Include="Opera\File.cs"/>
@@ -238,5 +244,9 @@
<Link>LICENSE.LGPL</Link>
</EmbeddedResource>
<EmbeddedResource Include="CPM\cpmdefs.xml"/>
<EmbeddedResource Update="Localization\Localization.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Localization.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>