Nefarius.Peripherals.Serial.../PInvokeSerialPort.Sample/PInvokeSerialPort.Sample.csproj

20 lines
697 B
XML
Executable File

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProductVersion>8.0.30703</ProductVersion>
<ProjectGuid>{76FAB402-7515-4A9B-8605-4FEC0736C78A}</ProjectGuid>
<OutputType>Exe</OutputType>
<TargetFramework>net6</TargetFramework>
<AssemblyTitle>PInvokeSerialPort.Sample</AssemblyTitle>
<Product>PInvokeSerialPort.Sample</Product>
<Copyright>Copyright © 2012</Copyright>
<OutputPath>bin\$(Configuration)\</OutputPath>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Nefarius.Peripherals.SerialPort\Nefarius.Peripherals.SerialPort.csproj" />
</ItemGroup>
</Project>