google-api-dotnet-client / Src /Tools /BuildGeneratedArgumentTranslator /BuildGeneratedArgumentTranslator.csproj
AbdulElahGwaith's picture
Upload folder using huggingface_hub
7b715bc verified
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ToolUtilities\ToolUtilities.csproj" />
</ItemGroup>
</Project>