This commit is contained in:
2026-07-26 21:17:13 +03:30
parent d2d3ac90b6
commit b582b5c73a
+7 -6
View File
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- Runtime Definition -->
<PropertyGroup>
<Version>1.0.0</Version>
@@ -8,9 +8,9 @@
<Company>SaherElm IT Center</Company>
<PackageId>xDashboard.xWebinarService</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>
it is a Part of xDashboard on SaherElm IT Center which provides all Wbinar Related Futures ...
it is a Part of xDashboard on SaherElm IT Center which provides all Wbinar Related Futures ...
</Description>
<!-- Icon Definition -->
@@ -19,7 +19,8 @@
<!-- Icon Handling -->
<ItemGroup>
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true" PackagePath="\icon.png" />
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true"
PackagePath="\icon.png" />
</ItemGroup>
<!-- Local Modules -->
@@ -33,7 +34,7 @@
<ProjectReference Include="../xPushService/xPushService.csproj" />
<ProjectReference Include="../xDataService/xDataService.csproj" />
<ProjectReference Include="../xStringService/xStringService.csproj" />
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" />
<ProjectReference Include="../xIdentityService/xIdentityService.csproj" />
</ItemGroup>
</Project>
</Project>