Cleaned up release configs
This commit is contained in:
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>
|
Reference in New Issue
Block a user