-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOuterInnerResource.Pn.csproj
More file actions
35 lines (28 loc) · 1.17 KB
/
OuterInnerResource.Pn.csproj
File metadata and controls
35 lines (28 loc) · 1.17 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>net10.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>../../../eFormAPI.Web/Plugins/OuterInnerResource.Pn</OutputPath>
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>../../../eFormAPI.Web/Plugins/OuterInnerResource.Pn</OutputPath>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Templates\report_template.xlsx" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\localization.json" />
</ItemGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microting.eFormApi.BasePn" Version="10.0.8" />
<PackageReference Include="Microting.eFormOuterInnerResourceBase" Version="10.0.8" />
<PackageReference Include="OtpSharp.Core" Version="1.0.0" />
<PackageReference Include="Microting.eForm" Version="10.0.8" />
<PackageReference Include="Sentry" Version="6.0.0" />
</ItemGroup>
</Project>