File size: 563 Bytes
7b715bc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\Generated\Google.Apis.Calendar.v3\Google.Apis.Calendar.v3.cs" Link="Services\Google.Apis.Calendar.v3.cs" />
<Compile Include="..\..\Generated\Google.Apis.Drive.v3\Google.Apis.Drive.v3.cs" Link="Services\Google.Apis.Drive.v3.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Google.Apis.Auth.AspNetCore3\Google.Apis.Auth.AspNetCore3.csproj" />
</ItemGroup>
</Project>
|