Removed Engine.cs from the project file.
This commit is contained in:
parent
6f9dc2d97a
commit
f86975c8b9
3 changed files with 3 additions and 2 deletions
3
Mud Designer/..svnbridge/.svnbridge
Normal file
3
Mud Designer/..svnbridge/.svnbridge
Normal 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>
|
|
@ -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" />
|
||||
|
|
|
@ -105,6 +105,5 @@ namespace MudDesigner.MudEngine.FileSystem
|
|||
else
|
||||
return System.IO.Path.Combine(rootPath, DataType.ToString());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue