1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <OldToolsVersion>2.0</OldToolsVersion>
20 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
21 <DocumentationFile>NavWindow_Events_VB.xml</DocumentationFile>
23 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
24 <DocumentationFile>NavWindow_Events_VB.xml</DocumentationFile>
26 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
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>
36 <Page Include="Frame1.xaml">
37 <SubType>Designer</SubType>
38 <Generator>MSBuild:Compile</Generator>
40 <Page Include="Frame2.xaml">
41 <SubType>Designer</SubType>
42 <Generator>MSBuild:Compile</Generator>
44 <Page Include="Frame3.xaml">
45 <SubType>Designer</SubType>
46 <Generator>MSBuild:Compile</Generator>
48 <Page Include="MyWindow.xaml">
49 <SubType>Designer</SubType>
50 <Generator>MSBuild:Compile</Generator>
52 <Page Include="Page1.xaml">
53 <SubType>Designer</SubType>
54 <Generator>MSBuild:Compile</Generator>
56 <Page Include="Page2.xaml">
57 <SubType>Designer</SubType>
58 <Generator>MSBuild:Compile</Generator>
62 <Compile Include="Frame1.xaml.vb">
63 <DependentUpon>Frame1.xaml</DependentUpon>
64 <SubType>Code</SubType>
66 <Compile Include="Frame2.xaml.vb">
67 <DependentUpon>Frame2.xaml</DependentUpon>
68 <SubType>Code</SubType>
70 <Compile Include="Frame3.xaml.vb">
71 <DependentUpon>Frame3.xaml</DependentUpon>
72 <SubType>Code</SubType>
74 <Compile Include="app.xaml.vb">
75 <DependentUpon>app.xaml</DependentUpon>
76 <SubType>Code</SubType>
78 <Compile Include="MyWindow.xaml.vb">
79 <DependentUpon>MyWindow.xaml</DependentUpon>
80 <SubType>Code</SubType>
82 <Compile Include="Page1.xaml.vb">
83 <DependentUpon>Page1.xaml</DependentUpon>
84 <SubType>Code</SubType>
86 <Compile Include="Page2.xaml.vb">
87 <DependentUpon>Page2.xaml</DependentUpon>
88 <SubType>Code</SubType>
92 <Resource Include="app.ico" />
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" />