1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4 <AssemblyName>SDKSample</AssemblyName>
5 <TargetType>winexe</TargetType>
6 <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
7 <SchemaVersion>2.0</SchemaVersion>
8 <OutputPath>bin\$(Configuration)\</OutputPath>
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 <Reference Include="System" />
20 <Reference Include="System.Xml" />
21 <Reference Include="System.Data" />
22 <Reference Include="UIAutomationProvider" />
23 <Reference Include="WindowsBase" />
24 <Reference Include="PresentationCore" />
25 <Reference Include="PresentationFramework" />
26 <Reference Include="UIAutomationTypes" />
29 <ApplicationDefinition Include="app.xaml">
30 <Generator>MSBuild:Compile</Generator>
31 <SubType>Designer</SubType>
32 </ApplicationDefinition>
33 <Page Include="Window1.xaml">
34 <Generator>MSBuild:Compile</Generator>
35 <SubType>Designer</SubType>
39 <Compile Include="Window1.xaml.vb">
40 <SubType>Code</SubType>