-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.props
21 lines (21 loc) · 926 Bytes
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/seayxu/serilog-sinks-spreadsheet.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/seayxu/serilog-sinks-spreadsheet</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Company>Hsu</Company>
<Authors>Hsu</Authors>
<Copyright>Copyright © GodSharp 2023-Now</Copyright>
<OutputPath>$(MSBuildThisFileDirectory)output\$(AssemblyName)</OutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>1591;NETSDK1138;$(NoWarn)</NoWarn>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>
</Project>