Ryuclaw.Mac/Ryuclaw.Shared/Ryuclaw.Shared.csproj

20 lines
468 B
XML
Raw Normal View History

2023-08-25 12:39:31 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove="Audio\" />
<None Remove="Speech\" />
<None Remove="Input\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Audio\" />
<Folder Include="Speech\" />
<Folder Include="Input\" />
</ItemGroup>
</Project>