-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathTimePlanning.Pn.csproj
More file actions
50 lines (42 loc) · 2.05 KB
/
TimePlanning.Pn.csproj
File metadata and controls
50 lines (42 loc) · 2.05 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
39
40
41
42
43
44
45
46
47
48
49
50
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>../../../eFormAPI.Web/Plugins/TimePlanning.Pn</OutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>../../../eFormAPI.Web/Plugins/TimePlanning.Pn</OutputPath>
</PropertyGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\eForms\00. Arbejdstid.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ExcelDataReader" Version="3.7.0" />
<PackageReference Include="Google.Apis.Sheets.v4" Version="1.69.0.3694" />
<PackageReference Include="Microting.eForm" Version="9.0.28" />
<PackageReference Include="Microting.EformAngularFrontendBase" Version="9.0.24" />
<PackageReference Include="Microting.eFormApi.BasePn" Version="9.0.27" />
<PackageReference Include="McMaster.NETCore.Plugins" Version="2.0.0" />
<PackageReference Include="Microting.TimePlanningBase" Version="9.0.26" />
<PackageReference Include="Sentry" Version="5.5.1" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\eForms\00. Arbejdstid.xml" />
<EmbeddedResource Include="Resources\localization.json" />
<None Remove="Resources\eForms\01. Info eForm.xml" />
<EmbeddedResource Include="Resources\eForms\01. Info eForm.xml" />
<EmbeddedResource Update="Resources\Translations.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Translations.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Translations.da.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Translations.da.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>