aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj')
-rw-r--r--MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj
index fa54626af..00fdfbfef 100644
--- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj
+++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj
@@ -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.