Moving DLL to please Visual Studio.
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>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</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>11</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 <Reference Include="Microsoft.VisualBasic" />
101 <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
102 <Reference Include="System" />
103 <Reference Include="System.Configuration" />
104 <Reference Include="System.Core" />
105 <Reference Include="System.Runtime.Serialization" />
106 <Reference Include="System.ServiceModel" />
107 <Reference Include="System.Xml.Linq" />
108 <Reference Include="System.Data.DataSetExtensions" />
109 <Reference Include="Microsoft.CSharp" />
110 <Reference Include="System.Data" />
111 <Reference Include="System.Deployment" />
112 <Reference Include="System.Drawing" />
113 <Reference Include="System.Windows.Forms" />
114 <Reference Include="System.Xml" />
115 <Reference Include="System.Xml.Serialization" />
118 <Compile Include="CbtHook.cs" />
119 <Compile Include="DialogBox.cs" />
120 <Compile Include="Display.cs" />
121 <Compile Include="DisplaySettings.cs" />
122 <Compile Include="MainForm.cs">
123 <SubType>Form</SubType>
125 <Compile Include="MainForm.Designer.cs">
126 <DependentUpon>MainForm.cs</DependentUpon>
128 <Compile Include="MarqueeLabel.cs" />
129 <Compile Include="Program.cs" />
130 <Compile Include="Properties\AssemblyInfo.cs" />
131 <Compile Include="Session.cs" />
132 <Compile Include="Settings.cs" />
133 <Compile Include="Win32API.cs" />
134 <Compile Include="WindowsHook.cs" />
135 <Compile Include="WndProcRetHook.cs" />
136 <EmbeddedResource Include="MainForm.resx">
137 <DependentUpon>MainForm.cs</DependentUpon>
139 <EmbeddedResource Include="Properties\Resources.resx">
140 <Generator>ResXFileCodeGenerator</Generator>
141 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
142 <SubType>Designer</SubType>
144 <Compile Include="Properties\Resources.Designer.cs">
145 <AutoGen>True</AutoGen>
146 <DependentUpon>Resources.resx</DependentUpon>
147 <DesignTime>True</DesignTime>
149 <None Include="Properties\Settings.settings">
150 <Generator>SettingsSingleFileGenerator</Generator>
151 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
153 <Compile Include="Properties\Settings.Designer.cs">
154 <AutoGen>True</AutoGen>
155 <DependentUpon>Settings.settings</DependentUpon>
156 <DesignTimeSharedInput>True</DesignTimeSharedInput>
158 <None Include="SharpDisplayManager_TemporaryKey.pfx" />
161 <None Include="App.config" />
164 <ProjectReference Include="..\Client\SharpDisplayClient.csproj">
165 <Project>{7ee64074-8cdb-4448-b40c-81b75d6b31cd}</Project>
166 <Name>SharpDisplayClient</Name>
168 <ProjectReference Include="..\Interface\SharpDisplayInterface.csproj">
169 <Project>{88eee0dc-abbc-4738-bad6-7e08cf7f50f9}</Project>
170 <Name>SharpDisplayInterface</Name>
174 <BootstrapperPackage Include=".NETFramework,Version=v4.0">
175 <Visible>False</Visible>
176 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
177 <Install>true</Install>
178 </BootstrapperPackage>
179 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
180 <Visible>False</Visible>
181 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
182 <Install>false</Install>
183 </BootstrapperPackage>
184 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
185 <Visible>False</Visible>
186 <ProductName>.NET Framework 3.5 SP1</ProductName>
187 <Install>false</Install>
188 </BootstrapperPackage>
189 <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
190 <Visible>False</Visible>
191 <ProductName>Windows Installer 4.5</ProductName>
192 <Install>true</Install>
193 </BootstrapperPackage>
196 <Content Include="MiniDisplay.dll" />
197 <Content Include="vfd.ico" />
199 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
201 Other similar extension points exist, see Microsoft.Common.targets.
202 <Target Name="BeforeBuild">
204 <Target Name="AfterBuild">