This commit is contained in:
2026-07-26 21:21:02 +03:30
parent 8ef313144c
commit 158968ec88
+6 -4
View File
@@ -10,7 +10,8 @@
<TargetFramework>netstandard2.0</TargetFramework> <TargetFramework>netstandard2.0</TargetFramework>
<Description> <Description>
provide all Exceptions and its related actions/extensions and classes which required to xDashboard project. provide all Exceptions and its related actions/extensions and classes which required to
xDashboard project.
</Description> </Description>
<!-- Icon Definition --> <!-- Icon Definition -->
@@ -19,7 +20,8 @@
<!-- Icon Handling --> <!-- Icon Handling -->
<ItemGroup> <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> </ItemGroup>
<!-- For XML Documentation Support --> <!-- For XML Documentation Support -->
@@ -28,5 +30,5 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn> <NoWarn>$(NoWarn);1591</NoWarn>
</PropertyGroup> </PropertyGroup>
</Project> </Project>