mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-09-22 20:27:11 +00:00
Remove duplicate line in csproj for Windows ARM64 since rebase
This commit is contained in:
parent
986866b9ab
commit
f4abc311d1
|
@ -33,11 +33,6 @@
|
|||
<PackagePath>runtimes/win-x86/native</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
</Content>
|
||||
<Content Include="$(MSBuildThisFileDirectory)native\win-arm64\SDL2.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<PackagePath>runtimes/win-arm64/native</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
</Content>
|
||||
<Content Include="$(MSBuildThisFileDirectory)native\osx-x64\libSDL2.dylib">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<PackagePath>runtimes/osx-x64/native</PackagePath>
|
||||
|
|
Loading…
Reference in a new issue