mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor: Move Statistics to Core.
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="CommandLine">
|
||||
<HintPath>..\packages\CommandLineParser.2.1.1-beta\lib\net40\CommandLine.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Main.cs" />
|
||||
@@ -65,7 +65,6 @@
|
||||
<Compile Include="Core\Checksum.cs" />
|
||||
<Compile Include="Commands\DeviceReport.cs" />
|
||||
<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" />
|
||||
|
||||
Reference in New Issue
Block a user