Added taskbar icon and standardized locations of images

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-02 16:24:10 -04:00
parent 3c47375229
commit e4b0eb5779
12 changed files with 22 additions and 24 deletions

View File

@@ -36,6 +36,9 @@
<PropertyGroup>
<StartupObject>MediaBrowser.ServerApplication.App</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\Images\Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Hardcodet.Wpf.TaskbarNotification">
<HintPath>..\packages\Hardcodet.Wpf.TaskbarNotification.1.0.4.0\lib\net40\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
@@ -119,7 +122,7 @@
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Resource Include="Icons\Icon.ico" />
<Resource Include="Resources\Images\Icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.