1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <!-- MSBUILD Project File -->
4 <AssemblyName>SDKSample</AssemblyName>
5 <TargetType>winexe</TargetType>
6 <Configuration>Release</Configuration>
7 <HostInBrowser>False</HostInBrowser>
8 <SchemaVersion>2.0</SchemaVersion>
9 <OutputPath>bin\$(Configuration)\</OutputPath>
10 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
11 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
14 <UpgradeBackupLocation>
15 </UpgradeBackupLocation>
16 <OldToolsVersion>2.0</OldToolsVersion>
18 <!--Import the target file that contains all the common targets -->
19 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
21 <!-- Aplication Definition Markup File -->
22 <ApplicationDefinition Include="app.xaml">
23 <Generator>MSBuild:Compile</Generator>
24 <SubType>Designer</SubType>
25 </ApplicationDefinition>
26 <!-- Compiled Xaml Files -->
27 <Page Include="default.xaml">
28 <Generator>MSBuild:Compile</Generator>
29 <SubType>Designer</SubType>
33 <Reference Include="System" />
34 <Reference Include="System.Xml" />
35 <Reference Include="System.Data" />
36 <Reference Include="UIAutomationProvider" />
37 <Reference Include="WindowsBase" />
38 <Reference Include="PresentationCore" />
39 <Reference Include="PresentationFramework" />
40 <Reference Include="UIAutomationTypes" />