-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoIT.Toolkit.QuickActions.csproj
32 lines (32 loc) · 1.47 KB
/
coIT.Toolkit.QuickActions.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows8.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<BaseOutputPath>..\..\build\coIT.Clockodo.QuickActions</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="coIT.Libraries.Clockodo" Version="1.0.0"/>
<PackageReference Include="coIT.Libraries.ClockodoBusinessRules" Version="1.0.0"/>
<PackageReference Include="coIT.Libraries.ConfigurationManager" Version="1.1.0"/>
<PackageReference Include="coIT.Libraries.LexOffice" Version="1.0.0"/>
<PackageReference Include="coIT.Libraries.Lexoffice.BusinessRules" Version="2.0.0"/>
<PackageReference Include="coIT.Libraries.Toolkit.Datengrundlagen" Version="2.0.1"/>
<PackageReference Include="coIT.Libraries.WinForms" Version="1.0.0"/>
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
</ItemGroup>
<ItemGroup>
<None Update="img\installer_banner.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="img\installer_dialog.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="img\program_icon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>