2018-11-25 13:54:47 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2012-03-03 10:50:54 +01:00
|
|
|
|
<PropertyGroup>
|
2018-11-25 13:54:47 +01:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
|
<Authors>Ebrahim Byagowi, Benjamin Höglinger-Stelzer</Authors>
|
|
|
|
|
<PackageProjectUrl>https://github.com/nefarius/PInvokeSerialPort</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/nefarius/PInvokeSerialPort</RepositoryUrl>
|
2018-11-25 14:12:30 +01:00
|
|
|
|
<PackageId>Nefarius.PInvokeSerialPort</PackageId>
|
|
|
|
|
<Description>P/Invoke wrapper for Win32API serial port</Description>
|
|
|
|
|
<Copyright>Copyright 2012-2017 Ebrahim Byagowi, 2018 Benjamin Höglinger-Stelzer</Copyright>
|
|
|
|
|
<PackageIconUrl>https://raw.githubusercontent.com/Nefarius/PInvokeSerialPort/master/ProjectIcon.png</PackageIconUrl>
|
|
|
|
|
<PackageLicenseUrl>https://raw.githubusercontent.com/nefarius/PInvokeSerialPort/master/LICENSE</PackageLicenseUrl>
|
2012-03-03 10:50:54 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2018-11-25 13:54:47 +01:00
|
|
|
|
<Folder Include="Properties\" />
|
2012-03-03 10:50:54 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|