source: OniSplit/Properties/AssemblyInfo.cs@ 1193

Last change on this file since 1193 was 1114, checked in by iritscen, 5 years ago

Adding OniSplit source code (v0.9.99.0). Many thanks to Neo for all his work over the years.

File size: 397 bytes
Line 
1using System.Reflection;
2using System.Runtime.InteropServices;
3
4[assembly: AssemblyTitle("OniSplit")]
5[assembly: AssemblyDescription("Oni game data import/export tool")]
6[assembly: AssemblyProduct("OniSplit")]
7[assembly: AssemblyCopyright("Copyright © 2007-2014 Neo")]
8
9[assembly: ComVisible(false)]
10
11[assembly: AssemblyVersion("0.9.99")]
12[assembly: AssemblyFileVersion("0.9.99")]
Note: See TracBrowser for help on using the repository browser.