-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathServiceTimePlanningPlugin.csproj
More file actions
38 lines (32 loc) · 1.45 KB
/
ServiceTimePlanningPlugin.csproj
File metadata and controls
38 lines (32 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>../../MicrotingService/bin/Debug/Plugins/ServiceTimePlanningPlugin</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.70.0.3819" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="9.0.9" />
<PackageReference Include="Microting.eForm" Version="9.0.52" />
<PackageReference Include="Microting.eFormApi.BasePn" Version="9.0.49" />
<PackageReference Include="Microting.TimePlanningBase" Version="9.0.50" />
<PackageReference Include="Microting.WindowsService.BasePn" Version="2.0.0" />
<PackageReference Include="Sentry" Version="5.15.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.9" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\SharedResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Translations.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Update="Resources\SharedResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>SharedResource.resx</DependentUpon>
</Compile>
</ItemGroup>
</Project>