mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 11:11:23 +00:00
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<PackageId>Mewtocol.NET</PackageId>
|
|
<Version>0.7.0</Version>
|
|
<Authors>Felix Weiss</Authors>
|
|
<Company>Womed</Company>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<Description>A Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.</Description>
|
|
<Copyright>Copyright (c) 2022 - 2023 WOLF Medizintechnik GmbH</Copyright>
|
|
<PackageProjectUrl>https://github.com/WOmed/MewtocolNet</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/WOmed/MewtocolNet</RepositoryUrl>
|
|
<PackageTags>plc;panasonic;mewtocol;automation;</PackageTags>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<UserSecretsId>2ccdcc9b-94a3-4e76-8827-453ab889ea33</UserSecretsId>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DocumentationFile>..\Builds\MewtocolNet.xml</DocumentationFile>
|
|
<OutputPath>..\Builds</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
<_Parameter1>MewtocolTests</_Parameter1>
|
|
</AssemblyAttribute>
|
|
</ItemGroup>
|
|
</Project>
|