18 lines
663 B
XML
Executable File
18 lines
663 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>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Nefarius.Peripherals.SerialPort\Nefarius.Peripherals.SerialPort.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |