WebKitTools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <?xml version="1.0" encoding="windows-1251"?>
       
     2 <VisualStudioProject
       
     3 	ProjectType="Visual C++"
       
     4 	Version="8.00"
       
     5 	Name="TestNetscapePlugin"
       
     6 	ProjectGUID="{C0737398-3565-439E-A2B8-AB2BE4D5430C}"
       
     7 	RootNamespace="TestNetscapePlugin"
       
     8 	Keyword="Win32Proj"
       
     9 	>
       
    10 	<Platforms>
       
    11 		<Platform
       
    12 			Name="Win32"
       
    13 		/>
       
    14 	</Platforms>
       
    15 	<ToolFiles>
       
    16 	</ToolFiles>
       
    17 	<Configurations>
       
    18 		<Configuration
       
    19 			Name="Debug|Win32"
       
    20 			ConfigurationType="2"
       
    21 			InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops"
       
    22 			CharacterSet="1"
       
    23 			>
       
    24 			<Tool
       
    25 				Name="VCPreBuildEventTool"
       
    26 				CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
       
    27 			/>
       
    28 			<Tool
       
    29 				Name="VCCustomBuildTool"
       
    30 			/>
       
    31 			<Tool
       
    32 				Name="VCXMLDataGeneratorTool"
       
    33 			/>
       
    34 			<Tool
       
    35 				Name="VCWebServiceProxyGeneratorTool"
       
    36 			/>
       
    37 			<Tool
       
    38 				Name="VCMIDLTool"
       
    39 			/>
       
    40 			<Tool
       
    41 				Name="VCCLCompilerTool"
       
    42 				AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\JavaScriptCore&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(ProjectDir)..\..\TestNetscapePlugin.subproj&quot;;&quot;$(WebKitLibrariesDir)\include&quot;"
       
    43 				PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf"
       
    44 				DisableSpecificWarnings="4819"
       
    45 			/>
       
    46 			<Tool
       
    47 				Name="VCManagedResourceCompilerTool"
       
    48 			/>
       
    49 			<Tool
       
    50 				Name="VCResourceCompilerTool"
       
    51 				AdditionalIncludeDirectories=""
       
    52 			/>
       
    53 			<Tool
       
    54 				Name="VCPreLinkEventTool"
       
    55 			/>
       
    56 			<Tool
       
    57 				Name="VCLinkerTool"
       
    58 				OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
       
    59 				ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
       
    60 			/>
       
    61 			<Tool
       
    62 				Name="VCALinkTool"
       
    63 			/>
       
    64 			<Tool
       
    65 				Name="VCManifestTool"
       
    66 			/>
       
    67 			<Tool
       
    68 				Name="VCXDCMakeTool"
       
    69 			/>
       
    70 			<Tool
       
    71 				Name="VCBscMakeTool"
       
    72 			/>
       
    73 			<Tool
       
    74 				Name="VCFxCopTool"
       
    75 			/>
       
    76 			<Tool
       
    77 				Name="VCAppVerifierTool"
       
    78 			/>
       
    79 			<Tool
       
    80 				Name="VCWebDeploymentTool"
       
    81 			/>
       
    82 			<Tool
       
    83 				Name="VCPostBuildEventTool"
       
    84 				CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
       
    85 			/>
       
    86 		</Configuration>
       
    87 		<Configuration
       
    88 			Name="Release|Win32"
       
    89 			ConfigurationType="2"
       
    90 			InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops"
       
    91 			CharacterSet="1"
       
    92 			WholeProgramOptimization="1"
       
    93 			>
       
    94 			<Tool
       
    95 				Name="VCPreBuildEventTool"
       
    96 				CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
       
    97 			/>
       
    98 			<Tool
       
    99 				Name="VCCustomBuildTool"
       
   100 			/>
       
   101 			<Tool
       
   102 				Name="VCXMLDataGeneratorTool"
       
   103 			/>
       
   104 			<Tool
       
   105 				Name="VCWebServiceProxyGeneratorTool"
       
   106 			/>
       
   107 			<Tool
       
   108 				Name="VCMIDLTool"
       
   109 			/>
       
   110 			<Tool
       
   111 				Name="VCCLCompilerTool"
       
   112 				AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\JavaScriptCore&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(ProjectDir)..\..\TestNetscapePlugin.subproj&quot;;&quot;$(WebKitLibrariesDir)\include&quot;"
       
   113 				PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf"
       
   114 				DisableSpecificWarnings="4819"
       
   115 			/>
       
   116 			<Tool
       
   117 				Name="VCManagedResourceCompilerTool"
       
   118 			/>
       
   119 			<Tool
       
   120 				Name="VCResourceCompilerTool"
       
   121 				AdditionalIncludeDirectories=""
       
   122 			/>
       
   123 			<Tool
       
   124 				Name="VCPreLinkEventTool"
       
   125 			/>
       
   126 			<Tool
       
   127 				Name="VCLinkerTool"
       
   128 				OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
       
   129 				ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
       
   130 			/>
       
   131 			<Tool
       
   132 				Name="VCALinkTool"
       
   133 			/>
       
   134 			<Tool
       
   135 				Name="VCManifestTool"
       
   136 			/>
       
   137 			<Tool
       
   138 				Name="VCXDCMakeTool"
       
   139 			/>
       
   140 			<Tool
       
   141 				Name="VCBscMakeTool"
       
   142 			/>
       
   143 			<Tool
       
   144 				Name="VCFxCopTool"
       
   145 			/>
       
   146 			<Tool
       
   147 				Name="VCAppVerifierTool"
       
   148 			/>
       
   149 			<Tool
       
   150 				Name="VCWebDeploymentTool"
       
   151 			/>
       
   152 			<Tool
       
   153 				Name="VCPostBuildEventTool"
       
   154 				CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
       
   155 			/>
       
   156 		</Configuration>
       
   157 		<Configuration
       
   158 			Name="Debug_Internal|Win32"
       
   159 			ConfigurationType="2"
       
   160 			InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops"
       
   161 			CharacterSet="1"
       
   162 			>
       
   163 			<Tool
       
   164 				Name="VCPreBuildEventTool"
       
   165 				CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
       
   166 			/>
       
   167 			<Tool
       
   168 				Name="VCCustomBuildTool"
       
   169 			/>
       
   170 			<Tool
       
   171 				Name="VCXMLDataGeneratorTool"
       
   172 			/>
       
   173 			<Tool
       
   174 				Name="VCWebServiceProxyGeneratorTool"
       
   175 			/>
       
   176 			<Tool
       
   177 				Name="VCMIDLTool"
       
   178 			/>
       
   179 			<Tool
       
   180 				Name="VCCLCompilerTool"
       
   181 				AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\JavaScriptCore&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(ProjectDir)..\..\TestNetscapePlugin.subproj&quot;;&quot;$(WebKitLibrariesDir)\include&quot;"
       
   182 				PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf"
       
   183 				RuntimeLibrary="3"
       
   184 				DisableSpecificWarnings="4819"
       
   185 			/>
       
   186 			<Tool
       
   187 				Name="VCManagedResourceCompilerTool"
       
   188 			/>
       
   189 			<Tool
       
   190 				Name="VCResourceCompilerTool"
       
   191 				AdditionalIncludeDirectories=""
       
   192 			/>
       
   193 			<Tool
       
   194 				Name="VCPreLinkEventTool"
       
   195 			/>
       
   196 			<Tool
       
   197 				Name="VCLinkerTool"
       
   198 				OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
       
   199 				ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
       
   200 			/>
       
   201 			<Tool
       
   202 				Name="VCALinkTool"
       
   203 			/>
       
   204 			<Tool
       
   205 				Name="VCManifestTool"
       
   206 			/>
       
   207 			<Tool
       
   208 				Name="VCXDCMakeTool"
       
   209 			/>
       
   210 			<Tool
       
   211 				Name="VCBscMakeTool"
       
   212 			/>
       
   213 			<Tool
       
   214 				Name="VCFxCopTool"
       
   215 			/>
       
   216 			<Tool
       
   217 				Name="VCAppVerifierTool"
       
   218 			/>
       
   219 			<Tool
       
   220 				Name="VCWebDeploymentTool"
       
   221 			/>
       
   222 			<Tool
       
   223 				Name="VCPostBuildEventTool"
       
   224 				CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
       
   225 			/>
       
   226 		</Configuration>
       
   227 		<Configuration
       
   228 			Name="Debug_Cairo|Win32"
       
   229 			ConfigurationType="2"
       
   230 			InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_wincairo.vsprops"
       
   231 			CharacterSet="1"
       
   232 			>
       
   233 			<Tool
       
   234 				Name="VCPreBuildEventTool"
       
   235 				CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
       
   236 			/>
       
   237 			<Tool
       
   238 				Name="VCCustomBuildTool"
       
   239 			/>
       
   240 			<Tool
       
   241 				Name="VCXMLDataGeneratorTool"
       
   242 			/>
       
   243 			<Tool
       
   244 				Name="VCWebServiceProxyGeneratorTool"
       
   245 			/>
       
   246 			<Tool
       
   247 				Name="VCMIDLTool"
       
   248 			/>
       
   249 			<Tool
       
   250 				Name="VCCLCompilerTool"
       
   251 				AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\JavaScriptCore&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(ProjectDir)..\..\TestNetscapePlugin.subproj&quot;;&quot;$(WebKitLibrariesDir)\include&quot;"
       
   252 				PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf"
       
   253 				DisableSpecificWarnings="4819"
       
   254 			/>
       
   255 			<Tool
       
   256 				Name="VCManagedResourceCompilerTool"
       
   257 			/>
       
   258 			<Tool
       
   259 				Name="VCResourceCompilerTool"
       
   260 				AdditionalIncludeDirectories=""
       
   261 			/>
       
   262 			<Tool
       
   263 				Name="VCPreLinkEventTool"
       
   264 			/>
       
   265 			<Tool
       
   266 				Name="VCLinkerTool"
       
   267 				OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
       
   268 				ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
       
   269 			/>
       
   270 			<Tool
       
   271 				Name="VCALinkTool"
       
   272 			/>
       
   273 			<Tool
       
   274 				Name="VCManifestTool"
       
   275 			/>
       
   276 			<Tool
       
   277 				Name="VCXDCMakeTool"
       
   278 			/>
       
   279 			<Tool
       
   280 				Name="VCBscMakeTool"
       
   281 			/>
       
   282 			<Tool
       
   283 				Name="VCFxCopTool"
       
   284 			/>
       
   285 			<Tool
       
   286 				Name="VCAppVerifierTool"
       
   287 			/>
       
   288 			<Tool
       
   289 				Name="VCWebDeploymentTool"
       
   290 			/>
       
   291 			<Tool
       
   292 				Name="VCPostBuildEventTool"
       
   293 				CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
       
   294 			/>
       
   295 		</Configuration>
       
   296 		<Configuration
       
   297 			Name="Debug_All|Win32"
       
   298 			ConfigurationType="2"
       
   299 			InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops"
       
   300 			CharacterSet="1"
       
   301 			>
       
   302 			<Tool
       
   303 				Name="VCPreBuildEventTool"
       
   304 				CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
       
   305 			/>
       
   306 			<Tool
       
   307 				Name="VCCustomBuildTool"
       
   308 			/>
       
   309 			<Tool
       
   310 				Name="VCXMLDataGeneratorTool"
       
   311 			/>
       
   312 			<Tool
       
   313 				Name="VCWebServiceProxyGeneratorTool"
       
   314 			/>
       
   315 			<Tool
       
   316 				Name="VCMIDLTool"
       
   317 			/>
       
   318 			<Tool
       
   319 				Name="VCCLCompilerTool"
       
   320 				AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\Include&quot;;&quot;$(WebKitOutputDir)\Include\JavaScriptCore&quot;;&quot;$(WebKitOutputDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(ProjectDir)..\..\TestNetscapePlugin.subproj&quot;;&quot;$(WebKitLibrariesDir)\include&quot;"
       
   321 				PreprocessorDefinitions="_USRDLL;TESTNETSCAPEPLUGIN_EXPORTS;snprintf=_snprintf"
       
   322 				RuntimeLibrary="3"
       
   323 				DisableSpecificWarnings="4819"
       
   324 			/>
       
   325 			<Tool
       
   326 				Name="VCManagedResourceCompilerTool"
       
   327 			/>
       
   328 			<Tool
       
   329 				Name="VCResourceCompilerTool"
       
   330 				AdditionalIncludeDirectories=""
       
   331 			/>
       
   332 			<Tool
       
   333 				Name="VCPreLinkEventTool"
       
   334 			/>
       
   335 			<Tool
       
   336 				Name="VCLinkerTool"
       
   337 				OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
       
   338 				ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
       
   339 			/>
       
   340 			<Tool
       
   341 				Name="VCALinkTool"
       
   342 			/>
       
   343 			<Tool
       
   344 				Name="VCManifestTool"
       
   345 			/>
       
   346 			<Tool
       
   347 				Name="VCXDCMakeTool"
       
   348 			/>
       
   349 			<Tool
       
   350 				Name="VCBscMakeTool"
       
   351 			/>
       
   352 			<Tool
       
   353 				Name="VCFxCopTool"
       
   354 			/>
       
   355 			<Tool
       
   356 				Name="VCAppVerifierTool"
       
   357 			/>
       
   358 			<Tool
       
   359 				Name="VCWebDeploymentTool"
       
   360 			/>
       
   361 			<Tool
       
   362 				Name="VCPostBuildEventTool"
       
   363 				CommandLine="if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;"
       
   364 			/>
       
   365 		</Configuration>
       
   366 	</Configurations>
       
   367 	<References>
       
   368 	</References>
       
   369 	<Files>
       
   370 		<File
       
   371 			RelativePath="..\main.cpp"
       
   372 			>
       
   373 			<FileConfiguration
       
   374 				Name="Debug|Win32"
       
   375 				>
       
   376 				<Tool
       
   377 					Name="VCCLCompilerTool"
       
   378 					ObjectFile="$(IntDir)\$(InputName)1.obj"
       
   379 					XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
       
   380 				/>
       
   381 			</FileConfiguration>
       
   382 			<FileConfiguration
       
   383 				Name="Release|Win32"
       
   384 				>
       
   385 				<Tool
       
   386 					Name="VCCLCompilerTool"
       
   387 					ObjectFile="$(IntDir)\$(InputName)1.obj"
       
   388 					XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
       
   389 				/>
       
   390 			</FileConfiguration>
       
   391 			<FileConfiguration
       
   392 				Name="Debug_Internal|Win32"
       
   393 				>
       
   394 				<Tool
       
   395 					Name="VCCLCompilerTool"
       
   396 					ObjectFile="$(IntDir)\$(InputName)1.obj"
       
   397 					XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
       
   398 				/>
       
   399 			</FileConfiguration>
       
   400 			<FileConfiguration
       
   401 				Name="Debug_Cairo|Win32"
       
   402 				>
       
   403 				<Tool
       
   404 					Name="VCCLCompilerTool"
       
   405 					ObjectFile="$(IntDir)\$(InputName)1.obj"
       
   406 					XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
       
   407 				/>
       
   408 			</FileConfiguration>
       
   409 			<FileConfiguration
       
   410 				Name="Debug_All|Win32"
       
   411 				>
       
   412 				<Tool
       
   413 					Name="VCCLCompilerTool"
       
   414 					ObjectFile="$(IntDir)\$(InputName)1.obj"
       
   415 					XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
       
   416 				/>
       
   417 			</FileConfiguration>
       
   418 		</File>
       
   419 		<File
       
   420 			RelativePath="..\PluginObject.cpp"
       
   421 			>
       
   422 		</File>
       
   423 		<File
       
   424 			RelativePath="..\PluginObject.h"
       
   425 			>
       
   426 		</File>
       
   427 		<File
       
   428 			RelativePath=".\resource.h"
       
   429 			>
       
   430 		</File>
       
   431 		<File
       
   432 			RelativePath=".\TestNetscapePlugin.def"
       
   433 			>
       
   434 		</File>
       
   435 		<File
       
   436 			RelativePath=".\TestNetscapePlugin.rc"
       
   437 			>
       
   438 		</File>
       
   439 		<File
       
   440 			RelativePath=".\TestNetscapePlugin_debug.def"
       
   441 			>
       
   442 		</File>
       
   443 		<File
       
   444 			RelativePath="..\TestObject.cpp"
       
   445 			>
       
   446 		</File>
       
   447 		<File
       
   448 			RelativePath="..\TestObject.h"
       
   449 			>
       
   450 		</File>
       
   451 	</Files>
       
   452 	<Globals>
       
   453 	</Globals>
       
   454 </VisualStudioProject>