1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="DebugSuffix|Win32">
5 <Configuration>DebugSuffix</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="DebugSuffix|x64">
9 <Configuration>DebugSuffix</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug_WinCairo|Win32">
13 <Configuration>Debug_WinCairo</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug_WinCairo|x64">
17 <Configuration>Debug_WinCairo</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Debug|Win32">
21 <Configuration>Debug</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Debug|x64">
25 <Configuration>Debug</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Production|Win32">
29 <Configuration>Production</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Production|x64">
33 <Configuration>Production</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 <ProjectConfiguration Include="Release_WinCairo|Win32">
37 <Configuration>Release_WinCairo</Configuration>
38 <Platform>Win32</Platform>
39 </ProjectConfiguration>
40 <ProjectConfiguration Include="Release_WinCairo|x64">
41 <Configuration>Release_WinCairo</Configuration>
42 <Platform>x64</Platform>
43 </ProjectConfiguration>
44 <ProjectConfiguration Include="Release|Win32">
45 <Configuration>Release</Configuration>
46 <Platform>Win32</Platform>
47 </ProjectConfiguration>
48 <ProjectConfiguration Include="Release|x64">
49 <Configuration>Release</Configuration>
50 <Platform>x64</Platform>
51 </ProjectConfiguration>
53 <PropertyGroup Label="Globals">
54 <ProjectGuid>{114FCA11-216B-4C8C-957E-30A75AE80443}</ProjectGuid>
55 <RootNamespace>MiniBrowser</RootNamespace>
56 <Keyword>Win32Proj</Keyword>
57 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
59 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
61 <ConfigurationType>DynamicLibrary</ConfigurationType>
62 <CharacterSet>Unicode</CharacterSet>
63 <PlatformToolset>v140</PlatformToolset>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
66 <ConfigurationType>DynamicLibrary</ConfigurationType>
67 <CharacterSet>Unicode</CharacterSet>
68 <PlatformToolset>v140</PlatformToolset>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="Configuration">
71 <ConfigurationType>DynamicLibrary</ConfigurationType>
72 <CharacterSet>Unicode</CharacterSet>
73 <PlatformToolset>v140</PlatformToolset>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="Configuration">
76 <ConfigurationType>DynamicLibrary</ConfigurationType>
77 <CharacterSet>Unicode</CharacterSet>
78 <PlatformToolset>v140</PlatformToolset>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="Configuration">
81 <ConfigurationType>DynamicLibrary</ConfigurationType>
82 <CharacterSet>Unicode</CharacterSet>
83 <PlatformToolset>v140</PlatformToolset>
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="Configuration">
86 <ConfigurationType>DynamicLibrary</ConfigurationType>
87 <CharacterSet>Unicode</CharacterSet>
88 <PlatformToolset>v140</PlatformToolset>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
91 <ConfigurationType>DynamicLibrary</ConfigurationType>
92 <CharacterSet>Unicode</CharacterSet>
93 <PlatformToolset>v140</PlatformToolset>
95 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
96 <ConfigurationType>DynamicLibrary</ConfigurationType>
97 <CharacterSet>Unicode</CharacterSet>
98 <PlatformToolset>v140</PlatformToolset>
100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="Configuration">
101 <ConfigurationType>DynamicLibrary</ConfigurationType>
102 <CharacterSet>Unicode</CharacterSet>
103 <PlatformToolset>v140</PlatformToolset>
105 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="Configuration">
106 <ConfigurationType>DynamicLibrary</ConfigurationType>
107 <CharacterSet>Unicode</CharacterSet>
108 <PlatformToolset>v140</PlatformToolset>
110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="Configuration">
111 <ConfigurationType>DynamicLibrary</ConfigurationType>
112 <CharacterSet>Unicode</CharacterSet>
113 <PlatformToolset>v140</PlatformToolset>
115 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="Configuration">
116 <ConfigurationType>DynamicLibrary</ConfigurationType>
117 <CharacterSet>Unicode</CharacterSet>
118 <PlatformToolset>v140</PlatformToolset>
120 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
121 <ImportGroup Label="ExtensionSettings">
123 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
124 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
125 <Import Project="MiniBrowserLibRelease.props" />
126 <Import Project="MiniBrowserCF.props" />
128 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
129 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
130 <Import Project="MiniBrowserLibRelease.props" />
131 <Import Project="MiniBrowserCF.props" />
133 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'" Label="PropertySheets">
134 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
135 <Import Project="MiniBrowserLibRelease.props" />
136 <Import Project="MiniBrowserCFLite.props" />
137 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer32.props" />
138 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.props" />
140 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'" Label="PropertySheets">
141 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
142 <Import Project="MiniBrowserLibRelease.props" />
143 <Import Project="MiniBrowserCFLite.props" />
144 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer64.props" />
145 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.props" />
147 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'" Label="PropertySheets">
148 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
149 <Import Project="MiniBrowserLibProduction.props" />
150 <Import Project="MiniBrowserCF.props" />
152 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'" Label="PropertySheets">
153 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
154 <Import Project="MiniBrowserLibProduction.props" />
155 <Import Project="MiniBrowserCF.props" />
157 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
158 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
159 <Import Project="MiniBrowserLibDebug.props" />
160 <Import Project="MiniBrowserCF.props" />
162 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
163 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
164 <Import Project="MiniBrowserLibDebug.props" />
165 <Import Project="MiniBrowserCF.props" />
167 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'" Label="PropertySheets">
168 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
169 <Import Project="MiniBrowserLibDebug.props" />
170 <Import Project="MiniBrowserCFLite.props" />
171 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer32.props" />
172 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.props" />
174 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'" Label="PropertySheets">
175 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
176 <Import Project="MiniBrowserLibDebug.props" />
177 <Import Project="MiniBrowserCFLite.props" />
178 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamer64.props" />
179 <Import Project="..\..\..\WebKitLibraries\win\tools\vsprops\GStreamerCommon.props" />
181 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'" Label="PropertySheets">
182 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
183 <Import Project="MiniBrowserLibDebug.props" />
184 <Import Project="MiniBrowserCF.props" />
185 <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
187 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'" Label="PropertySheets">
188 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
189 <Import Project="MiniBrowserLibDebug.props" />
190 <Import Project="MiniBrowserCF.props" />
191 <Import Project="$(WebKit_Libraries)\tools\vsprops\debugsuffix.props" />
193 <PropertyGroup Label="UserMacros" />
195 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
197 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">
198 <TargetName>MiniBrowserLib</TargetName>
200 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">
201 <TargetName>MiniBrowserLib</TargetName>
203 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|x64'">
204 <TargetName>MiniBrowserLib</TargetName>
206 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
207 <TargetName>MiniBrowserLib</TargetName>
209 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
210 <TargetName>MiniBrowserLib</TargetName>
212 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">
213 <TargetName>MiniBrowserLib</TargetName>
215 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">
216 <TargetName>MiniBrowserLib</TargetName>
218 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">
219 <TargetName>MiniBrowserLib</TargetName>
221 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">
222 <TargetName>MiniBrowserLib</TargetName>
224 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
225 <TargetName>MiniBrowserLib</TargetName>
227 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
228 <TargetName>MiniBrowserLib</TargetName>
230 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">
231 <TargetName>MiniBrowserLib</TargetName>
233 <ItemDefinitionGroup>
234 </ItemDefinitionGroup>
236 <None Include="small.ico" />
237 <None Include="MiniBrowser.ico" />
238 <None Include="MiniBrowserLibPostBuild.cmd" />
239 <None Include="MiniBrowserLibPreBuild.cmd" />
242 <ClCompile Include="..\win\AccessibilityDelegate.cpp" />
243 <ClCompile Include="..\win\Common.cpp">
244 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">true</ExcludedFromBuild>
245 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">true</ExcludedFromBuild>
246 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">true</ExcludedFromBuild>
247 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">true</ExcludedFromBuild>
248 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">true</ExcludedFromBuild>
249 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|x64'">true</ExcludedFromBuild>
250 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
251 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
252 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
253 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
254 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">true</ExcludedFromBuild>
255 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">true</ExcludedFromBuild>
257 <ClCompile Include="..\win\DOMDefaultImpl.cpp" />
258 <ClCompile Include="..\win\PageLoadTestClient.cpp" />
259 <ClCompile Include="..\win\PrintWebUIDelegate.cpp" />
260 <ClCompile Include="..\win\ResourceLoadDelegate.cpp" />
261 <ClCompile Include="..\win\stdafx.cpp">
262 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
263 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
264 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">Create</PrecompiledHeader>
265 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">Create</PrecompiledHeader>
266 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">Create</PrecompiledHeader>
267 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Production|x64'">Create</PrecompiledHeader>
268 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
269 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
270 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">Create</PrecompiledHeader>
271 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">Create</PrecompiledHeader>
272 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">Create</PrecompiledHeader>
273 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">Create</PrecompiledHeader>
275 <ClCompile Include="..\win\WebDownloadDelegate.cpp" />
276 <ClCompile Include="..\win\MiniBrowser.cpp" />
277 <ClCompile Include="..\win\MiniBrowserWebHost.cpp" />
278 <ClCompile Include="..\win\WinMain.cpp" />
281 <ClInclude Include="..\win\AccessibilityDelegate.h" />
282 <ClInclude Include="..\win\DOMDefaultImpl.h" />
283 <ClInclude Include="..\win\PageLoadTestClient.h" />
284 <ClInclude Include="..\win\PrintWebUIDelegate.h" />
285 <ClInclude Include="..\win\ResourceLoadDelegate.h" />
286 <ClInclude Include="..\win\stdafx.h" />
287 <ClInclude Include="..\win\WebDownloadDelegate.h" />
288 <ClInclude Include="..\win\MiniBrowser.h" />
289 <ClInclude Include="..\win\MiniBrowserReplace.h" />
290 <ClInclude Include="..\win\MiniBrowserWebHost.h" />
291 <ClInclude Include="MiniBrowserLibResource.h" />
294 <ResourceCompile Include="MiniBrowserLib.rc" />
296 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
297 <ImportGroup Label="ExtensionTargets">