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

20 lines
697 B
XML
Raw Permalink Normal View History

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>
2024-07-13 16:01:08 +02:00
<IsPackable>false</IsPackable>
2012-03-03 10:50:54 +01:00
</PropertyGroup>
2024-07-13 16:01:08 +02:00
<ItemGroup>
2022-10-03 17:25:19 +02:00
<ProjectReference Include="..\Nefarius.Peripherals.SerialPort\Nefarius.Peripherals.SerialPort.csproj" />
</ItemGroup>
2022-10-03 17:25:19 +02:00
2012-03-03 10:50:54 +01:00
</Project>