1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <AssemblyName>SDKSample</AssemblyName>
4 <TargetType>winexe</TargetType>
5 <Configuration>Debug</Configuration>
6 <OutputPath>bin\$(Configuration)\</OutputPath>
7 <ProjectGuid>{4F34196D-E796-47A5-9135-2D28733743BE}</ProjectGuid>
8 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
9 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
12 <UpgradeBackupLocation>
13 </UpgradeBackupLocation>
14 <OldToolsVersion>2.0</OldToolsVersion>
16 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
18 <ApplicationDefinition Include="app.xaml">
19 <SubType>Designer</SubType>
20 <Generator>MSBuild:Compile</Generator>
21 </ApplicationDefinition>
22 <Page Include="Window1.xaml">
23 <Generator>MSBuild:Compile</Generator>
24 <SubType>Designer</SubType>
28 <Compile Include="Window1.xaml.cs">
29 <DependentUpon>Window1.xaml</DependentUpon>
30 <SubType>Code</SubType>
34 <Reference Include="System" />
35 <Reference Include="System.Xml" />
36 <Reference Include="System.Data" />
37 <Reference Include="WindowsBase" />
38 <Reference Include="PresentationCore" />
39 <Reference Include="PresentationFramework" />
40 <Reference Include="UIAutomationProvider" />
41 <Reference Include="UIAutomationTypes" />