last ...
This commit is contained in:
@@ -12,11 +12,20 @@
|
|||||||
a WebAPI Project which contains all Business Logic of xSaherElm Project.
|
a WebAPI Project which contains all Business Logic of xSaherElm Project.
|
||||||
</Description>
|
</Description>
|
||||||
|
|
||||||
|
<!-- Icon Definition -->
|
||||||
|
<PackageIcon>icon.png</PackageIcon>
|
||||||
|
|
||||||
<!-- Fix Duplicate TargetFramework Issue -->
|
<!-- Fix Duplicate TargetFramework Issue -->
|
||||||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<!-- Icon Handling -->
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="../../Resources/Images/favicon.png" Link="icon.png" Pack="true"
|
||||||
|
PackagePath="\icon.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Local Dependencies -->
|
<!-- Local Dependencies -->
|
||||||
|
|
||||||
<!-- Local Projects -->
|
<!-- Local Projects -->
|
||||||
|
|||||||
Reference in New Issue
Block a user