released v1.5.34

This commit is contained in:
morkt
2018-01-23 16:28:46 +04:00
parent 0425aa269e
commit 6c0f4657ac
14 changed files with 83 additions and 39 deletions

View File

@@ -30,6 +30,7 @@ using System.IO;
using System.Text;
using GameRes.Compression;
// [991001][Inspire] days innocent
// [000707][inspire] ambience
namespace GameRes.Formats.Inspire

View File

@@ -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>

View File

@@ -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")]

View File

@@ -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))]