40 lines
1.3 KiB
XML
40 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<!-- Runtime Definitions -->
|
|
<PropertyGroup>
|
|
<Version>1.0.0</Version>
|
|
<LangVersion>12.0</LangVersion>
|
|
<Authors>Hadi Khazaee Asl</Authors>
|
|
<Company>SaherElm IT Center</Company>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<PackageId>xSaherelm.xIdentityHelper</PackageId>
|
|
|
|
<Description>
|
|
this module provide all Authorization Constants which used in xSaherElm project.
|
|
</Description>
|
|
|
|
<!-- Icon Definition -->
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
</PropertyGroup>
|
|
|
|
<!-- Icon Handling -->
|
|
<ItemGroup>
|
|
<None Include="../../Documents/Resources/Images/favicon.png" Link="icon.png" Pack="true"
|
|
PackagePath="\icon.png" />
|
|
</ItemGroup>
|
|
|
|
<!-- Local Dependencies -->
|
|
<ItemGroup>
|
|
<!-- <PackageReference Include="xDashboard.xIdentityService" Version="1.0.0" /> -->
|
|
<ProjectReference Include="../xPushService/xPushService.csproj" />
|
|
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" />
|
|
</ItemGroup>
|
|
|
|
<!-- For XML Documentation Support -->
|
|
<PropertyGroup>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<NoWarn>$(NoWarn);1591</NoWarn>
|
|
</PropertyGroup>
|
|
|
|
</Project> |