Server/SharpDisplayManager.csproj
changeset 94 fe939a729030
parent 93 f0015e909f41
child 95 a4a02cc952a0
     1.1 --- a/Server/SharpDisplayManager.csproj	Sun Jan 18 14:18:28 2015 +0100
     1.2 +++ b/Server/SharpDisplayManager.csproj	Sun Jan 18 18:11:32 2015 +0100
     1.3 @@ -92,7 +92,7 @@
     1.4      <GenerateManifests>true</GenerateManifests>
     1.5    </PropertyGroup>
     1.6    <PropertyGroup>
     1.7 -    <ApplicationIcon>vfd.ico</ApplicationIcon>
     1.8 +    <ApplicationIcon>Resources\vfd.ico</ApplicationIcon>
     1.9    </PropertyGroup>
    1.10    <PropertyGroup>
    1.11      <StartupObject>SharpDisplayManager.Program</StartupObject>
    1.12 @@ -134,6 +134,7 @@
    1.13        <DependentUpon>MainForm.cs</DependentUpon>
    1.14      </Compile>
    1.15      <Compile Include="MarqueeLabel.cs" />
    1.16 +    <Compile Include="NotifyIconAdv.cs" />
    1.17      <Compile Include="Program.cs" />
    1.18      <Compile Include="ProgressForm.cs">
    1.19        <SubType>Form</SubType>
    1.20 @@ -214,7 +215,7 @@
    1.21    </ItemGroup>
    1.22    <ItemGroup>
    1.23      <Content Include="MiniDisplay.dll" />
    1.24 -    <Content Include="vfd.ico" />
    1.25 +    <EmbeddedResource Include="Resources\vfd.ico" />
    1.26    </ItemGroup>
    1.27    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.28    <!-- To modify your build process, add your task inside one of the targets below and uncomment it.