Files
xSaherElmIdentityHelper/xIdentityHelper.csproj
T
2026-05-06 04:42:27 +03:30

29 lines
1003 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definitions -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xSaherelm.xIdentityHelper</PackageId>
<Version>1.0.0</Version>
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<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>
</Project>