added samples
[windows-sources.git] / sdk / samples / WPFSamples / FEFocusVisualStyle / xaml / fefocusvisualstyle.vbproj
blob9f122a0c8ff4f13017c30f4a81e01a0da633eab6
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2         <PropertyGroup>
3                 <AssemblyName>FEFocusVisualStyle</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="page1.xaml"/>
15         </ItemGroup>
16         <ItemGroup>
17                 <Reference Include="System"/>
18                 <Reference Include="System.Xml"/>
19                 <Reference Include="System.Data"/>
20                 <Reference Include="WindowsBase"/>
21                 <Reference Include="PresentationCore"/>
22                 <Reference Include="PresentationFramework"/>
23                 <Reference Include="UIAutomationProvider"/>
24                 <Reference Include="UIAutomationTypes"/>
25         </ItemGroup>
26 </Project>