-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathServiceWorkflowPlugin.csproj
More file actions
35 lines (32 loc) · 1.55 KB
/
ServiceWorkflowPlugin.csproj
File metadata and controls
35 lines (32 loc) · 1.55 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>../../MicrotingService/bin/Debug/Plugins/ServiceWorkflowPlugin</OutputPath>
</PropertyGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="9.0.9" />
<PackageReference Include="Microting.eForm" Version="9.0.52" />
<PackageReference Include="Microting.EformAngularFrontendBase" Version="9.0.44" />
<PackageReference Include="Microting.eFormWorkflowBase" Version="8.0.108" />
<PackageReference Include="Microting.WindowsService.BasePn" Version="2.0.0" />
<PackageReference Include="SendGrid" Version="9.29.3" />
<PackageReference Include="Sentry" Version="5.15.0" />
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.9" />
<PackageReference Include="Microting.eFormApi.BasePn" Version="9.0.49" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\report.docx" />
<EmbeddedResource Include="Resources\report.docx" />
<None Remove="Resources\Email.html" />
<EmbeddedResource Include="Resources\Email.html" />
<None Remove="Resources\Templates\file.docx" />
<EmbeddedResource Include="Resources\Templates\file.docx" />
<None Remove="Resources\Templates\page.html" />
<EmbeddedResource Include="Resources\Templates\page.html" />
</ItemGroup>
</Project>