Update checks now gives notification when the application is already up-to-date.
Adding version number to main form text.
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{1DA8C1B3-18C5-4E74-BE4E-0B0E15FBAF49}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>SharpDisplayManager</RootNamespace>
11 <AssemblyName>SharpDisplayManager</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <TargetFrameworkProfile />
15 <IsWebBootstrapper>true</IsWebBootstrapper>
16 <PublishUrl>ftp://lenclud%40monroe.dreamhost.com/publish.slions.net/SharpDisplayManager/</PublishUrl>
17 <Install>true</Install>
18 <InstallFrom>Web</InstallFrom>
19 <UpdateEnabled>true</UpdateEnabled>
20 <UpdateMode>Background</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>true</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <InstallUrl>http://publish.slions.net/SharpDisplayManager/</InstallUrl>
27 <SupportUrl>http://publish.slions.net/SharpDisplayManager/</SupportUrl>
28 <ProductName>Sharp Display Manager</ProductName>
29 <PublisherName>Slions</PublisherName>
30 <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
31 <WebPage>index.htm</WebPage>
32 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
33 <ApplicationRevision>14</ApplicationRevision>
34 <ApplicationVersion>0.1.0.%2a</ApplicationVersion>
35 <UseApplicationTrust>false</UseApplicationTrust>
36 <CreateDesktopShortcut>true</CreateDesktopShortcut>
37 <PublishWizardCompleted>true</PublishWizardCompleted>
38 <BootstrapperEnabled>true</BootstrapperEnabled>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41 <PlatformTarget>AnyCPU</PlatformTarget>
42 <DebugSymbols>true</DebugSymbols>
43 <DebugType>full</DebugType>
44 <Optimize>false</Optimize>
45 <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
46 <DefineConstants>DEBUG;TRACE</DefineConstants>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
49 <Prefer32Bit>false</Prefer32Bit>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <PlatformTarget>AnyCPU</PlatformTarget>
53 <DebugType>pdbonly</DebugType>
54 <Optimize>true</Optimize>
55 <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
56 <DefineConstants>TRACE</DefineConstants>
57 <ErrorReport>prompt</ErrorReport>
58 <WarningLevel>4</WarningLevel>
59 <Prefer32Bit>false</Prefer32Bit>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
62 <DebugSymbols>true</DebugSymbols>
63 <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
64 <DefineConstants>DEBUG;TRACE</DefineConstants>
65 <DebugType>full</DebugType>
66 <PlatformTarget>x86</PlatformTarget>
67 <ErrorReport>prompt</ErrorReport>
68 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
69 <Prefer32Bit>false</Prefer32Bit>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
72 <OutputPath>bin\x86\Release\</OutputPath>
73 <DefineConstants>TRACE</DefineConstants>
74 <Optimize>true</Optimize>
75 <DebugType>pdbonly</DebugType>
76 <PlatformTarget>x86</PlatformTarget>
77 <ErrorReport>prompt</ErrorReport>
78 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79 <Prefer32Bit>false</Prefer32Bit>
82 <SignManifests>true</SignManifests>
85 <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
88 <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
91 <GenerateManifests>true</GenerateManifests>
94 <ApplicationIcon>vfd.ico</ApplicationIcon>
97 <StartupObject>SharpDisplayManager.Program</StartupObject>
100 <ApplicationManifest>app.manifest</ApplicationManifest>
103 <TargetZone>LocalIntranet</TargetZone>
106 <Reference Include="Microsoft.VisualBasic" />
107 <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
108 <Reference Include="System" />
109 <Reference Include="System.Configuration" />
110 <Reference Include="System.Core" />
111 <Reference Include="System.Runtime.Serialization" />
112 <Reference Include="System.ServiceModel" />
113 <Reference Include="System.Xml.Linq" />
114 <Reference Include="System.Data.DataSetExtensions" />
115 <Reference Include="Microsoft.CSharp" />
116 <Reference Include="System.Data" />
117 <Reference Include="System.Deployment" />
118 <Reference Include="System.Drawing" />
119 <Reference Include="System.Windows.Forms" />
120 <Reference Include="System.Xml" />
121 <Reference Include="System.Xml.Serialization" />
124 <Compile Include="CbtHook.cs" />
125 <Compile Include="DialogBox.cs" />
126 <Compile Include="Display.cs" />
127 <Compile Include="DisplaySettings.cs" />
128 <Compile Include="MainForm.cs">
129 <SubType>Form</SubType>
131 <Compile Include="MainForm.Designer.cs">
132 <DependentUpon>MainForm.cs</DependentUpon>
134 <Compile Include="MarqueeLabel.cs" />
135 <Compile Include="Program.cs" />
136 <Compile Include="Properties\AssemblyInfo.cs" />
137 <Compile Include="Session.cs" />
138 <Compile Include="Settings.cs" />
139 <Compile Include="Win32API.cs" />
140 <Compile Include="WindowsHook.cs" />
141 <Compile Include="WndProcRetHook.cs" />
142 <EmbeddedResource Include="MainForm.resx">
143 <DependentUpon>MainForm.cs</DependentUpon>
145 <EmbeddedResource Include="Properties\Resources.resx">
146 <Generator>ResXFileCodeGenerator</Generator>
147 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
148 <SubType>Designer</SubType>
150 <Compile Include="Properties\Resources.Designer.cs">
151 <AutoGen>True</AutoGen>
152 <DependentUpon>Resources.resx</DependentUpon>
153 <DesignTime>True</DesignTime>
155 <None Include="app.manifest" />
156 <None Include="Properties\Settings.settings">
157 <Generator>SettingsSingleFileGenerator</Generator>
158 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
160 <Compile Include="Properties\Settings.Designer.cs">
161 <AutoGen>True</AutoGen>
162 <DependentUpon>Settings.settings</DependentUpon>
163 <DesignTimeSharedInput>True</DesignTimeSharedInput>
165 <None Include="SharpDisplayManager_TemporaryKey.pfx" />
168 <None Include="App.config" />
171 <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
172 <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
173 <Name>SharpDisplayClient</Name>
175 <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
176 <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
177 <Name>SharpDisplayInterface</Name>
181 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
182 <Visible>False</Visible>
183 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
184 <Install>true</Install>
185 </BootstrapperPackage>
186 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
187 <Visible>False</Visible>
188 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
189 <Install>false</Install>
190 </BootstrapperPackage>
191 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
192 <Visible>False</Visible>
193 <ProductName>.NET Framework 3.5 SP1</ProductName>
194 <Install>false</Install>
195 </BootstrapperPackage>
196 <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
197 <Visible>False</Visible>
198 <ProductName>Windows Installer 4.5</ProductName>
199 <Install>true</Install>
200 </BootstrapperPackage>
203 <Content Include="MiniDisplay.dll" />
204 <Content Include="vfd.ico" />
206 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
207 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
208 Other similar extension points exist, see Microsoft.Common.targets.
209 <Target Name="BeforeBuild">
211 <Target Name="AfterBuild">