This commit is contained in:
2026-07-26 21:21:22 +03:30
parent 33be091978
commit 2a7d61e301
+12 -3
View File
@@ -7,16 +7,25 @@
<PackageId>xSaherElm.xApi</PackageId>
<Company>SaherElm IT Center</Company>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Description>
a WebAPI Project which contains all Business Logic of xSaherElm Project.
a WebAPI Project which contains all Business Logic of xSaherElm Project.
</Description>
<!-- Icon Definition -->
<PackageIcon>icon.png</PackageIcon>
<!-- Fix Duplicate TargetFramework Issue -->
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<!-- Icon Handling -->
<ItemGroup>
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true"
PackagePath="\icon.png" />
</ItemGroup>
<!-- Local Dependencies -->
<!-- Local Projects -->
@@ -51,4 +60,4 @@
<Target Name="CreateRequiredFolder" AfterTargets="AfterPublish">
<MakeDir Directories="$(PublishDir)wwwroot" Condition="!Exists('$(PublishDir)wwwroot')" />
</Target>
</Project>
</Project>