- add generating timesheets from google calendar

- minor fixes
This commit is contained in:
2025-10-10 10:49:20 +02:00
parent 584ffa36cb
commit f9ea678e00
12 changed files with 200 additions and 24 deletions

View File

@@ -25,6 +25,7 @@
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
</PackageReference>
<PackageReference Include="EPPlus" Version="7.5.3" />
<PackageReference Include="Google.Apis.Calendar.v3" Version="1.69.0.3746" />
<PackageReference Include="SkiaSharp" Version="3.118.0-preview.2.3" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.118.0-preview.2.3" />
<PackageReference Include="SkiaSharp.NativeAssets.macOS" Version="3.118.0-preview.2.3" />
@@ -43,4 +44,8 @@
<ItemGroup>
<Folder Include="Resources\icon\" />
</ItemGroup>
<ItemGroup>
<UpToDateCheckInput Remove="View\TimeSheetView\TimeSheetView.axaml" />
</ItemGroup>
</Project>