Ryuclaw.Mac/Ryuclaw.Audio.Desktop/Ryuclaw.Audio.Desktop.csproj

19 lines
587 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ryuclaw.Shared\Ryuclaw.Shared.csproj" />
<ProjectReference Include="..\Ryuclaw.Audio.Shared\Ryuclaw.Audio.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="OpenAL-CS">
<HintPath>..\..\..\code\OpenAL-CS\bin\Debug\netstandard2.0\OpenAL-CS.dll</HintPath>
</Reference>
</ItemGroup>
</Project>