added samples
[windows-sources.git] / sdk / samples / WPFSamples / DPClearValue / visualbasic / dpclearvalue.vbproj
blob352f86886d3a3d5c716f477a607051e3abd4cc1f
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2         <PropertyGroup>
3                 <AssemblyName>DPClearValue</AssemblyName>
4                 <TargetType>winexe</TargetType>
5                 <Configuration>Debug</Configuration>
6                 <OutputPath>bin\$(Configuration)\</OutputPath>
7         </PropertyGroup>
8         <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets"/>
9         <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets"/>
10         <ItemGroup>
11                 <!-- Application markup -->
12                 <ApplicationDefinition Include="app.xaml"/>
13                 <!-- Compiled Xaml Files list -->
14                 <Page Include="default.xaml"/>
15                 <Compile Include="default.xaml.vb"/>
16         </ItemGroup>
17         <ItemGroup>
18                 <Reference Include="System"/>
19                 <Reference Include="System.Xml"/>
20                 <Reference Include="System.Data"/>
21                 <Reference Include="WindowsBase"/>
22                 <Reference Include="PresentationCore"/>
23                 <Reference Include="PresentationFramework"/>
24                 <Reference Include="UIAutomationProvider"/>
25                 <Reference Include="UIAutomationTypes"/>
26         </ItemGroup>
27 </Project>