Merge pull request #10472 from Mailaender/guard-refactor

Cleaned up the Guard code
This commit is contained in:
Oliver Brakmann
2016-01-16 23:09:19 +01:00
4 changed files with 73 additions and 48 deletions

View File

@@ -725,6 +725,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>