Separated MHDD and IBG log generations to separate classes.

This commit is contained in:
2016-02-04 17:12:35 +00:00
parent bd80a6246a
commit f7675b221d
5 changed files with 203 additions and 498 deletions

View File

@@ -64,6 +64,8 @@
<Compile Include="Commands\Configure.cs" />
<Compile Include="Core\Statistics.cs" />
<Compile Include="Commands\Statistics.cs" />
<Compile Include="Core\IBGLog.cs" />
<Compile Include="Core\MHDDLog.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>