-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.props
25 lines (24 loc) · 1.04 KB
/
common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>1.0.4</Version>
<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<Authors>StarElite</Authors>
<Product>StarElite</Product>
<PackageProjectUrl>https://github.com/DestinyCore/DestinyCore.Modules</PackageProjectUrl>
<RepositoryUrl>https://github.com/DestinyCore/DestinyCore.Modules</RepositoryUrl>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageIcon>icon.png</PackageIcon>
<!-- Include symbol files (*.pdb) in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<ItemGroup>
<None Include="..\icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="Properties\PublishProfiles\FolderProfile.pubxml.user" />
</ItemGroup>
</Project>