1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <AssemblyName>FEFocusVisualStyle</AssemblyName>
4 <TargetType>winexe</TargetType>
5 <Configuration>Debug</Configuration>
6 <OutputPath>bin\$(Configuration)\</OutputPath>
8 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets"/>
9 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets"/>
11 <!-- Application markup -->
12 <ApplicationDefinition Include="App.xaml"/>
13 <!-- Compiled Xaml Files list -->
14 <Page Include="page1.xaml"/>
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"/>