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 <RootNamespace>SDKSamples</RootNamespace>
8 <ProjectGuid>{6C68B0E1-46FC-45FA-8435-671D87C6A6F0}</ProjectGuid>
9 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
10 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
13 <UpgradeBackupLocation>
14 </UpgradeBackupLocation>
15 <OldToolsVersion>2.0</OldToolsVersion>
17 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
19 <ApplicationDefinition Include="app.xaml">
20 <Generator>MSBuild:Compile</Generator>
21 <SubType>Designer</SubType>
22 </ApplicationDefinition>
23 <Page Include="Window1.xaml">
24 <Generator>MSBuild:Compile</Generator>
25 <SubType>Designer</SubType>
29 <Compile Include="Window1.xaml.vb">
30 <DependentUpon>Window1.xaml</DependentUpon>
31 <SubType>Code</SubType>
35 <Reference Include="System" />
36 <Reference Include="System.Xml" />
37 <Reference Include="System.Data" />
38 <Reference Include="WindowsBase" />
39 <Reference Include="PresentationCore" />
40 <Reference Include="PresentationFramework" />
41 <Reference Include="UIAutomationProvider" />
42 <Reference Include="UIAutomationTypes" />