Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SIDOVSKY committed Nov 12, 2020
1 parent 7c92c2d commit 4cf8422
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
Binary file added Assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions Assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ If your project doesn't have linq expressions to generate delegates from and you

<PropertyGroup>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">
<ItemGroup>
Expand All @@ -51,6 +52,7 @@ If your project doesn't have linq expressions to generate delegates from and you

<ItemGroup>
<Content Include="build/**/*.*" Pack="true" PackagePath="build" />
<None Include="..\Assets\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
5 changes: 5 additions & 0 deletions ExpressionDelegates/ExpressionDelegates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@

This package contains only the base classes required for expression delegates' usage. It should be used in projects that do not contain any linq expressions to generate delegates from, but make use of the delegates generated for other assemblies.
Delegates generation is provided via the main `ExpressionDelegates.Generation` package.</Description>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\Assets\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 4cf8422

Please sign in to comment.