added samples
[windows-sources.git] / sdk / samples / WPFSamples / WebBrowserControlSample / csharp / webbrowsercontrolsample.csproj
blob63b5e96638feb54bc438b628b0ec8d105ff38e11
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{F2A0872C-071C-47FC-BD82-6DBC74307BC3}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>WebBrowserControlSample</RootNamespace>
12     <AssemblyName>WebBrowserControlSample</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16     <WarningLevel>4</WarningLevel>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <ItemGroup>
36     <Reference Include="Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
37     <Reference Include="System" />
38     <Reference Include="System.Data" />
39     <Reference Include="System.Xml" />
40     <Reference Include="WindowsBase" />
41     <Reference Include="PresentationCore" />
42     <Reference Include="PresentationFramework" />
43   </ItemGroup>
44   <ItemGroup>
45     <ApplicationDefinition Include="App.xaml">
46       <Generator>MSBuild:Compile</Generator>
47       <SubType>Designer</SubType>
48     </ApplicationDefinition>
49     <Page Include="MainWindow.xaml">
50       <Generator>MSBuild:Compile</Generator>
51       <SubType>Designer</SubType>
52     </Page>
53     <Compile Include="MainWindow.xaml.cs">
54       <DependentUpon>MainWindow.xaml</DependentUpon>
55       <SubType>Code</SubType>
56     </Compile>
57     <Compile Include="ScriptableClass.cs" />
58   </ItemGroup>
59   <ItemGroup>
60     <AppDesigner Include="Properties\" />
61   </ItemGroup>
62   <ItemGroup>
63     <Resource Include="HTMLDocumentWithoutScript.html">
64     </Resource>
65     <Resource Include="HTMLDocumentWithScript.html">
66     </Resource>
67   </ItemGroup>
68   <ItemGroup>
69     <None Include="Test_Word_File.doc">
70       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
71     </None>
72   </ItemGroup>
73   <ItemGroup>
74     <COMReference Include="VBIDE">
75       <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
76       <VersionMajor>5</VersionMajor>
77       <VersionMinor>3</VersionMinor>
78       <Lcid>0</Lcid>
79       <WrapperTool>primary</WrapperTool>
80       <Isolated>False</Isolated>
81     </COMReference>
82   </ItemGroup>
83   <ItemGroup>
84     <Folder Include="Properties\" />
85   </ItemGroup>
86   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
88        Other similar extension points exist, see Microsoft.Common.targets.
89   <Target Name="BeforeBuild">
90   </Target>
91   <Target Name="AfterBuild">
92   </Target>
93   -->
94 </Project>