Files
infosys-publisher/InfosysPublisher/InfosysPublisher.csproj
David Štaleker ca229fbd89 nove verzije
2024-08-02 11:00:59 +02:00

29 lines
806 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<ApplicationIcon>infosysPublisher.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<None Remove="infosysPublisher.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
</ItemGroup>
<ItemGroup>
<Resource Include="infosysPublisher.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
</Project>