Refactor: Move IBGLog to Core.

This commit is contained in:
2017-05-27 15:42:00 +01:00
parent 9a87466b25
commit e5d667f424
7 changed files with 31 additions and 14 deletions

View File

@@ -39,6 +39,7 @@
<Compile Include="ImageFormat.cs" />
<Compile Include="Statistics.cs" />
<Compile Include="Checksum.cs" />
<Compile Include="Logging\IBGLog.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
@@ -82,5 +83,8 @@
<Name>DiscImageChef.Metadata</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Logging\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>