mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move partitions plugins to a separate library.
This commit is contained in:
@@ -47,12 +47,8 @@
|
||||
<Compile Include="Plugins\Opera.cs" />
|
||||
<Compile Include="Plugins\AppleHFS.cs" />
|
||||
<Compile Include="Plugins\FAT.cs" />
|
||||
<Compile Include="PartPlugins\PartPlugin.cs" />
|
||||
<Compile Include="PartPlugins\AppleMap.cs" />
|
||||
<Compile Include="Plugins\FFS.cs" />
|
||||
<Compile Include="Plugins\AppleHFSPlus.cs" />
|
||||
<Compile Include="PartPlugins\MBR.cs" />
|
||||
<Compile Include="PartPlugins\NeXT.cs" />
|
||||
<Compile Include="Plugins\BFS.cs" />
|
||||
<Compile Include="Plugins\HPFS.cs" />
|
||||
<Compile Include="Plugins\NTFS.cs" />
|
||||
@@ -80,9 +76,7 @@
|
||||
<Compile Include="Decoders\BD.cs" />
|
||||
<Compile Include="Decoders\DVD.cs" />
|
||||
<Compile Include="Plugins\ProDOS.cs" />
|
||||
<Compile Include="PartPlugins\RDB.cs" />
|
||||
<Compile Include="Plugins\AmigaDOS.cs" />
|
||||
<Compile Include="PartPlugins\Atari.cs" />
|
||||
<Compile Include="Commands\Entropy.cs" />
|
||||
<Compile Include="Decoders\Floppy.cs" />
|
||||
<Compile Include="DetectImageFormat.cs" />
|
||||
@@ -199,5 +193,9 @@
|
||||
<Project>{F2B84194-26EB-4227-B1C5-6602517E85AE}</Project>
|
||||
<Name>DiscImageChef.CommonTypes</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\DiscImageChef.Partitions\DiscImageChef.Partitions.csproj">
|
||||
<Project>{DA7AB65D-B5BA-4003-8893-A51BB071BA2F}</Project>
|
||||
<Name>DiscImageChef.Partitions</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user