added samples
[windows-sources.git] / sdk / samples / WPFSamples / FragmentProvider / visualbasic / fragmentprovidervb.vbproj
blob3254cc362ba7e87c0ac1ba3eaf3156f923f82612
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     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{84A3DDCB-80BB-44FB-B2B1-1748355AF078}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <StartupObject>FragmentProviderVB.SampleApplicationForm</StartupObject>
10     <RootNamespace>FragmentProviderVB</RootNamespace>
11     <AssemblyName>FragmentProviderVB</AssemblyName>
12     <FileUpgradeFlags>
13     </FileUpgradeFlags>
14     <OldToolsVersion>2.0</OldToolsVersion>
15     <UpgradeBackupLocation>
16     </UpgradeBackupLocation>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DefineDebug>true</DefineDebug>
21     <DefineTrace>true</DefineTrace>
22     <IncrementalBuild>true</IncrementalBuild>
23     <OutputPath>bin\</OutputPath>
24     <DefineConstants>_MyType="WindowsForms"</DefineConstants>
25     <DocumentationFile>FragmentProviderVB.xml</DocumentationFile>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugSymbols>false</DebugSymbols>
29     <DefineDebug>false</DefineDebug>
30     <DefineTrace>true</DefineTrace>
31     <IncrementalBuild>false</IncrementalBuild>
32     <Optimize>true</Optimize>
33     <OutputPath>bin\</OutputPath>
34     <DefineConstants>_MyType="WindowsForms"</DefineConstants>
35     <DocumentationFile>FragmentProviderVB.xml</DocumentationFile>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="System" />
39     <Reference Include="System.Data" />
40     <Reference Include="System.Drawing" />
41     <Reference Include="System.Windows.Forms" />
42     <Reference Include="System.Xml" />
43     <Reference Include="UIAutomationProvider" />
44     <Reference Include="UIAutomationTypes" />
45     <Reference Include="WindowsBase" />
46   </ItemGroup>
47   <ItemGroup>
48     <Import Include="Microsoft.VisualBasic" />
49     <Import Include="System" />
50     <Import Include="System.Collections" />
51     <Import Include="System.Data" />
52     <Import Include="System.Drawing" />
53     <Import Include="System.Diagnostics" />
54     <Import Include="System.Windows.Forms" />
55   </ItemGroup>
56   <ItemGroup>
57     <Compile Include="CustomControl.vb">
58       <SubType>Component</SubType>
59     </Compile>
60     <Compile Include="ListFragment.vb" />
61     <Compile Include="ListItemFragment.vb" />
62     <Compile Include="ProviderForm.Designer.vb">
63       <DependentUpon>ProviderForm.vb</DependentUpon>
64     </Compile>
65     <Compile Include="ProviderForm.vb">
66       <SubType>Form</SubType>
67     </Compile>
68   </ItemGroup>
69   <ItemGroup>
70     <Folder Include="My Project\" />
71   </ItemGroup>
72   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
73   <PropertyGroup>
74     <PreBuildEvent>
75     </PreBuildEvent>
76     <PostBuildEvent>
77     </PostBuildEvent>
78   </PropertyGroup>
79   <ProjectExtensions>
80     <VisualStudio AllowExistingFolder="true" />
81   </ProjectExtensions>
82 </Project>