Ainos image format implementation.

This commit is contained in:
morkt 2015-04-06 17:11:32 +04:00
parent 1bafacfa09
commit 642d82295d
2 changed files with 3 additions and 2 deletions

View File

@ -125,6 +125,7 @@
<Compile Include="CreateYPFWidget.xaml.cs">
<DependentUpon>CreateYPFWidget.xaml</DependentUpon>
</Compile>
<Compile Include="ImageAinos.cs" />
<Compile Include="ImageBGI.cs" />
<Compile Include="ImageBIP.cs" />
<Compile Include="ImageBMD.cs" />

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.4.35")]
[assembly: AssemblyFileVersion ("1.0.4.35")]
[assembly: AssemblyVersion ("1.0.4.36")]
[assembly: AssemblyFileVersion ("1.0.4.36")]