Added version information.

This commit is contained in:
Shank 2011-05-30 01:18:34 -06:00
parent b5e43662f0
commit ddf5e6dacb
2 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,11 @@ namespace TShockAPI
{
public static string saveDir = "./tshock/";
public abstract Version Version
{
get { return new Version(0, 1); }
}
public override string Name
{
get { return "TShock"; }

View file

@ -32,6 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
<Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />