diff --git a/BACnet.csproj b/BACnet.csproj index 1d16323..6ba3721 100644 --- a/BACnet.csproj +++ b/BACnet.csproj @@ -1,189 +1,41 @@ - - + - Debug - AnyCPU - 8.0.30703 - 2.0 - {66832876-01FC-4B7C-8D92-54195773FABF} - Library - Properties + net40;net462;netstandard2.0; + true + Ela-compil sp. z o. o. + BACnet + Morten Kvistgaard, Ela-compil + Copyright (c) 2017 Jakub Bartkowiak, MIT License + fce4c8e3-0d3a-4d90-9c26-349177129433 + https://github.com/ela-compil/BACnet + https://raw.githubusercontent.com/ela-compil/BACnet/master/logo.png + BACnet protocol library for .NET System.IO.BACnet - BACnet - v4.0 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - latest - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - latest + 7.1 + BACnet protocol library for .NET - - $(SolutionDir)\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll - - - $(SolutionDir)\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll - - - $(SolutionDir)\packages\PacketDotNet.0.13.0\lib\net\PacketDotNet.dll - - - $(SolutionDir)\packages\SharpPcap.4.2.0\lib\net\SharpPcap.dll - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - + + + + + + + + + + + - - - \ No newline at end of file diff --git a/BACnet.nuspec b/BACnet.nuspec deleted file mode 100644 index 3e1ba31..0000000 --- a/BACnet.nuspec +++ /dev/null @@ -1,14 +0,0 @@ - - - - BACnet - $version$ - BACnet - Jakub Brtkowiak, Ela-compil - https://github.com/ela-compil/BACnet - https://raw.githubusercontent.com/ela-compil/BACnet/master/logo.png - BACnet protocol library for .NET - Copyright (c) 2017 Jakub Bartkowiak, MIT License - bacnet scada bvlc mstp - - \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index 8f69c57..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("BACnet")] -[assembly: AssemblyDescription("BACnet protocol library for .NET")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Ela-compil sp. z o. o.")] -[assembly: AssemblyProduct("BACnet")] -[assembly: AssemblyCopyright("Copyright (c) 2017 Jakub Bartkowiak, MIT License")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] -[assembly: Guid("fce4c8e3-0d3a-4d90-9c26-349177129433")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]