1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <AssemblyName>RoutedEventCustomApp</AssemblyName>
4 <TargetType>winexe</TargetType>
5 <Configuration>Debug</Configuration>
6 <OutputPath>..\bin\$(Configuration)\</OutputPath>
7 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
8 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11 <UpgradeBackupLocation>
12 </UpgradeBackupLocation>
13 <OldToolsVersion>2.0</OldToolsVersion>
14 <ProjectGuid>{6BA84FA9-1229-4737-888F-1B067FE213F6}</ProjectGuid>
16 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
17 <OutputPath>bin\debug\</OutputPath>
19 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
21 <ApplicationDefinition Include="app.xaml">
22 <Generator>MSBuild:Compile</Generator>
23 <SubType>Designer</SubType>
24 </ApplicationDefinition>
25 <Page Include="default.xaml">
26 <Generator>MSBuild:Compile</Generator>
27 <SubType>Designer</SubType>
29 <Compile Include="default.xaml.cs" />
32 <Reference Include="SDKSampleLibrary, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
33 <SpecificVersion>False</SpecificVersion>
34 <HintPath>.\SDKSampleLibrary.dll</HintPath>
36 <Reference Include="System" />
37 <Reference Include="System.Xml" />
38 <Reference Include="System.Data" />
39 <Reference Include="WindowsBase" />
40 <Reference Include="PresentationCore" />
41 <Reference Include="PresentationFramework" />
42 <Reference Include="UIAutomationProvider" />
43 <Reference Include="UIAutomationTypes">