2022-10-03 17:25:19 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2012-03-03 10:50:54 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<ProjectGuid>{76FAB402-7515-4A9B-8605-4FEC0736C78A}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2022-10-03 17:25:19 +02:00
|
|
|
|
<TargetFramework>net6</TargetFramework>
|
|
|
|
|
<AssemblyTitle>PInvokeSerialPort.Sample</AssemblyTitle>
|
|
|
|
|
<Product>PInvokeSerialPort.Sample</Product>
|
|
|
|
|
<Copyright>Copyright © 2012</Copyright>
|
|
|
|
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
2012-03-03 10:50:54 +01:00
|
|
|
|
</PropertyGroup>
|
2022-10-03 17:25:19 +02:00
|
|
|
|
|
2018-11-25 13:54:47 +01:00
|
|
|
|
<ItemGroup>
|
2022-10-03 17:25:19 +02:00
|
|
|
|
<ProjectReference Include="..\Nefarius.Peripherals.SerialPort\Nefarius.Peripherals.SerialPort.csproj" />
|
2018-11-25 13:54:47 +01:00
|
|
|
|
</ItemGroup>
|
2022-10-03 17:25:19 +02:00
|
|
|
|
|
2012-03-03 10:50:54 +01:00
|
|
|
|
</Project>
|