mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
added new formats.
This commit is contained in:
parent
41d198b0aa
commit
9ef31d3fcb
@ -125,6 +125,7 @@
|
||||
<Compile Include="ArcSPack.cs" />
|
||||
<Compile Include="ArcSteinsGate.cs" />
|
||||
<Compile Include="ArcWARC.cs" />
|
||||
<Compile Include="ArcWBP.cs" />
|
||||
<Compile Include="ArcWILL.cs" />
|
||||
<Compile Include="ArcXFL.cs" />
|
||||
<Compile Include="ArcXP3.cs" />
|
||||
@ -140,6 +141,7 @@
|
||||
<Compile Include="AudioWA1.cs" />
|
||||
<Compile Include="AudioWADY.cs" />
|
||||
<Compile Include="Blowfish.cs" />
|
||||
<Compile Include="Camellia.cs" />
|
||||
<Compile Include="CreateAMIWidget.xaml.cs">
|
||||
<DependentUpon>CreateAMIWidget.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@ -184,6 +186,7 @@
|
||||
<Compile Include="ImageCWP.cs" />
|
||||
<Compile Include="ImageDGC.cs" />
|
||||
<Compile Include="ImageDRG.cs" />
|
||||
<Compile Include="ImageDZI.cs" />
|
||||
<Compile Include="ImageEDT.cs" />
|
||||
<Compile Include="ImageEGN.cs" />
|
||||
<Compile Include="ImageELG.cs" />
|
||||
@ -212,6 +215,7 @@
|
||||
<Compile Include="ImageS25.cs" />
|
||||
<Compile Include="ImageTGF.cs" />
|
||||
<Compile Include="ImageTLG.cs" />
|
||||
<None Include="ImageWBM.cs" />
|
||||
<Compile Include="ImageWCG.cs" />
|
||||
<Compile Include="ImageWIP.cs" />
|
||||
<Compile Include="ImageZBM.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.7.75")]
|
||||
[assembly: AssemblyFileVersion ("1.0.7.75")]
|
||||
[assembly: AssemblyVersion ("1.0.7.76")]
|
||||
[assembly: AssemblyFileVersion ("1.0.7.76")]
|
||||
|
@ -229,8 +229,12 @@ Maid no Yakata ~Zetsubou Hen~<br/>
|
||||
Double<br/>
|
||||
Kimon Youitan<br/>
|
||||
</td></tr>
|
||||
<tr class="odd"><td>*.lib</td><td><tt>LIB</tt></td><td>No</td><td rowspan="2">Malie</td><td rowspan="2">
|
||||
<tr class="odd"><td>*.lib<br/>*.dat</td><td><tt>LIB</tt><br/><tt>LIBP</tt></td><td>No</td><td rowspan="2">Malie</td><td rowspan="2">
|
||||
Angel Crown<br/>
|
||||
Dies irae<br/>
|
||||
Kajiri Kamui Kagura<br/>
|
||||
Paradise Lost<br/>
|
||||
Zettai Meikyuu Grimm<br/>
|
||||
</td></tr>
|
||||
<tr class="odd"><td>*.mgf</td><td><tt>MalieGF</tt></td><td>Yes</td></tr>
|
||||
<tr><td>*.arc</td><td>-</td><td>No</td><td rowspan="2">AI5WIN</td><td rowspan="2">
|
||||
@ -239,6 +243,7 @@ Jokei Kazoku ~Inbou~<br/>
|
||||
<tr><td>*.gcc</td><td><tt>G24n</tt><br/><tt>G24m</tt><br/><tt>R24n</tt><br/><tt>R24m</tt></td><td>No</td></tr>
|
||||
<tr class="odd"><td>*.arc</td><td>-</td><td>No</td><td>Tumugi</td><td>Kimi no Omoi, Sono Negai</td></tr>
|
||||
<tr><td>*.iks</td><td><tt>NPSR</tt></td><td>No</td><td>X[iks]</td><td>Shikkan ~Hazukashimerareta Karada, Oreta Kokoro~</td></tr>
|
||||
<tr class="odd"><td>*.wbp</td><td><tt>ARCFORM3 WBUG</tt></td><td>No</td><td>Wild Bug</td><td>Yuukyou Gangu 2</td></tr>
|
||||
</table>
|
||||
<p><a name="note-1">[1]</a> Non-encrypted only</p>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user