Remove NfcC7_DLL project references and unused imports across PoseidonReader utilities and protocols.

This commit is contained in:
Michal Buzik 2026-02-12 11:02:14 +01:00
parent 5fd68c624d
commit c3b7562a57
3 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
using System;
using NfcC7_DLL.NfcHandler.Protocols;
namespace TBF.Rig.RegisterReaders.PoseidonReader.communication.C7.Protocols
{

View File

@ -7,7 +7,7 @@ using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NfcC7_DLL.NfcHandler.Utils;
namespace TBF.Rig.RegisterReaders.PoseidonReader.communication.C7.Utils
{

View File

@ -4070,10 +4070,6 @@
<Project>{0C0A1F4D-1363-4544-A7C5-196C76D26CCA}</Project>
<Name>GraphLib</Name>
</ProjectReference>
<ProjectReference Include="..\NfcC7_DLL\NfcC7_DLL.csproj">
<Project>{53e75979-b530-4805-8fc9-b314f14a62be}</Project>
<Name>NfcC7_DLL</Name>
</ProjectReference>
<ProjectReference Include="..\RestClient\RestClient.csproj">
<Project>{46e3b0e1-209f-4550-b0dd-d7e2c039b3ce}</Project>
<Name>RestClient</Name>