mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added skeleton for FreeBSD device handling.
This commit is contained in:
@@ -72,6 +72,10 @@
|
||||
<Compile Include="Device\AtaCommands\Smart.cs" />
|
||||
<Compile Include="Device\AtaCommands\Cfa.cs" />
|
||||
<Compile Include="Device\AtaCommands\MCPT.cs" />
|
||||
<Compile Include="FreeBSD\Command.cs" />
|
||||
<Compile Include="FreeBSD\Enums.cs" />
|
||||
<Compile Include="FreeBSD\Extern.cs" />
|
||||
<Compile Include="FreeBSD\Structs.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
@@ -80,6 +84,7 @@
|
||||
<Folder Include="Device\" />
|
||||
<Folder Include="Device\ScsiCommands\" />
|
||||
<Folder Include="Device\AtaCommands\" />
|
||||
<Folder Include="FreeBSD\" />
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<MonoDevelop>
|
||||
|
||||
Reference in New Issue
Block a user