added samples
[windows-sources.git] / sdk / samples / WPFSamples / DockPanelOvwSample / xaml / dockpanel_ovw_sample.vbproj
blob7d7f1f1874e52fa6fb1edfc497a62998dbe3f93c
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <!-- MSBUILD Project File -->
3   <PropertyGroup>
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>
12     <FileUpgradeFlags>
13     </FileUpgradeFlags>
14     <UpgradeBackupLocation>
15     </UpgradeBackupLocation>
16     <OldToolsVersion>2.0</OldToolsVersion>
17   </PropertyGroup>
18   <!--Import the target file that contains all the common targets -->
19   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
20   <ItemGroup>
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>
30     </Page>
31   </ItemGroup>
32   <ItemGroup>
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" />
41   </ItemGroup>
42 </Project>