1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
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>
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" />
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>
52 <Compile Include="Window1.xaml.vb">
53 <DependentUpon>Window1.xaml</DependentUpon>
54 <SubType>Code</SubType>
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" />
71 <Compile Include="My Project\AssemblyInfo.vb">
72 <SubType>Code</SubType>
74 <Compile Include="My Project\Resources.Designer.vb">
75 <AutoGen>True</AutoGen>
76 <DesignTime>True</DesignTime>
77 <DependentUpon>Resources.resx</DependentUpon>
79 <Compile Include="My Project\Settings.Designer.vb">
80 <AutoGen>True</AutoGen>
81 <DependentUpon>Settings.settings</DependentUpon>
82 <DesignTimeSharedInput>True</DesignTimeSharedInput>
84 <Compile Include="My Project\MyEvents.vb">
85 <SubType>Code</SubType>
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>
93 <None Include="My Project\Settings.settings">
94 <Generator>SettingsSingleFileGenerator</Generator>
95 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
97 <AppDesigner Include="My Project\" />
99 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
100 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />