added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / CollectionViewSource / visualbasic / collectionviewsource_vb.vbproj
blobe63e9840bf6c53cf19741fc48d4756b6ba17278d
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>{021402E2-7E5E-4EA9-8BAB-7B1881E0B37D}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
7     <OutputType>WinExe</OutputType>
8     <RootNamespace>CollectionViewSource_VB</RootNamespace>
9     <AssemblyName>CollectionViewSource_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>CollectionViewSource_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>CollectionViewSource_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="Window1.xaml">
72       <Generator>MSBuild:Compile</Generator>
73       <SubType>Designer</SubType>
74     </Page>
75     <Compile Include="App.xaml.vb">
76       <DependentUpon>App.xaml</DependentUpon>
77       <SubType>Code</SubType>
78     </Compile>
79     <Compile Include="Window1.xaml.vb">
80       <DependentUpon>Window1.xaml</DependentUpon>
81       <SubType>Code</SubType>
82     </Compile>
83   </ItemGroup>
84   <ItemGroup>
85     <Import Include="Microsoft.VisualBasic" />
86     <Import Include="System" />
87     <Import Include="System.Collections" />
88     <Import Include="System.Collections.Generic" />
89     <Import Include="System.Diagnostics" />
90     <Import Include="System.Windows" />
91     <Import Include="System.Windows.Controls" />
92     <Import Include="System.Windows.Data" />
93     <Import Include="System.Windows.Documents" />
94     <Import Include="System.Windows.Input" />
95     <Import Include="System.Windows.Shapes" />
96     <Import Include="System.Windows.Media" />
97     <Import Include="System.Windows.Media.Imaging" />
98     <Import Include="System.Windows.Navigation" />
99     <Import Include="System.Windows.Shapes" />
100   </ItemGroup>
101   <ItemGroup>
102     <Compile Include="Place.vb" />
103     <Compile Include="Places.vb" />
104     <AppDesigner Include="My Project\" />
105   </ItemGroup>
106   <ItemGroup>
107     <Folder Include="My Project\" />
108   </ItemGroup>
109   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
110 </Project>