Files
Gmail-ArneMoerman.be-Sorter/GmailArneMoermanSorter/GmailArneMoermanSorter.csproj
Arne Moerman 411f4eb774 initial commit
2024-12-15 18:56:09 +01:00

21 lines
487 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Apis.Gmail.v1" Version="1.64.0.3231" />
</ItemGroup>
<ItemGroup>
<None Update="clientSecret.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>