feat: add GoogleSheetService.cs to project

This commit is contained in:
2026-05-06 14:47:22 +10:00
parent 6c91c35987
commit fd61eec587
+1 -1
View File
@@ -6,7 +6,6 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B1C2D3E4-F5A6-7890-ABCD-EF1234567891}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Disco.Plugins.ServiceTracker</RootNamespace>
<AssemblyName>Disco.Plugins.ServiceTracker</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
@@ -70,6 +69,7 @@
<Compile Include="Models\DashboardViewModel.cs" />
<Compile Include="Models\ServiceTicket.cs" />
<Compile Include="Models\ServiceTrackerConfig.cs" />
<Compile Include="Services\GoogleSheetService.cs" />
<Compile Include="Services\ServiceTrackerDataStore.cs" />
<Compile Include="Services\ServiceTrackerService.cs" />
<Compile Include="WebHandler\ServiceTrackerWebHandler.cs" />