mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
Ainos image format implementation.
This commit is contained in:
parent
1bafacfa09
commit
642d82295d
@ -125,6 +125,7 @@
|
||||
<Compile Include="CreateYPFWidget.xaml.cs">
|
||||
<DependentUpon>CreateYPFWidget.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ImageAinos.cs" />
|
||||
<Compile Include="ImageBGI.cs" />
|
||||
<Compile Include="ImageBIP.cs" />
|
||||
<Compile Include="ImageBMD.cs" />
|
||||
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion ("1.0.4.35")]
|
||||
[assembly: AssemblyFileVersion ("1.0.4.35")]
|
||||
[assembly: AssemblyVersion ("1.0.4.36")]
|
||||
[assembly: AssemblyFileVersion ("1.0.4.36")]
|
||||
|
Loading…
Reference in New Issue
Block a user