added samples
[windows-sources.git] / sdk / samples / WPFSamples / HostingWfInWPF / csharp / hostingwfinwpf / hostingwfinwpf.csproj
blobbb4f1e7751c29679b68a2b8a8f17ca307072113a
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>{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>
14   </PropertyGroup>
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>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23     <DebugSymbols>false</DebugSymbols>
24     <Optimize>true</Optimize>
25     <OutputPath>.\bin\Release\</OutputPath>
26     <DefineConstants>TRACE</DefineConstants>
27   </PropertyGroup>
28   <ItemGroup>
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" />
38   </ItemGroup>
39   <ItemGroup>
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>
45     </Compile>
46     <Compile Include="Window1.xaml.cs">
47       <DependentUpon>Window1.xaml</DependentUpon>
48       <SubType>Code</SubType>
49     </Compile>
50   </ItemGroup>
51   <ItemGroup>
52     <Compile Include="Properties\AssemblyInfo.cs" />
53     <EmbeddedResource Include="Properties\Resources.resx">
54       <Generator>ResXFileCodeGenerator</Generator>
55       <LastGenOutput>Resources.cs</LastGenOutput>
56     </EmbeddedResource>
57     <Compile Include="Properties\Resources.cs">
58       <AutoGen>True</AutoGen>
59       <DependentUpon>Resources.resx</DependentUpon>
60     </Compile>
61     <None Include="Properties\Settings.settings">
62       <Generator>SettingsSingleFileGenerator</Generator>
63       <LastGenOutput>Settings.cs</LastGenOutput>
64     </None>
65     <Compile Include="Properties\Settings.cs">
66       <AutoGen>True</AutoGen>
67       <DependentUpon>Settings.settings</DependentUpon>
68     </Compile>
69     <AppDesigner Include="Properties\" />
70   </ItemGroup>
71   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
72   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
73 </Project>