1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>
27 <OldToolsVersion>2.0</OldToolsVersion>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
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>
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>
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" />
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>
75 <Compile Include="App.xaml.vb">
76 <DependentUpon>App.xaml</DependentUpon>
77 <SubType>Code</SubType>
79 <Compile Include="Window1.xaml.vb">
80 <DependentUpon>Window1.xaml</DependentUpon>
81 <SubType>Code</SubType>
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" />
102 <Compile Include="Place.vb" />
103 <Compile Include="Places.vb" />
104 <AppDesigner Include="My Project\" />
107 <Folder Include="My Project\" />
109 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />