1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
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>
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" />
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>
53 <Compile Include="MainWindow.xaml.cs">
54 <DependentUpon>MainWindow.xaml</DependentUpon>
55 <SubType>Code</SubType>
57 <Compile Include="ScriptableClass.cs" />
60 <AppDesigner Include="Properties\" />
63 <Resource Include="HTMLDocumentWithoutScript.html">
65 <Resource Include="HTMLDocumentWithScript.html">
69 <None Include="Test_Word_File.doc">
70 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
74 <COMReference Include="VBIDE">
75 <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
76 <VersionMajor>5</VersionMajor>
77 <VersionMinor>3</VersionMinor>
79 <WrapperTool>primary</WrapperTool>
80 <Isolated>False</Isolated>
84 <Folder Include="Properties\" />
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">
91 <Target Name="AfterBuild">