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 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
6 <RootNamespace>HostingWpfUserControlInWf</RootNamespace>
7 <AssemblyName>HostingWpfUserControlInWf</AssemblyName>
8 <OutputType>Library</OutputType>
9 <ApplicationVersion>1.0.0.*</ApplicationVersion>
10 <!-- Most people will use Publish dialog in Visual Studio to increment this -->
11 <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
12 <ProjectGuid>{018D86C8-6846-4B74-A574-C5D2D008FF3D}</ProjectGuid>
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>HostingWpfUserControlInWf.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>HostingWpfUserControlInWf.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.Xml" />
40 <Reference Include="WindowsBase" />
43 <Page Include="UserControl1.xaml" />
44 <Compile Include="UserControl1.xaml.vb">
45 <DependentUpon>UserControl1.xaml</DependentUpon>
46 <SubType>Code</SubType>
50 <Import Include="Microsoft.VisualBasic" />
51 <Import Include="System" />
52 <Import Include="System.Collections" />
53 <Import Include="System.Collections.Generic" />
54 <Import Include="System.Diagnostics" />
55 <Import Include="System.Windows" />
56 <Import Include="System.Windows.Controls" />
57 <Import Include="System.Windows.Data" />
58 <Import Include="System.Windows.Documents" />
59 <Import Include="System.Windows.Input" />
60 <Import Include="System.Windows.Shapes" />
61 <Import Include="System.Windows.Media" />
62 <Import Include="System.Windows.Media.Imaging" />
63 <Import Include="System.Windows.Navigation" />
64 <Import Include="System.Windows.Shapes" />
67 <Compile Include="My Project\AssemblyInfo.vb">
68 <SubType>Code</SubType>
70 <Compile Include="My Project\Resources.Designer.vb">
71 <AutoGen>True</AutoGen>
72 <DesignTime>True</DesignTime>
73 <DependentUpon>Resources.resx</DependentUpon>
75 <Compile Include="My Project\Settings.Designer.vb">
76 <AutoGen>True</AutoGen>
77 <DependentUpon>Settings.settings</DependentUpon>
78 <DesignTimeSharedInput>True</DesignTimeSharedInput>
80 <Compile Include="My Project\MyEvents.vb">
81 <SubType>Code</SubType>
83 <EmbeddedResource Include="My Project\Resources.resx">
84 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
85 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
86 <CustomToolNamespace>My.Resources</CustomToolNamespace>
87 <SubType>Designer</SubType>
89 <None Include="My Project\Settings.settings">
90 <Generator>SettingsSingleFileGenerator</Generator>
91 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
93 <AppDesigner Include="My Project\" />
95 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
96 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />