added samples
[windows-sources.git] / sdk / samples / WPFSamples / NavWindowEvents / visualbasic / navwindow_events_vb.vbproj
blobb5a88e421d1225a2971e7e1ffc01f05e7aa1c398
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3   <PropertyGroup>
4     <AssemblyName>NavWindow_Events_VB</AssemblyName>
5     <TargetType>winexe</TargetType>
6     <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
7     <ApplicationIcon>App.ico</ApplicationIcon>
8     <SchemaVersion>2.0</SchemaVersion>
9     <DefaultCLRNamespace>NavWindow_Events_VB</DefaultCLRNamespace>
10     <ProjectGuid>{234B2D3A-5A7A-4C39-8CF2-AB2A22715104}</ProjectGuid>
11     <OutputPath>bin\$(Configuration)\</OutputPath>
12     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
13     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
14     <FileUpgradeFlags>
15     </FileUpgradeFlags>
16     <UpgradeBackupLocation>
17     </UpgradeBackupLocation>
18     <OldToolsVersion>2.0</OldToolsVersion>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
21     <DocumentationFile>NavWindow_Events_VB.xml</DocumentationFile>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
24     <DocumentationFile>NavWindow_Events_VB.xml</DocumentationFile>
25   </PropertyGroup>
26   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
27   <ItemGroup>
28     <ApplicationDefinition Include="app.xaml">
29       <Generator>MSBuild:Compile</Generator>
30       <SubType>Designer</SubType>
31     </ApplicationDefinition>
32     <Page Include="content.xaml">
33       <Generator>MSBuild:Compile</Generator>
34       <SubType>Designer</SubType>
35     </Page>
36     <Page Include="Frame1.xaml">
37       <SubType>Designer</SubType>
38       <Generator>MSBuild:Compile</Generator>
39     </Page>
40     <Page Include="Frame2.xaml">
41       <SubType>Designer</SubType>
42       <Generator>MSBuild:Compile</Generator>
43     </Page>
44     <Page Include="Frame3.xaml">
45       <SubType>Designer</SubType>
46       <Generator>MSBuild:Compile</Generator>
47     </Page>
48     <Page Include="MyWindow.xaml">
49       <SubType>Designer</SubType>
50       <Generator>MSBuild:Compile</Generator>
51     </Page>
52     <Page Include="Page1.xaml">
53       <SubType>Designer</SubType>
54       <Generator>MSBuild:Compile</Generator>
55     </Page>
56     <Page Include="Page2.xaml">
57       <SubType>Designer</SubType>
58       <Generator>MSBuild:Compile</Generator>
59     </Page>
60   </ItemGroup>
61   <ItemGroup>
62     <Compile Include="Frame1.xaml.vb">
63       <DependentUpon>Frame1.xaml</DependentUpon>
64       <SubType>Code</SubType>
65     </Compile>
66     <Compile Include="Frame2.xaml.vb">
67       <DependentUpon>Frame2.xaml</DependentUpon>
68       <SubType>Code</SubType>
69     </Compile>
70     <Compile Include="Frame3.xaml.vb">
71       <DependentUpon>Frame3.xaml</DependentUpon>
72       <SubType>Code</SubType>
73     </Compile>
74     <Compile Include="app.xaml.vb">
75       <DependentUpon>app.xaml</DependentUpon>
76       <SubType>Code</SubType>
77     </Compile>
78     <Compile Include="MyWindow.xaml.vb">
79       <DependentUpon>MyWindow.xaml</DependentUpon>
80       <SubType>Code</SubType>
81     </Compile>
82     <Compile Include="Page1.xaml.vb">
83       <DependentUpon>Page1.xaml</DependentUpon>
84       <SubType>Code</SubType>
85     </Compile>
86     <Compile Include="Page2.xaml.vb">
87       <DependentUpon>Page2.xaml</DependentUpon>
88       <SubType>Code</SubType>
89     </Compile>
90   </ItemGroup>
91   <ItemGroup>
92     <Resource Include="app.ico" />
93   </ItemGroup>
94   <ItemGroup>
95     <Reference Include="System" />
96     <Reference Include="System.Xml" />
97     <Reference Include="System.Data" />
98     <Reference Include="UIAutomationTypes" />
99     <Reference Include="WindowsBase" />
100     <Reference Include="PresentationCore" />
101     <Reference Include="PresentationFramework" />
102     <Reference Include="UIAutomationProvider" />
103   </ItemGroup>
104 </Project>