mirror of
https://github.com/kwsch/NHSE.git
synced 2026-08-06 01:40:27 -05:00
12 lines
239 B
XML
12 lines
239 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="LibUsbDotNet" Version="2.2.75" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NHSE.Core\NHSE.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|