Fixed missing SaveManager.cs from project file fixes #401

This commit is contained in:
stevenh 2012-02-21 14:38:36 +00:00
parent 988bc4198b
commit 3890a82b0e

View file

@ -85,6 +85,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BackupManager.cs" />
<Compile Include="SaveManager.cs" />
<Compile Include="DB\BanManager.cs" />
<Compile Include="DB\InventoryManager.cs" />
<Compile Include="DB\IQueryBuilder.cs" />
@ -197,4 +198,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>