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>{9A9C286A-62EB-4335-B42B-CDCF8D7923B3}</ProjectGuid>
6 <RootNamespace>HostingWfInWpf</RootNamespace>
7 <AssemblyName>HostingWfInWpf</AssemblyName>
8 <WarningLevel>4</WarningLevel>
9 <OutputType>winexe</OutputType>
10 <ApplicationVersion>1.0.0.*</ApplicationVersion>
11 <!-- Most people will use Publish dialog in Visual Studio to increment this -->
12 <ProductVersion>8.0.50727</ProductVersion>
13 <SchemaVersion>2.0</SchemaVersion>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>.\bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugSymbols>false</DebugSymbols>
24 <Optimize>true</Optimize>
25 <OutputPath>.\bin\Release\</OutputPath>
26 <DefineConstants>TRACE</DefineConstants>
29 <Reference Include="PresentationCore" />
30 <Reference Include="PresentationFramework" />
31 <Reference Include="System" />
32 <Reference Include="System.Data" />
33 <Reference Include="System.Windows.Forms" />
34 <Reference Include="System.Xml" />
35 <Reference Include="System.Printing" />
36 <Reference Include="WindowsBase" />
37 <Reference Include="WindowsFormsIntegration" />
40 <ApplicationDefinition Include="app.xaml" />
41 <Page Include="Window1.xaml" />
42 <Compile Include="app.xaml.cs">
43 <DependentUpon>app.xaml</DependentUpon>
44 <SubType>Code</SubType>
46 <Compile Include="Window1.xaml.cs">
47 <DependentUpon>Window1.xaml</DependentUpon>
48 <SubType>Code</SubType>
52 <Compile Include="Properties\AssemblyInfo.cs" />
53 <EmbeddedResource Include="Properties\Resources.resx">
54 <Generator>ResXFileCodeGenerator</Generator>
55 <LastGenOutput>Resources.cs</LastGenOutput>
57 <Compile Include="Properties\Resources.cs">
58 <AutoGen>True</AutoGen>
59 <DependentUpon>Resources.resx</DependentUpon>
61 <None Include="Properties\Settings.settings">
62 <Generator>SettingsSingleFileGenerator</Generator>
63 <LastGenOutput>Settings.cs</LastGenOutput>
65 <Compile Include="Properties\Settings.cs">
66 <AutoGen>True</AutoGen>
67 <DependentUpon>Settings.settings</DependentUpon>
69 <AppDesigner Include="Properties\" />
71 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
72 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />