Files
Examples/C#/api/QuickStart/QuickStart.csproj
2018-04-20 10:15:15 +01:00

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>