Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Jul 26, 2019
1 parent 5cff99d commit 598efb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 9 additions & 0 deletions src/Shiny.Bluetooth/IBluetoothDevice.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System;


namespace Shiny.Bluetooth
{
class IBluetoothDevice
{
}
}
8 changes: 0 additions & 8 deletions src/Shiny.Bluetooth/Shiny.Bluetooth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,4 @@
<Compile Include="**\Platforms\iOS\**\*.cs" />
</ItemGroup>

<ItemGroup>
<Compile Remove="Platforms\Uwp\BluetoothManagerImpl.cs" />
</ItemGroup>

<ItemGroup>
<None Remove="Platforms\Shared\ServiceCollectionExtensions.cs" />
</ItemGroup>

</Project>

0 comments on commit 598efb1

Please sign in to comment.