Skip to content

Commit

Permalink
Merge pull request #757 from dorssel/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
dorssel committed Nov 13, 2023
2 parents a523b10 + 0b36d8b commit d41eb6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ SPDX-License-Identifier: GPL-3.0-only
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<None Remove="NativeMethods.txt" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="NativeMethods.txt" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Microsoft.Windows.CsWin32">
Expand Down
1 change: 1 addition & 0 deletions Usbipd.Automation/Usbipd.Automation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SPDX-License-Identifier: GPL-3.0-only
<Import Project="..\NetStandard.props" />

<ItemGroup>
<None Remove="usb.ids" />
<AdditionalFiles Include="usb.ids" />
</ItemGroup>

Expand Down

0 comments on commit d41eb6d

Please sign in to comment.