added samples
[windows-sources.git] / sdk / samples / WPFSamples / DirectionalBinding / visualbasic / directionalbinding_vb.vbproj
blob3b455bc9417c1d4499482a6d6643b77b56b4c1ee
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProjectGuid>{38A280D2-D35C-466B-BF7F-A1707EAB077B}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
7     <OutputType>WinExe</OutputType>
8     <RootNamespace>DirectionalBinding_VB</RootNamespace>
9     <AssemblyName>DirectionalBinding_VB</AssemblyName>
10     <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
11     <Install>true</Install>
12     <InstallFrom>Web</InstallFrom>
13     <UpdateEnabled>true</UpdateEnabled>
14     <UpdateMode>Foreground</UpdateMode>
15     <UpdateInterval>7</UpdateInterval>
16     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
17     <UpdatePeriodically>false</UpdatePeriodically>
18     <UpdateRequired>false</UpdateRequired>
19     <MapFileExtensions>false</MapFileExtensions>
20     <ApplicationVersion>1.0.0.*</ApplicationVersion>
21     <IsWebBootstrapper>true</IsWebBootstrapper>
22     <BootstrapperEnabled>true</BootstrapperEnabled>
23     <PublishUrl>Publish\</PublishUrl>
24     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
25     <FileUpgradeFlags>
26     </FileUpgradeFlags>
27     <OldToolsVersion>2.0</OldToolsVersion>
28     <UpgradeBackupLocation>
29     </UpgradeBackupLocation>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32     <DebugSymbols>true</DebugSymbols>
33     <DebugType>full</DebugType>
34     <DefineDebug>true</DefineDebug>
35     <DefineTrace>true</DefineTrace>
36     <IncrementalBuild>true</IncrementalBuild>
37     <OutputPath>bin\</OutputPath>
38     <DocumentationFile>DirectionalBinding_VB.xml</DocumentationFile>
39     <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42     <DebugSymbols>false</DebugSymbols>
43     <DefineDebug>false</DefineDebug>
44     <DefineTrace>true</DefineTrace>
45     <IncrementalBuild>false</IncrementalBuild>
46     <Optimize>true</Optimize>
47     <OutputPath>bin\</OutputPath>
48     <DocumentationFile>DirectionalBinding_VB.xml</DocumentationFile>
49     <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
50   </PropertyGroup>
51   <ItemGroup>
52     <Reference Include="System" />
53     <Reference Include="System.Data" />
54     <Reference Include="System.Xml" />
55     <Reference Include="WindowsBase" />
56     <Reference Include="PresentationCore" />
57     <Reference Include="PresentationFramework" />
58     <Reference Include="UIAutomationProvider" />
59     <Reference Include="UIAutomationTypes" />
60     <Reference Include="ReachFramework" />
61     <Reference Include="System.Printing" />
62     <Reference Include="System.ServiceModel" />
63     <Reference Include="System.Runtime.Serialization" />
64     <Reference Include="System.IdentityModel" />
65   </ItemGroup>
66   <ItemGroup>
67     <ApplicationDefinition Include="App.xaml">
68       <Generator>MSBuild:Compile</Generator>
69       <SubType>Designer</SubType>
70     </ApplicationDefinition>
71     <Page Include="Page1.xaml">
72       <Generator>MSBuild:Compile</Generator>
73       <SubType>Designer</SubType>
74     </Page>
75     <Compile Include="DirectionalBinding.vb" />
76     <Compile Include="NetIncome.vb" />
77   </ItemGroup>
78   <ItemGroup>
79     <Import Include="Microsoft.VisualBasic" />
80     <Import Include="System" />
81     <Import Include="System.Collections" />
82     <Import Include="System.Collections.Generic" />
83     <Import Include="System.Diagnostics" />
84     <Import Include="System.Windows" />
85     <Import Include="System.Windows.Controls" />
86     <Import Include="System.Windows.Data" />
87     <Import Include="System.Windows.Documents" />
88     <Import Include="System.Windows.Input" />
89     <Import Include="System.Windows.Shapes" />
90     <Import Include="System.Windows.Media" />
91     <Import Include="System.Windows.Media.Imaging" />
92     <Import Include="System.Windows.Navigation" />
93     <Import Include="System.Windows.Shapes" />
94   </ItemGroup>
95   <ItemGroup>
96     <AppDesigner Include="My Project\" />
97   </ItemGroup>
98   <ItemGroup>
99     <Folder Include="My Project\" />
100   </ItemGroup>
101   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
102 </Project>