20052c3fb4
Update .drone.yml, .gitignore, and 4 more files...
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>NibblePoker.Application.ListComPort</RootNamespace>
|
|
<AssemblyName>NibblePoker.Application.ListComPort</AssemblyName>
|
|
<AssemblyVersion>4.0.0</AssemblyVersion>
|
|
<FileVersion>4.0.0</FileVersion>
|
|
<Version>4.0.0</Version>
|
|
<NeutralLanguage>en-001</NeutralLanguage>
|
|
<IsPackable>false</IsPackable>
|
|
<Authors>Herwin Bozet (@NibblePoker)</Authors>
|
|
<ApplicationIcon>..\NibblePoker.Packaging.ListComPort\Icons\lscom-v2-text-01.ico</ApplicationIcon>
|
|
<Configurations>Release</Configurations>
|
|
<Platforms>AnyCPU</Platforms>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NibblePoker.Library.ComPortHelpers\NibblePoker.Library.ComPortHelpers.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NibblePoker.Library.Arguments" Version="2.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="..\NibblePoker.Packaging.ListComPort\Icons\lscom-v2-text-01.ico">
|
|
<Link>lscom-v2-text-01.ico</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|