google-api-dotnet-client / Src /Tools /BuildGeneratedArgumentTranslator /BuildGeneratedArgumentTranslator.csproj
| <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> |