Added an icon to the NzbDrone project (and set as the icon for that compiled application).

This commit is contained in:
Mark McDowall 2011-04-24 19:44:01 -07:00
parent 43e02fa24a
commit 5a4bedc34d
4 changed files with 8 additions and 2 deletions

View File

@ -849,7 +849,7 @@
<file relUrl="Content/2011.1.315/Outlook/slider-vs-both.gif" publishTime="03/28/2011 22:03:28" />
<file relUrl="Content/2011.1.315/Office2007/treeview-line.png" publishTime="03/28/2011 22:03:28" />
<file relUrl="bin/System.Web.WebPages.Razor.xml" publishTime="12/20/2010 09:52:36" />
<file relUrl="bin/NzbDrone.Web.dll" publishTime="04/24/2011 19:23:51" />
<file relUrl="bin/NzbDrone.Web.dll" publishTime="04/24/2011 19:32:25" />
<file relUrl="Content/Images/ui-bg_glass_50_99c2ff_1x400.png" publishTime="03/07/2011 20:48:08" />
<file relUrl="Content/2011.1.315/Sunset/treeview-line.png" publishTime="03/28/2011 22:03:28" />
<file relUrl="Content/2011.1.315/Default/imagebrowser.png" publishTime="03/28/2011 22:03:28" />
@ -905,7 +905,7 @@
<file relUrl="Content/jquery-ui-1.8.8.custom.css" publishTime="03/07/2011 20:48:08" />
<file relUrl="Content/style.css" publishTime="04/20/2011 22:33:13" />
<file relUrl="Views/Settings/General.cshtml" publishTime="04/20/2011 17:10:28" />
<file relUrl="bin/NzbDrone.Web.pdb" publishTime="04/24/2011 19:23:50" />
<file relUrl="bin/NzbDrone.Web.pdb" publishTime="04/24/2011 19:32:25" />
<file relUrl="Content/2011.1.315/Sunset/sprite-vertical.png" publishTime="03/28/2011 22:03:28" />
<file relUrl="Content/2011.1.315/Default/slider-hs-both.gif" publishTime="03/28/2011 22:03:28" />
<file relUrl="Content/2011.1.315/Office2007/slider-hs-bottom.gif" publishTime="03/28/2011 22:03:28" />
@ -931,6 +931,7 @@
<file relUrl="Content/2011.1.315/Outlook/slider-hs-top.gif" publishTime="03/28/2011 22:03:28" />
<file relUrl="Content/2011.1.315/Default/slider-hs-bottom.gif" publishTime="03/28/2011 22:03:28" />
<file relUrl="Content/2011.1.315/Vista/imagebrowser.png" publishTime="03/28/2011 22:03:28" />
<file relUrl="favicon.ico" publishTime="03/30/2011 16:03:38" />
<file relUrl="Content/2011.1.315/Office2007/slider-h-top.gif" publishTime="03/28/2011 22:03:28" />
<file relUrl="Views/AddSeries/AddNew.cshtml" publishTime="04/20/2011 23:40:55" />
<file relUrl="App_GlobalResources/GridLocalization.fr-FR.resx" publishTime="03/30/2011 16:03:37" />

View File

@ -590,6 +590,7 @@
<Content Include="Content\notibar.css" />
<Content Include="Content\style.css" />
<Content Include="Content\XbmcNotification.png" />
<Content Include="favicon.ico" />
<Content Include="Global.asax" />
<Content Include="Libraries\Ninject.Web.Mvc.dll" />
<Content Include="Libraries\Ninject.Web.Mvc.xml" />

View File

@ -49,6 +49,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>NzbDrone.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility">
<EmbedInteropTypes>True</EmbedInteropTypes>
@ -88,6 +91,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Microsoft.Web.Administration.dll" />
<Content Include="NzbDrone.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">

BIN
NzbDrone/NzbDrone.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB