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 <OutputPath>bin\$(Configuration)\</OutputPath>
7 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
8 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
11 <UpgradeBackupLocation>
12 </UpgradeBackupLocation>
13 <OldToolsVersion>2.0</OldToolsVersion>
15 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
17 <Reference Include="System" />
18 <Reference Include="System.Xml" />
19 <Reference Include="System.Data" />
20 <Reference Include="UIAutomationProvider" />
21 <Reference Include="WindowsBase" />
22 <Reference Include="PresentationCore" />
23 <Reference Include="PresentationFramework" />
24 <Reference Include="UIAutomationTypes" />
27 <ApplicationDefinition Include="app.xaml">
28 <Generator>MSBuild:Compile</Generator>
29 <SubType>Designer</SubType>
30 </ApplicationDefinition>
31 <Page Include="Window1.xaml">
32 <Generator>MSBuild:Compile</Generator>
33 <SubType>Designer</SubType>
37 <Compile Include="Window1.xaml.vb">
38 <SubType>Code</SubType>