mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added PCMCIA support.
This commit is contained in:
@@ -93,6 +93,10 @@
|
||||
<Compile Include="SCSI\ModesEncoders.cs" />
|
||||
<Compile Include="LisaTag.cs" />
|
||||
<Compile Include="CD\Sector.cs" />
|
||||
<Compile Include="PCMCIA\Enums.cs" />
|
||||
<Compile Include="PCMCIA\Types.cs" />
|
||||
<Compile Include="PCMCIA\CIS.cs" />
|
||||
<Compile Include="PCMCIA\VendorCode.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
@@ -115,6 +119,7 @@
|
||||
<Folder Include="Floppy\" />
|
||||
<Folder Include="Xbox\" />
|
||||
<Folder Include="SCSI\SSC\" />
|
||||
<Folder Include="PCMCIA\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\LICENSE.LGPL">
|
||||
|
||||
Reference in New Issue
Block a user