Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Dayyan authored and Mohammad Dayyan committed Feb 4, 2020
1 parent 174266d commit 14f97d4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 18 additions & 6 deletions MD.PersianDateTime.Standard/MD.PersianDateTime.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,24 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Add GetDifferenceQuarter Method</Description>
<Description>A C# library to use PersianCalendar as easy as DateTime</Description>
<Copyright>Mohammad Dayyan - @mdssoft</Copyright>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageLicense>https://licenses.nuget.org/MIT</PackageLicense>
<PackageProjectUrl>https://github.com/Mds92/MD.PersianDateTime</PackageProjectUrl>
<PackageIconUrl>http://www.codeproject.com/KB/library/850359/PersianDateTimePng.png</PackageIconUrl>
<RepositoryUrl>https://github.com/Mds92/MD.PersianDateTime</RepositoryUrl>
<PackageTags>c# .net-standard persiandatetime datetime calendar</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<Version>2.0.0</Version>
<AssemblyVersion>2.0.1.0</AssemblyVersion>
<FileVersion>2.0.1.0</FileVersion>
<Version>2.0.1</Version>
<LangVersion>latest</LangVersion>
<LangVersion>8</LangVersion>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageIcon>PersianDateTimePng.png</PackageIcon>
<PackageIconUrl />
<PackageLicenseExpression></PackageLicenseExpression>
<Company>Mohammad Dayyan</Company>
<Authors>Mohammad Dayyan</Authors>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -27,4 +32,11 @@
</Compile>
</ItemGroup>

<ItemGroup>
<None Include="Icon/PersianDateTimePng.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=icon/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

0 comments on commit 14f97d4

Please sign in to comment.