mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
released v1.5.34
This commit is contained in:
@@ -30,6 +30,7 @@ using System.IO;
|
||||
using System.Text;
|
||||
using GameRes.Compression;
|
||||
|
||||
// [991001][Inspire] days innocent
|
||||
// [000707][inspire] ambience
|
||||
|
||||
namespace GameRes.Formats.Inspire
|
||||
|
||||
@@ -26,10 +26,12 @@
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<OutputPath>..\bin\Release\</OutputPath>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'">
|
||||
<OutputPath>bin\Prerelease\</OutputPath>
|
||||
|
||||
@@ -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.0.24")]
|
||||
[assembly: AssemblyFileVersion ("1.0.0.24")]
|
||||
[assembly: AssemblyVersion ("1.0.1.41")]
|
||||
[assembly: AssemblyFileVersion ("1.0.1.41")]
|
||||
|
||||
@@ -27,6 +27,8 @@ using System.ComponentModel.Composition;
|
||||
using System.IO;
|
||||
using System.Windows.Media;
|
||||
|
||||
// [000623][Sweet] Depaga ~Service Angel~
|
||||
|
||||
namespace GameRes.Formats.Hmp
|
||||
{
|
||||
[Export(typeof(ImageFormat))]
|
||||
|
||||
Reference in New Issue
Block a user