mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
new formats.
This commit is contained in:
@@ -38,8 +38,9 @@
|
|||||||
<BaseAddress>6291456</BaseAddress>
|
<BaseAddress>6291456</BaseAddress>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="NVorbis">
|
<Reference Include="NVorbis, Version=0.8.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NVorbis.0.8.3.0\lib\NVorbis.dll</HintPath>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>..\packages\NVorbis.0.8.4.0\lib\NVorbis.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="PresentationCore" />
|
<Reference Include="PresentationCore" />
|
||||||
<Reference Include="PresentationFramework" />
|
<Reference Include="PresentationFramework" />
|
||||||
@@ -59,17 +60,23 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="ArcADPACK.cs" />
|
||||||
<Compile Include="ArcAFS.cs" />
|
<Compile Include="ArcAFS.cs" />
|
||||||
<Compile Include="ArcAMI.cs" />
|
<Compile Include="ArcAMI.cs" />
|
||||||
<Compile Include="ArcBGI.cs" />
|
<Compile Include="ArcBGI.cs" />
|
||||||
<Compile Include="ArcDRS.cs" />
|
<Compile Include="ArcDRS.cs" />
|
||||||
|
<Compile Include="ArcFVP.cs" />
|
||||||
<Compile Include="ArcInnGrey.cs" />
|
<Compile Include="ArcInnGrey.cs" />
|
||||||
<Compile Include="ArcINT.cs" />
|
<Compile Include="ArcINT.cs" />
|
||||||
<Compile Include="ArcKogado.cs" />
|
<Compile Include="ArcKogado.cs" />
|
||||||
|
<Compile Include="ArcLPK.cs" />
|
||||||
|
<Compile Include="ArcLST.cs" />
|
||||||
<Compile Include="ArcMajiro.cs" />
|
<Compile Include="ArcMajiro.cs" />
|
||||||
<Compile Include="ArcMGPK.cs" />
|
<Compile Include="ArcMGPK.cs" />
|
||||||
|
<Compile Include="ArcNitro.cs" />
|
||||||
<Compile Include="ArcNPA.cs" />
|
<Compile Include="ArcNPA.cs" />
|
||||||
<Compile Include="ArcNSA.cs" />
|
<Compile Include="ArcNSA.cs" />
|
||||||
|
<Compile Include="ArcPAC.cs" />
|
||||||
<Compile Include="ArcPD.cs" />
|
<Compile Include="ArcPD.cs" />
|
||||||
<Compile Include="ArcRPA.cs" />
|
<Compile Include="ArcRPA.cs" />
|
||||||
<Compile Include="ArcSteinsGate.cs" />
|
<Compile Include="ArcSteinsGate.cs" />
|
||||||
@@ -109,8 +116,11 @@
|
|||||||
<DependentUpon>CreateYPFWidget.xaml</DependentUpon>
|
<DependentUpon>CreateYPFWidget.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="ImageDRG.cs" />
|
<Compile Include="ImageDRG.cs" />
|
||||||
|
<Compile Include="ImageEDT.cs" />
|
||||||
|
<Compile Include="ImageGCP.cs" />
|
||||||
<Compile Include="ImageHG3.cs" />
|
<Compile Include="ImageHG3.cs" />
|
||||||
<Compile Include="ImageRCT.cs" />
|
<Compile Include="ImageRCT.cs" />
|
||||||
|
<Compile Include="ImageTGF.cs" />
|
||||||
<Compile Include="ImageTLG.cs" />
|
<Compile Include="ImageTLG.cs" />
|
||||||
<Compile Include="ImageWCG.cs" />
|
<Compile Include="ImageWCG.cs" />
|
||||||
<Compile Include="ImageWIP.cs" />
|
<Compile Include="ImageWIP.cs" />
|
||||||
|
|||||||
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.0.3.23")]
|
[assembly: AssemblyVersion ("1.0.3.24")]
|
||||||
[assembly: AssemblyFileVersion ("1.0.3.23")]
|
[assembly: AssemblyFileVersion ("1.0.3.24")]
|
||||||
|
|||||||
@@ -51,5 +51,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion ("1.0.3.12")]
|
[assembly: AssemblyVersion ("1.0.3.13")]
|
||||||
[assembly: AssemblyFileVersion ("1.0.2.12")]
|
[assembly: AssemblyFileVersion ("1.0.2.13")]
|
||||||
|
|||||||
Reference in New Issue
Block a user