Implement a utility command to check for explicit

interface implementation violations
This commit is contained in:
Taryn Hill
2015-11-28 18:49:43 -06:00
parent 3ccbb480ad
commit 2e861c6d65
3 changed files with 127 additions and 0 deletions

View File

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