added samples
[windows-sources.git] / sdk / samples / WPFSamples / WpfLayoutHostingWfWithXaml / visualbasic / wpflayouthostingwfwithxaml / wpflayouthostingwfwithxaml.vbproj
blob2abafa9312e49a7d98564a99533bde139785497e
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProjectGuid>{00E9B98F-3DAE-4D54-A660-0D847C00A0C9}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
7     <OutputType>WinExe</OutputType>
8     <RootNamespace>WpfLayoutHostingWfWithXaml</RootNamespace>
9     <AssemblyName>WpfLayoutHostingWfWithXaml</AssemblyName>
10     <ApplicationVersion>1.0.0.*</ApplicationVersion>
11     <!-- Most people will use Publish dialog in Visual Studio to increment this -->
12     <BootstrapperEnabled>false</BootstrapperEnabled>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <DefineDebug>true</DefineDebug>
18     <DefineTrace>true</DefineTrace>
19     <IncrementalBuild>true</IncrementalBuild>
20     <OutputPath>bin\</OutputPath>
21     <DocumentationFile>WpfLayoutHostingWfWithXaml.xml</DocumentationFile>
22     <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugSymbols>false</DebugSymbols>
26     <DefineDebug>false</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <IncrementalBuild>false</IncrementalBuild>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\</OutputPath>
31     <DocumentationFile>WpfLayoutHostingWfWithXaml.xml</DocumentationFile>
32     <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="PresentationCore" />
36     <Reference Include="PresentationFramework" />
37     <Reference Include="System" />
38     <Reference Include="System.Data" />
39     <Reference Include="System.Drawing" />
40     <Reference Include="System.Windows.Forms" />
41     <Reference Include="System.Xml" />
42     <Reference Include="WindowsBase" />
43     <Reference Include="WindowsFormsIntegration" />
44   </ItemGroup>
45   <ItemGroup>
46     <ApplicationDefinition Include="App.xaml" />
47     <Page Include="Window1.xaml" />
48     <Compile Include="App.xaml.vb">
49       <DependentUpon>App.xaml</DependentUpon>
50       <SubType>Code</SubType>
51     </Compile>
52     <Compile Include="Window1.xaml.vb">
53       <DependentUpon>Window1.xaml</DependentUpon>
54       <SubType>Code</SubType>
55     </Compile>
56   </ItemGroup>
57   <ItemGroup>
58     <Import Include="Microsoft.VisualBasic" />
59     <Import Include="System" />
60     <Import Include="System.Collections" />
61     <Import Include="System.Diagnostics" />
62     <Import Include="System.Windows" />
63     <Import Include="System.Windows.Controls" />
64     <Import Include="System.Windows.Documents" />
65     <Import Include="System.Windows.Shapes" />
66     <Import Include="System.Windows.Media" />
67     <Import Include="System.Windows.Navigation" />
68     <Import Include="System.Windows.Data" />
69   </ItemGroup>
70   <ItemGroup>
71     <Compile Include="My Project\AssemblyInfo.vb">
72       <SubType>Code</SubType>
73     </Compile>
74     <Compile Include="My Project\Resources.Designer.vb">
75       <AutoGen>True</AutoGen>
76       <DesignTime>True</DesignTime>
77       <DependentUpon>Resources.resx</DependentUpon>
78     </Compile>
79     <Compile Include="My Project\Settings.Designer.vb">
80       <AutoGen>True</AutoGen>
81       <DependentUpon>Settings.settings</DependentUpon>
82       <DesignTimeSharedInput>True</DesignTimeSharedInput>
83     </Compile>
84     <Compile Include="My Project\MyEvents.vb">
85       <SubType>Code</SubType>
86     </Compile>
87     <EmbeddedResource Include="My Project\Resources.resx">
88       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
89       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
90       <CustomToolNamespace>My.Resources</CustomToolNamespace>
91       <SubType>Designer</SubType>
92     </EmbeddedResource>
93     <None Include="My Project\Settings.settings">
94       <Generator>SettingsSingleFileGenerator</Generator>
95       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
96     </None>
97     <AppDesigner Include="My Project\" />
98   </ItemGroup>
99   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
100   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
101 </Project>