mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented DPK resource archives.
known encryption keys for: Inbou no Wakusei Ryoshuu Ryobaku ~Haitoku no Atelier~ Ryoshuu ~Jogakusei Choukyou~ Shirogane no Cal to Soukuu no Joou Shiromiko Shoujotachi no Saezuri Yumemiru Tsuki no Lunalutia
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
<Compile Include="ArcBGI.cs" />
|
||||
<Compile Include="ArcBlackPackage.cs" />
|
||||
<Compile Include="ArcCommon.cs" />
|
||||
<Compile Include="ArcDPK.cs" />
|
||||
<Compile Include="ArcDRS.cs" />
|
||||
<Compile Include="ArcEAGLS.cs" />
|
||||
<Compile Include="ArcEGO.cs" />
|
||||
@@ -201,6 +202,9 @@
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>arcStrings.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WidgetDPK.xaml.cs">
|
||||
<DependentUpon>WidgetDPK.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WidgetINT.xaml.cs">
|
||||
<DependentUpon>WidgetINT.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -299,6 +303,10 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="WidgetDPK.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="WidgetINT.xaml">
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
Reference in New Issue
Block a user