This commit is contained in:
2025-11-04 00:20:49 +03:30
parent a7479bd2fe
commit 266d74516e
4 changed files with 79 additions and 6 deletions
+12 -3
View File
@@ -8,13 +8,22 @@
<Authors>Hadi Khazaee Asl</Authors>
<Company>SaherElm IT Center</Company>
<Description>
it is a Part of xDashboard on SaherElm IT Center which provides:
it is a Part of xDashboard on SaherElm IT Center which provides all Wbinar Related Futures ...
</Description>
<!-- Icon Definition -->
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<!-- Local Modules -->
<!-- Icon Handling -->
<ItemGroup>
<PackageReference Include="xDashboard.xCommons" Version="1.0.0" />
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true" PackagePath="\icon.png" />
</ItemGroup>
<!-- Local Dependencies -->
<ItemGroup>
<ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xPushService/xPushService.csproj" />
</ItemGroup>
</Project>