put GuardOrderGenerator in the correct namespace

This commit is contained in:
Matthias Mailänder
2016-01-10 07:22:42 +01:00
parent bef6f40759
commit 5b263e3cdb
4 changed files with 64 additions and 45 deletions

View File

@@ -724,6 +724,7 @@
<Compile Include="FileFormats\XORDeltaCompression.cs" />
<Compile Include="FileFormats\RLEZerosCompression.cs" />
<Compile Include="FileFormats\IniFile.cs" />
<Compile Include="Orders\GuardOrderGenerator.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>