You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
707 B
20 lines
707 B
<Project>
|
|
|
|
<Import Project="common.props" />
|
|
|
|
<PropertyGroup>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<IncludeSource>true</IncludeSource>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Product>OpenIddict</Product>
|
|
<PackageIconUrl>https://avatars3.githubusercontent.com/u/13908567?s=64</PackageIconUrl>
|
|
<PackageProjectUrl>https://github.com/openiddict/openiddict-core</PackageProjectUrl>
|
|
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>git://github.com/openiddict/openiddict-core</RepositoryUrl>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|
|
|