added samples
[windows-sources.git] / sdk / samples / WPFSamples / RoutedEventHandle / csharp / routedeventhandle.csproj
blob8598c9a1811fc9b0596a0e488761b7a11ab0a9a6
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <AssemblyName>RoutedEventHandle</AssemblyName>
5 <TargetType>winexe</TargetType>
6 <Configuration>Debug</Configuration>
7 <OutputPath>bin\$(Configuration)\</OutputPath>
8 </PropertyGroup>
9 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
10 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets"/>
11 <ItemGroup>
12 <ApplicationDefinition Include="app.xaml"/>
13 <Page Include="default.xaml"/>
14 <Compile Include="default.xaml.cs"/>
15 </ItemGroup>
16 <ItemGroup>
17 <Reference Include="System"/>
18 <Reference Include="System.Xml"/>
19 <Reference Include="System.Data"/>
20 <Reference Include="WindowsBase"/>
21 <Reference Include="PresentationCore"/>
22 <Reference Include="PresentationFramework"/>
23 <Reference Include="UIAutomationProvider"/>
24 <Reference Include="UIAutomationTypes"/>
25 </ItemGroup>
26 </Project>