Cleaned up release configs
This commit is contained in:
parent
f1abb93581
commit
316c249e0c
26
Directory.Build.props
Normal file
26
Directory.Build.props
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<Project>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<!-- Package Icon -->
|
||||||
|
<PackageIcon>NSS-128x128.png</PackageIcon>
|
||||||
|
<PackageIconUrl />
|
||||||
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
|
|
||||||
|
<!-- Common solution settings -->
|
||||||
|
<OutputPath>$(SolutionDir)bin\</OutputPath>
|
||||||
|
<PackageOutputDir>$(SolutionDir)bin\</PackageOutputDir>
|
||||||
|
<LangVersion>latest</LangVersion>
|
||||||
|
|
||||||
|
<!-- Docs and symbols generation -->
|
||||||
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
|
<IncludeSymbols>true</IncludeSymbols>
|
||||||
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||||
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="$(SolutionDir)assets\NSS-128x128.png" Pack="true" PackagePath="\" />
|
||||||
|
<None Include="$(SolutionDir)README.md" Pack="true" PackagePath="\" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
@ -7,6 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nefarius.Peripherals.Serial
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99052083-B245-462F-8778-4C94662ABABE}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99052083-B245-462F-8778-4C94662ABABE}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
Directory.Build.props = Directory.Build.props
|
||||||
Local.testsettings = Local.testsettings
|
Local.testsettings = Local.testsettings
|
||||||
PInvokeSerialPort.vsmdi = PInvokeSerialPort.vsmdi
|
PInvokeSerialPort.vsmdi = PInvokeSerialPort.vsmdi
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
|
@ -1,21 +1,16 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
||||||
<Authors>Ebrahim Byagowi, Benjamin Höglinger-Stelzer</Authors>
|
<Authors>Ebrahim Byagowi, Benjamin Höglinger-Stelzer</Authors>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<PackageProjectUrl>https://github.com/nefarius/PInvokeSerialPort</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/nefarius/PInvokeSerialPort</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/nefarius/PInvokeSerialPort</RepositoryUrl>
|
<RepositoryUrl>https://github.com/nefarius/PInvokeSerialPort</RepositoryUrl>
|
||||||
<PackageId>Nefarius.Peripherals.SerialPort</PackageId>
|
<PackageId>Nefarius.Peripherals.SerialPort</PackageId>
|
||||||
<Description>P/Invoke wrapper for Win32API serial port</Description>
|
<Description>P/Invoke wrapper for Win32API serial port</Description>
|
||||||
<Copyright>Copyright 2012-2017 Ebrahim Byagowi, 2018-2022 Benjamin Höglinger-Stelzer</Copyright>
|
<Copyright>Copyright 2012-2017 Ebrahim Byagowi, 2018-2024 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>
|
|
||||||
<Version>1.0.0</Version>
|
<Version>1.0.0</Version>
|
||||||
<OutputPath>$(SolutionDir)bin\</OutputPath>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<PackageIcon>NSS-128x128.png</PackageIcon>
|
<IsPackable>true</IsPackable>
|
||||||
<PackageIconUrl />
|
|
||||||
<LangVersion>latest</LangVersion>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
@ -28,13 +23,6 @@
|
|||||||
<None Remove="Properties\**" />
|
<None Remove="Properties\**" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="..\assets\NSS-128x128.png">
|
|
||||||
<Pack>True</Pack>
|
|
||||||
<PackagePath></PackagePath>
|
|
||||||
</None>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.123">
|
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.123">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
<Copyright>Copyright © 2012</Copyright>
|
<Copyright>Copyright © 2012</Copyright>
|
||||||
<OutputPath>bin\$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Configuration)\</OutputPath>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
|
|
||||||
|
<IsPackable>false</IsPackable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user