Skip to content

Commit

Permalink
Added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lkosson committed Apr 15, 2021
1 parent a9468e2 commit 3d0dfb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<projectUrl>https://github.com/lkosson/reportviewercore</projectUrl>
<description>SQL Server Reporting Services engine decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0</description>
<tags>ReportViewer Report Viewer Reporting Services ReportingServices SSRS RDLC RDL Reporting PDF Microsoft .Net Core NetCore AspNetCore</tags>
<icon>images\icon.png</icon>
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.CodeAnalysis.VisualBasic" version="3.6.0" exclude="Build,Analyzers" />
Expand All @@ -28,5 +29,6 @@
<file src="bin\Release\netcoreapp3.1\Microsoft.ReportViewer.Common.dll" target="lib\netcoreapp3.1"></file>
<file src="bin\Release\netcoreapp3.1\Microsoft.ReportViewer.DataVisualization.dll" target="lib\netcoreapp3.1"></file>
<file src="bin\Release\netcoreapp3.1\Microsoft.ReportViewer.ProcessingObjectModel.dll" target="lib\netcoreapp3.1"></file>
<file src="..\icon.png" target="images\"></file>
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<projectUrl>https://github.com/lkosson/reportviewercore</projectUrl>
<description>SQL Server Reporting Services ReportViewer WinForms control decompiled and recompiled for .NET Core. Based on ReportViewer 15.0.1404.0</description>
<tags>ReportViewer Report Viewer Reporting Services ReportingServices SSRS RDLC RDL Reporting PDF Microsoft .Net Core NetCore AspNetCore WinForms Windows Forms Desktop</tags>
<icon>images\icon.png</icon>
<frameworkReferences>
<group targetFramework=".NETCoreApp3.1">
<frameworkReference name="Microsoft.WindowsDesktop.App.WindowsForms" />
Expand All @@ -33,5 +34,6 @@
<file src="bin\Release\netcoreapp3.1\Microsoft.ReportViewer.Common.dll" target="lib\netcoreapp3.1"></file>
<file src="bin\Release\netcoreapp3.1\Microsoft.ReportViewer.DataVisualization.dll" target="lib\netcoreapp3.1"></file>
<file src="bin\Release\netcoreapp3.1\Microsoft.ReportViewer.ProcessingObjectModel.dll" target="lib\netcoreapp3.1"></file>
<file src="..\icon.png" target="images\"></file>
</files>
</package>
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d0dfb4

Please sign in to comment.