Removed Engine.cs from the project file.

This commit is contained in:
Scionwest_cp 2009-12-03 13:18:25 -08:00
parent 6f9dc2d97a
commit f86975c8b9
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:ignore</Name><Value>bin
obj
</Value></Property></Properties></ItemProperties>

View file

@ -52,7 +52,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="MudEngine\Engine.cs" />
<Compile Include="MudEngine\FileSystem\SaveDataTypes.cs" />
<Compile Include="MudEngine\GameObjects\BaseObject.cs" />
<Compile Include="MudEngine\GameObjects\Currency.cs" />

View file

@ -105,6 +105,5 @@ namespace MudDesigner.MudEngine.FileSystem
else
return System.IO.Path.Combine(rootPath, DataType.ToString());
}
}
}