Initial ...

This commit is contained in:
2026-03-22 14:00:52 +03:30
commit afeaf31fe1
10 changed files with 1154 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definitions -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>xSaherelmAI.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 AI 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="../xIdentityService/xIdentityService.csproj" /> -->
</ItemGroup>
</Project>