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

18 lines
993 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2012-03-03 10:50:54 +01:00
<PropertyGroup>
<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>
2019-12-27 20:08:51 +01:00
<Version>1.0.0</Version>
2012-03-03 10:50:54 +01:00
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
2012-03-03 10:50:54 +01:00
</ItemGroup>
</Project>