Rev 16 | Rev 18 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16 | Rev 17 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?xml version="1.0" encoding="utf-8"?> |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion=" |
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <PropertyGroup> |
3 | <PropertyGroup> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | <ProductVersion>9.0.21022</ProductVersion> |
6 | <ProductVersion>9.0.21022</ProductVersion> |
7 | <SchemaVersion>2.0</SchemaVersion> |
7 | <SchemaVersion>2.0</SchemaVersion> |
8 | <ProjectGuid>{FDF772E9-FEF6-487A-B5C7-B64267449CC0}</ProjectGuid> |
8 | <ProjectGuid>{FDF772E9-FEF6-487A-B5C7-B64267449CC0}</ProjectGuid> |
9 | <OutputType>Library</OutputType> |
9 | <OutputType>Library</OutputType> |
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | <RootNamespace>SoapBox.Core</RootNamespace> |
11 | <RootNamespace>SoapBox.Core</RootNamespace> |
12 | <AssemblyName>SoapBox.Core.Contracts</AssemblyName> |
12 | <AssemblyName>SoapBox.Core.Contracts</AssemblyName> |
13 | <TargetFrameworkVersion> |
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | <FileAlignment>512</FileAlignment> |
14 | <FileAlignment>512</FileAlignment> |
- | 15 | <FileUpgradeFlags> |
|
- | 16 | </FileUpgradeFlags> |
|
- | 17 | <OldToolsVersion>3.5</OldToolsVersion> |
|
- | 18 | <UpgradeBackupLocation /> |
|
- | 19 | <TargetFrameworkProfile>Client</TargetFrameworkProfile> |
|
- | 20 | <PublishUrl>publish\</PublishUrl> |
|
- | 21 | <Install>true</Install> |
|
- | 22 | <InstallFrom>Disk</InstallFrom> |
|
- | 23 | <UpdateEnabled>false</UpdateEnabled> |
|
- | 24 | <UpdateMode>Foreground</UpdateMode> |
|
- | 25 | <UpdateInterval>7</UpdateInterval> |
|
- | 26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
- | 27 | <UpdatePeriodically>false</UpdatePeriodically> |
|
- | 28 | <UpdateRequired>false</UpdateRequired> |
|
- | 29 | <MapFileExtensions>true</MapFileExtensions> |
|
- | 30 | <ApplicationRevision>0</ApplicationRevision> |
|
- | 31 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
- | 32 | <IsWebBootstrapper>false</IsWebBootstrapper> |
|
- | 33 | <UseApplicationTrust>false</UseApplicationTrust> |
|
- | 34 | <BootstrapperEnabled>true</BootstrapperEnabled> |
|
15 | </PropertyGroup> |
35 | </PropertyGroup> |
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | <DebugSymbols>true</DebugSymbols> |
37 | <DebugSymbols>true</DebugSymbols> |
18 | <DebugType>full</DebugType> |
38 | <DebugType>full</DebugType> |
19 | <Optimize>false</Optimize> |
39 | <Optimize>false</Optimize> |
Line 36... | Line 56... | ||
36 | </Reference> |
56 | </Reference> |
37 | <Reference Include="PresentationFramework"> |
57 | <Reference Include="PresentationFramework"> |
38 | <RequiredTargetFramework>3.0</RequiredTargetFramework> |
58 | <RequiredTargetFramework>3.0</RequiredTargetFramework> |
39 | </Reference> |
59 | </Reference> |
40 | <Reference Include="System" /> |
60 | <Reference Include="System" /> |
41 | <Reference Include="System.ComponentModel.Composition, Version=2009.4.6.0, Culture=neutral, processorArchitecture=MSIL"> |
- | |
42 | <SpecificVersion>False</SpecificVersion> |
- | |
43 | < |
61 | <Reference Include="System.ComponentModel.Composition" /> |
44 | </Reference> |
- | |
45 | <Reference Include="System.Core"> |
62 | <Reference Include="System.Core"> |
46 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
63 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
47 | </Reference> |
64 | </Reference> |
48 | <Reference Include="System.Data" /> |
65 | <Reference Include="System.Data" /> |
49 | <Reference Include="System.Drawing" /> |
66 | <Reference Include="System.Drawing" /> |
50 | <Reference Include="System.Windows.Forms" /> |
67 | <Reference Include="System.Windows.Forms" /> |
- | 68 | <Reference Include="System.Xaml" /> |
|
51 | <Reference Include="System.Xml" /> |
69 | <Reference Include="System.Xml" /> |
52 | <Reference Include="WindowsBase"> |
70 | <Reference Include="WindowsBase"> |
53 | <RequiredTargetFramework>3.0</RequiredTargetFramework> |
71 | <RequiredTargetFramework>3.0</RequiredTargetFramework> |
54 | </Reference> |
72 | </Reference> |
55 | </ItemGroup> |
73 | </ItemGroup> |
Line 160... | Line 178... | ||
160 | <Compile Include="Utilities\AppEnvironment.cs" /> |
178 | <Compile Include="Utilities\AppEnvironment.cs" /> |
161 | <Compile Include="Utilities\UIHelper.cs" /> |
179 | <Compile Include="Utilities\UIHelper.cs" /> |
162 | </ItemGroup> |
180 | </ItemGroup> |
163 | <ItemGroup> |
181 | <ItemGroup> |
164 | <Page Include="Gui\Controls\AbstractButtonView.xaml"> |
182 | <Page Include="Gui\Controls\AbstractButtonView.xaml"> |
- | 183 | <Generator>MSBuild:Compile</Generator> |
|
- | 184 | <SubType>Designer</SubType> |
|
165 | <Generator>MSBuild:Compile</Generator> |
185 | <Generator>MSBuild:Compile</Generator> |
166 | <SubType>Designer</SubType> |
186 | <SubType>Designer</SubType> |
167 | </Page> |
187 | </Page> |
168 | <Page Include="Gui\StatusBar\StatusBarButton\AbstractStatusBarButtonView.xaml"> |
188 | <Page Include="Gui\StatusBar\StatusBarButton\AbstractStatusBarButtonView.xaml"> |
- | 189 | <Generator>MSBuild:Compile</Generator> |
|
- | 190 | <SubType>Designer</SubType> |
|
169 | <Generator>MSBuild:Compile</Generator> |
191 | <Generator>MSBuild:Compile</Generator> |
170 | <SubType>Designer</SubType> |
192 | <SubType>Designer</SubType> |
171 | </Page> |
193 | </Page> |
172 | <Page Include="Gui\StatusBar\StatusBarLabel\AbstractStatusBarLabelView.xaml"> |
194 | <Page Include="Gui\StatusBar\StatusBarLabel\AbstractStatusBarLabelView.xaml"> |
- | 195 | <Generator>MSBuild:Compile</Generator> |
|
- | 196 | <SubType>Designer</SubType> |
|
173 | <Generator>MSBuild:Compile</Generator> |
197 | <Generator>MSBuild:Compile</Generator> |
174 | <SubType>Designer</SubType> |
198 | <SubType>Designer</SubType> |
175 | </Page> |
199 | </Page> |
176 | <Page Include="Gui\StatusBar\StatusBarProgressBar\AbstractStatusBarProgressBarView.xaml"> |
200 | <Page Include="Gui\StatusBar\StatusBarProgressBar\AbstractStatusBarProgressBarView.xaml"> |
- | 201 | <Generator>MSBuild:Compile</Generator> |
|
- | 202 | <SubType>Designer</SubType> |
|
177 | <Generator>MSBuild:Compile</Generator> |
203 | <Generator>MSBuild:Compile</Generator> |
178 | <SubType>Designer</SubType> |
204 | <SubType>Designer</SubType> |
179 | </Page> |
205 | </Page> |
180 | <Page Include="Gui\StatusBar\StatusBarRadioButton\AbstractStatusBarRadioButtonView.xaml"> |
206 | <Page Include="Gui\StatusBar\StatusBarRadioButton\AbstractStatusBarRadioButtonView.xaml"> |
- | 207 | <Generator>MSBuild:Compile</Generator> |
|
- | 208 | <SubType>Designer</SubType> |
|
181 | <Generator>MSBuild:Compile</Generator> |
209 | <Generator>MSBuild:Compile</Generator> |
182 | <SubType>Designer</SubType> |
210 | <SubType>Designer</SubType> |
183 | </Page> |
211 | </Page> |
184 | <Page Include="Gui\StatusBar\StatusBarSeparator\AbstractStatusBarSeparatorView.xaml"> |
212 | <Page Include="Gui\StatusBar\StatusBarSeparator\AbstractStatusBarSeparatorView.xaml"> |
- | 213 | <Generator>MSBuild:Compile</Generator> |
|
- | 214 | <SubType>Designer</SubType> |
|
185 | <Generator>MSBuild:Compile</Generator> |
215 | <Generator>MSBuild:Compile</Generator> |
186 | <SubType>Designer</SubType> |
216 | <SubType>Designer</SubType> |
187 | </Page> |
217 | </Page> |
188 | <Page Include="Gui\StatusBar\StatusBarToggleButton\AbstractStatusBarToggleButtonView.xaml"> |
218 | <Page Include="Gui\StatusBar\StatusBarToggleButton\AbstractStatusBarToggleButtonView.xaml"> |
- | 219 | <Generator>MSBuild:Compile</Generator> |
|
- | 220 | <SubType>Designer</SubType> |
|
189 | <Generator>MSBuild:Compile</Generator> |
221 | <Generator>MSBuild:Compile</Generator> |
190 | <SubType>Designer</SubType> |
222 | <SubType>Designer</SubType> |
191 | </Page> |
223 | </Page> |
192 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarButton\AbstractToolBarButtonView.xaml"> |
224 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarButton\AbstractToolBarButtonView.xaml"> |
- | 225 | <Generator>MSBuild:Compile</Generator> |
|
- | 226 | <SubType>Designer</SubType> |
|
193 | <Generator>MSBuild:Compile</Generator> |
227 | <Generator>MSBuild:Compile</Generator> |
194 | <SubType>Designer</SubType> |
228 | <SubType>Designer</SubType> |
195 | </Page> |
229 | </Page> |
196 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarLabel\AbstractToolBarLabelView.xaml"> |
230 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarLabel\AbstractToolBarLabelView.xaml"> |
- | 231 | <Generator>MSBuild:Compile</Generator> |
|
- | 232 | <SubType>Designer</SubType> |
|
197 | <Generator>MSBuild:Compile</Generator> |
233 | <Generator>MSBuild:Compile</Generator> |
198 | <SubType>Designer</SubType> |
234 | <SubType>Designer</SubType> |
199 | </Page> |
235 | </Page> |
200 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarRadioButton\AbstractToolBarRadioButtonView.xaml"> |
236 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarRadioButton\AbstractToolBarRadioButtonView.xaml"> |
- | 237 | <Generator>MSBuild:Compile</Generator> |
|
- | 238 | <SubType>Designer</SubType> |
|
201 | <Generator>MSBuild:Compile</Generator> |
239 | <Generator>MSBuild:Compile</Generator> |
202 | <SubType>Designer</SubType> |
240 | <SubType>Designer</SubType> |
203 | </Page> |
241 | </Page> |
204 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarSeparator\AbstractToolBarSeparatorView.xaml"> |
242 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarSeparator\AbstractToolBarSeparatorView.xaml"> |
- | 243 | <Generator>MSBuild:Compile</Generator> |
|
- | 244 | <SubType>Designer</SubType> |
|
205 | <Generator>MSBuild:Compile</Generator> |
245 | <Generator>MSBuild:Compile</Generator> |
206 | <SubType>Designer</SubType> |
246 | <SubType>Designer</SubType> |
207 | </Page> |
247 | </Page> |
208 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarToggleButton\AbstractToolBarToggleButtonView.xaml"> |
248 | <Page Include="Gui\ToolBar\ToolBarItem\ToolBarToggleButton\AbstractToolBarToggleButtonView.xaml"> |
- | 249 | <Generator>MSBuild:Compile</Generator> |
|
- | 250 | <SubType>Designer</SubType> |
|
209 | <Generator>MSBuild:Compile</Generator> |
251 | <Generator>MSBuild:Compile</Generator> |
210 | <SubType>Designer</SubType> |
252 | <SubType>Designer</SubType> |
211 | </Page> |
253 | </Page> |
212 | </ItemGroup> |
254 | </ItemGroup> |
213 | <ItemGroup> |
255 | <ItemGroup> |
Line 221... | Line 263... | ||
221 | </ProjectReference> |
263 | </ProjectReference> |
222 | <ProjectReference Include="..\..\SoapBox.Utilities\SoapBox.Utilities.csproj"> |
264 | <ProjectReference Include="..\..\SoapBox.Utilities\SoapBox.Utilities.csproj"> |
223 | <Project>{28CCC32E-9FEC-40B5-B7A9-299449635464}</Project> |
265 | <Project>{28CCC32E-9FEC-40B5-B7A9-299449635464}</Project> |
224 | <Name>SoapBox.Utilities</Name> |
266 | <Name>SoapBox.Utilities</Name> |
225 | </ProjectReference> |
267 | </ProjectReference> |
- | 268 | </ItemGroup> |
|
- | 269 | <ItemGroup> |
|
- | 270 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
- | 271 | <Visible>False</Visible> |
|
- | 272 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
- | 273 | <Install>false</Install> |
|
- | 274 | </BootstrapperPackage> |
|
- | 275 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
- | 276 | <Visible>False</Visible> |
|
- | 277 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
|
- | 278 | <Install>true</Install> |
|
- | 279 | </BootstrapperPackage> |
|
- | 280 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
- | 281 | <Visible>False</Visible> |
|
- | 282 | <ProductName>Windows Installer 3.1</ProductName> |
|
- | 283 | <Install>true</Install> |
|
- | 284 | </BootstrapperPackage> |
|
226 | </ItemGroup> |
285 | </ItemGroup> |
227 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
286 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
228 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
287 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
229 | Other similar extension points exist, see Microsoft.Common.targets. |
288 | Other similar extension points exist, see Microsoft.Common.targets. |
230 | <Target Name="BeforeBuild"> |
289 | <Target Name="BeforeBuild"> |