1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProjectGuid>{7EF15B0A-9DD3-4D9D-8711-0F288E68224B}</ProjectGuid>
6 <RootNamespace>SDKSamples</RootNamespace>
7 <AssemblyName>ThreadingMultipleBrowserSample</AssemblyName>
8 <WarningLevel>4</WarningLevel>
9 <OutputType>winexe</OutputType>
10 <ApplicationVersion>1.0.0.*</ApplicationVersion>
11 <!-- Most people will use Publish dialog in Visual Studio to increment this -->
12 <BootstrapperEnabled>false</BootstrapperEnabled>
13 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
14 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>2.0</OldToolsVersion>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>.\bin\Debug\</OutputPath>
26 <DefineConstants>DEBUG;TRACE</DefineConstants>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugSymbols>false</DebugSymbols>
30 <Optimize>true</Optimize>
31 <OutputPath>.\bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
35 <Reference Include="System" />
36 <Reference Include="System.Data" />
37 <Reference Include="System.Windows.Forms" />
38 <Reference Include="WindowsBase" />
39 <Reference Include="PresentationCore" />
40 <Reference Include="PresentationFramework" />
41 <Reference Include="UIAutomationProvider" />
42 <Reference Include="UIAutomationTypes" />
43 <Reference Include="WindowsFormsIntegration" />
46 <ApplicationDefinition Include="app.xaml">
47 <SubType>Designer</SubType>
48 <Generator>MSBuild:Compile</Generator>
49 </ApplicationDefinition>
50 <Page Include="Window1.xaml">
51 <SubType>Designer</SubType>
52 <Generator>MSBuild:Compile</Generator>
54 <Compile Include="app.xaml.cs">
55 <DependentUpon>app.xaml</DependentUpon>
56 <SubType>Code</SubType>
58 <Compile Include="Window1.xaml.cs">
59 <DependentUpon>Window1.xaml</DependentUpon>
60 <SubType>Code</SubType>
63 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />