Files
WPF_Practice/PacticeSolution/Speech/Speech.csproj
2023-08-11 14:35:16 +09:00

15 lines
330 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Speech" Version="7.0.0" />
</ItemGroup>
</Project>