aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio.Backends
diff options
context:
space:
mode:
authorMary <me@thog.eu>2021-12-14 22:05:25 +0100
committerGitHub <noreply@github.com>2021-12-14 18:05:25 -0300
commit2b08ceb9c1ef3c35b9bcafc41cb03d88686bd850 (patch)
tree11380280c6d62c986f791447e03318e0ab4a673f /Ryujinx.Audio.Backends
parent265b3145a392006ea68de21488dbd456d17b7989 (diff)
Remove unused empty Ryujinx.Audio.Backends project (#2919)
Diffstat (limited to 'Ryujinx.Audio.Backends')
-rw-r--r--Ryujinx.Audio.Backends/Ryujinx.Audio.Backends.csproj32
1 files changed, 0 insertions, 32 deletions
diff --git a/Ryujinx.Audio.Backends/Ryujinx.Audio.Backends.csproj b/Ryujinx.Audio.Backends/Ryujinx.Audio.Backends.csproj
deleted file mode 100644
index 83088f27..00000000
--- a/Ryujinx.Audio.Backends/Ryujinx.Audio.Backends.csproj
+++ /dev/null
@@ -1,32 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="OpenTK.NetStandard" Version="1.0.5.32" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\Ryujinx.Audio\Ryujinx.Audio.csproj" />
- <ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <ContentWithTargetPath Include="SoundIo\Native\libsoundio\libs\libsoundio.dll">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <TargetPath>libsoundio.dll</TargetPath>
- </ContentWithTargetPath>
- <ContentWithTargetPath Include="SoundIo\Native\libsoundio\libs\libsoundio.dylib">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <TargetPath>libsoundio.dylib</TargetPath>
- </ContentWithTargetPath>
- <ContentWithTargetPath Include="SoundIo\Native\libsoundio\libs\libsoundio.so">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <TargetPath>libsoundio.so</TargetPath>
- </ContentWithTargetPath>
- </ItemGroup>
-
-</Project>