Minor clean up.
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 <NuGetPackageImportStamp>c59d0cd0</NuGetPackageImportStamp>
17 <PublishUrl>ftp://lenclud%40monroe.dreamhost.com/publish.slions.net/SharpDisplayManager/</PublishUrl>
18 <Install>true</Install>
19 <InstallFrom>Web</InstallFrom>
20 <UpdateEnabled>true</UpdateEnabled>
21 <UpdateMode>Background</UpdateMode>
22 <UpdateInterval>7</UpdateInterval>
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24 <UpdatePeriodically>true</UpdatePeriodically>
25 <UpdateRequired>false</UpdateRequired>
26 <MapFileExtensions>true</MapFileExtensions>
27 <InstallUrl>http://publish.slions.net/SharpDisplayManager/</InstallUrl>
28 <SupportUrl>http://publish.slions.net/SharpDisplayManager/</SupportUrl>
29 <ProductName>Sharp Display Manager</ProductName>
30 <PublisherName>Slions</PublisherName>
31 <SuiteName>Sharp Display Manager</SuiteName>
32 <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
33 <WebPage>index.htm</WebPage>
34 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
35 <ApplicationRevision>3</ApplicationRevision>
36 <ApplicationVersion>0.4.0.%2a</ApplicationVersion>
37 <UseApplicationTrust>false</UseApplicationTrust>
38 <CreateDesktopShortcut>true</CreateDesktopShortcut>
39 <PublishWizardCompleted>true</PublishWizardCompleted>
40 <BootstrapperEnabled>true</BootstrapperEnabled>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43 <PlatformTarget>AnyCPU</PlatformTarget>
44 <DebugSymbols>true</DebugSymbols>
45 <DebugType>full</DebugType>
46 <Optimize>false</Optimize>
47 <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
48 <DefineConstants>DEBUG;TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
51 <Prefer32Bit>false</Prefer32Bit>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54 <PlatformTarget>AnyCPU</PlatformTarget>
55 <DebugType>pdbonly</DebugType>
56 <Optimize>true</Optimize>
57 <OutputPath>..\..\bin\MiniDisplay\Release\</OutputPath>
58 <DefineConstants>TRACE</DefineConstants>
59 <ErrorReport>prompt</ErrorReport>
60 <WarningLevel>4</WarningLevel>
61 <Prefer32Bit>false</Prefer32Bit>
63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
64 <DebugSymbols>true</DebugSymbols>
65 <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
66 <DefineConstants>DEBUG;TRACE</DefineConstants>
67 <DebugType>full</DebugType>
68 <PlatformTarget>x86</PlatformTarget>
69 <ErrorReport>prompt</ErrorReport>
70 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71 <Prefer32Bit>false</Prefer32Bit>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
74 <OutputPath>bin\x86\Release\</OutputPath>
75 <DefineConstants>TRACE</DefineConstants>
76 <Optimize>true</Optimize>
77 <DebugType>pdbonly</DebugType>
78 <PlatformTarget>x86</PlatformTarget>
79 <ErrorReport>prompt</ErrorReport>
80 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81 <Prefer32Bit>false</Prefer32Bit>
84 <SignManifests>true</SignManifests>
87 <ManifestCertificateThumbprint>70A149AB9F89E507D9411D109553BE22455895D6</ManifestCertificateThumbprint>
90 <ManifestKeyFile>SharpDisplayManager_TemporaryKey.pfx</ManifestKeyFile>
93 <GenerateManifests>true</GenerateManifests>
96 <ApplicationIcon>Resources\vfd.ico</ApplicationIcon>
99 <StartupObject>SharpDisplayManager.Program</StartupObject>
102 <ApplicationManifest>app.manifest</ApplicationManifest>
105 <TargetZone>LocalIntranet</TargetZone>
108 <Reference Include="Microsoft.VisualBasic" />
109 <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
110 <Reference Include="MiniDisplayInterop">
111 <HintPath>..\packages\LibMiniDisplay.1.1.4\lib\MiniDisplayInterop.dll</HintPath>
112 <Private>True</Private>
114 <Reference Include="NAudio, Version=1.7.3.0, Culture=neutral, processorArchitecture=MSIL">
115 <SpecificVersion>False</SpecificVersion>
116 <HintPath>..\packages\NAudio.1.7.3\lib\net35\NAudio.dll</HintPath>
118 <Reference Include="LibMiniDisplay">
120 <Reference Include="SharpLibHid, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
121 <SpecificVersion>False</SpecificVersion>
122 <HintPath>..\packages\SharpLibHid.1.0.7\lib\net20\SharpLibHid.dll</HintPath>
124 <Reference Include="System" />
125 <Reference Include="System.Configuration" />
126 <Reference Include="System.Core" />
127 <Reference Include="System.Runtime.Serialization" />
128 <Reference Include="System.Security" />
129 <Reference Include="System.ServiceModel" />
130 <Reference Include="System.Xml.Linq" />
131 <Reference Include="System.Data.DataSetExtensions" />
132 <Reference Include="Microsoft.CSharp" />
133 <Reference Include="System.Data" />
134 <Reference Include="System.Deployment" />
135 <Reference Include="System.Drawing" />
136 <Reference Include="System.Windows.Forms" />
137 <Reference Include="System.Xml" />
138 <Reference Include="System.Xml.Serialization" />
141 <Compile Include="CbtHook.cs" />
142 <Compile Include="ClientData.cs" />
143 <Compile Include="MainForm.Hid.cs">
144 <DependentUpon>MainForm.cs</DependentUpon>
146 <Compile Include="NetworkManager.cs" />
147 <Compile Include="DialogBox.cs" />
148 <Compile Include="Display.cs" />
149 <Compile Include="DisplaySettings.cs" />
150 <Compile Include="MainForm.cs">
151 <SubType>Form</SubType>
153 <Compile Include="MainForm.Designer.cs">
154 <DependentUpon>MainForm.cs</DependentUpon>
156 <Compile Include="MarqueeLabel.cs" />
157 <Compile Include="NotifyIconAdv.cs" />
158 <Compile Include="Program.cs" />
159 <Compile Include="ProgressForm.cs">
160 <SubType>Form</SubType>
162 <Compile Include="ProgressForm.Designer.cs">
163 <DependentUpon>ProgressForm.cs</DependentUpon>
165 <Compile Include="Properties\AssemblyInfo.cs" />
166 <Compile Include="Session.cs" />
167 <Compile Include="Settings.cs" />
168 <Compile Include="StartupManager.cs" />
169 <Compile Include="TaskScheduler.cs" />
170 <Compile Include="Win32API.cs" />
171 <Compile Include="WindowsHook.cs" />
172 <Compile Include="WndProcRetHook.cs" />
173 <EmbeddedResource Include="MainForm.resx">
174 <DependentUpon>MainForm.cs</DependentUpon>
176 <EmbeddedResource Include="ProgressForm.resx">
177 <DependentUpon>ProgressForm.cs</DependentUpon>
179 <EmbeddedResource Include="Properties\Resources.resx">
180 <Generator>ResXFileCodeGenerator</Generator>
181 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
182 <SubType>Designer</SubType>
184 <Compile Include="Properties\Resources.Designer.cs">
185 <AutoGen>True</AutoGen>
186 <DependentUpon>Resources.resx</DependentUpon>
187 <DesignTime>True</DesignTime>
189 <None Include="app.manifest">
190 <SubType>Designer</SubType>
192 <None Include="packages.config" />
193 <None Include="Properties\Settings.settings">
194 <Generator>SettingsSingleFileGenerator</Generator>
195 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
197 <Compile Include="Properties\Settings.Designer.cs">
198 <AutoGen>True</AutoGen>
199 <DependentUpon>Settings.settings</DependentUpon>
200 <DesignTimeSharedInput>True</DesignTimeSharedInput>
202 <None Include="Resources\Windows-Media-Center-icon-32.png" />
203 <None Include="SharpDisplayManager_TemporaryKey.pfx" />
206 <None Include="App.config" />
209 <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
210 <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
211 <Name>SharpDisplayClient</Name>
213 <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
214 <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
215 <Name>SharpDisplayInterface</Name>
219 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
220 <Visible>False</Visible>
221 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
222 <Install>true</Install>
223 </BootstrapperPackage>
224 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
225 <Visible>False</Visible>
226 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
227 <Install>false</Install>
228 </BootstrapperPackage>
229 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
230 <Visible>False</Visible>
231 <ProductName>.NET Framework 3.5 SP1</ProductName>
232 <Install>false</Install>
233 </BootstrapperPackage>
234 <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
235 <Visible>False</Visible>
236 <ProductName>Windows Installer 4.5</ProductName>
237 <Install>true</Install>
238 </BootstrapperPackage>
241 <EmbeddedResource Include="Resources\vfd.ico" />
244 <COMReference Include="NETWORKLIST">
245 <Guid>{DCB00D01-570F-4A9B-8D69-199FDBA5723B}</Guid>
246 <VersionMajor>1</VersionMajor>
247 <VersionMinor>0</VersionMinor>
249 <WrapperTool>tlbimp</WrapperTool>
250 <Isolated>False</Isolated>
251 <EmbedInteropTypes>True</EmbedInteropTypes>
253 <COMReference Include="Shell32">
254 <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
255 <VersionMajor>1</VersionMajor>
256 <VersionMinor>0</VersionMinor>
258 <WrapperTool>tlbimp</WrapperTool>
259 <Isolated>False</Isolated>
260 <EmbedInteropTypes>True</EmbedInteropTypes>
264 <WCFMetadata Include="Service References\" />
266 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
267 <Import Project="..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets" Condition="Exists('..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets')" />
268 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
270 <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
272 <Error Condition="!Exists('..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibMiniDisplay.1.1.4\build\LibMiniDisplay.targets'))" />
274 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
275 Other similar extension points exist, see Microsoft.Common.targets.
276 <Target Name="BeforeBuild">
278 <Target Name="AfterBuild">