mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Entis rasterized image format.
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
<Compile Include="ArcEAGLS.cs" />
|
||||
<Compile Include="ArcEGO.cs" />
|
||||
<Compile Include="ArcFFA.cs" />
|
||||
<Compile Include="ArcFPK.cs" />
|
||||
<Compile Include="ArcFVP.cs" />
|
||||
<Compile Include="ArcGameDat.cs" />
|
||||
<Compile Include="ArcGSP.cs" />
|
||||
@@ -161,6 +162,7 @@
|
||||
<Compile Include="ImageEDT.cs" />
|
||||
<Compile Include="ImageELG.cs" />
|
||||
<Compile Include="ImageEPA.cs" />
|
||||
<Compile Include="ImageERI.cs" />
|
||||
<Compile Include="ImageGCP.cs" />
|
||||
<Compile Include="ImageGR.cs" />
|
||||
<Compile Include="ImageHG3.cs" />
|
||||
@@ -204,6 +206,9 @@
|
||||
<SubType>Code</SubType>
|
||||
<DependentUpon>WidgetLPK.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WidgetNOA.xaml.cs">
|
||||
<DependentUpon>WidgetNOA.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WidgetNPA.xaml.cs">
|
||||
<DependentUpon>WidgetNPA.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -299,6 +304,10 @@
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
<Page Include="WidgetNOA.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="WidgetNPA.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
||||
1106
ArcFormats/ImageERI.cs
Normal file
1106
ArcFormats/ImageERI.cs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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.5.52")]
|
||||
[assembly: AssemblyFileVersion ("1.0.5.52")]
|
||||
[assembly: AssemblyVersion ("1.0.5.53")]
|
||||
[assembly: AssemblyFileVersion ("1.0.5.53")]
|
||||
|
||||
Reference in New Issue
Block a user