12 lines
369 B
XML
12 lines
369 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Google.Cloud.Speech.V1" Version="1.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="audio.raw" CopyToOutputDirectory="Always" />
|
|
</ItemGroup>
|
|
</Project> |