added samples
[windows-sources.git] / sdk / samples / WPFSamples / RoutedEventCustom / csharp / routedeventcustomapp / routedeventcustomapp.csproj
blob9ff48a612eb2c1332c9841049c470feef6276417
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
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>
9     <FileUpgradeFlags>
10     </FileUpgradeFlags>
11     <UpgradeBackupLocation>
12     </UpgradeBackupLocation>
13     <OldToolsVersion>2.0</OldToolsVersion>
14     <ProjectGuid>{6BA84FA9-1229-4737-888F-1B067FE213F6}</ProjectGuid>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
17     <OutputPath>bin\debug\</OutputPath>
18   </PropertyGroup>
19   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
20   <ItemGroup>
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>
28     </Page>
29     <Compile Include="default.xaml.cs" />
30   </ItemGroup>
31   <ItemGroup>
32     <Reference Include="SDKSampleLibrary, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
33       <SpecificVersion>False</SpecificVersion>
34       <HintPath>.\SDKSampleLibrary.dll</HintPath>
35     </Reference>
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">
44     </Reference>
45   </ItemGroup>
46 </Project>