Files
DotNet-ListComPort/NibblePoker.Application.ListComPort/NibblePoker.Application.ListComPort.csproj
T
aziascreations e2bc49c0f6 Started refactoring the build process, Moved assets around, Separated some build scripts, Added other assets
Update .gitignore, NibblePoker.Application.ListComPort.csproj, and 39 more files...
2022-11-19 02:34:20 +01:00

34 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>NibblePoker.Application.ListComPort</RootNamespace>
<AssemblyName>NibblePoker.Application.ListComPort</AssemblyName>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<Version>3.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>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NibblePoker.Library.ComPortHelpers\NibblePoker.Library.ComPortHelpers.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NibblePoker.Library.Arguments" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<None Include="..\NibblePoker.Packaging.ListComPort\Icons\lscom-v2-text-01.ico">
<Link>lscom-v2-text-01.ico</Link>
</None>
</ItemGroup>
</Project>