diff options
Diffstat (limited to 'webkit/glue/plugins/test/npapi_test_plugin.vcproj')
-rw-r--r-- | webkit/glue/plugins/test/npapi_test_plugin.vcproj | 256 |
1 files changed, 256 insertions, 0 deletions
diff --git a/webkit/glue/plugins/test/npapi_test_plugin.vcproj b/webkit/glue/plugins/test/npapi_test_plugin.vcproj new file mode 100644 index 0000000..ffcd76c --- /dev/null +++ b/webkit/glue/plugins/test/npapi_test_plugin.vcproj @@ -0,0 +1,256 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="npapi_test_plugin" + ProjectGUID="{0D04AEC1-6B68-492C-BCCF-808DFD69ABC6}" + RootNamespace="npapi_test" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="2" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;..\..\..\build\webkit_common.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="winmm.lib" + ModuleDefinitionFile="npapi_test.def" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="2" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;..\..\..\build\webkit_common.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + AdditionalDependencies="winmm.lib" + ModuleDefinitionFile="npapi_test.def" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath=".\npapi_constants.cc" + > + </File> + <File + RelativePath=".\npapi_constants.h" + > + </File> + <File + RelativePath=".\npapi_test.cc" + > + </File> + <File + RelativePath=".\npapi_test.rc" + > + </File> + <File + RelativePath=".\plugin_arguments_test.cc" + > + </File> + <File + RelativePath=".\plugin_arguments_test.h" + > + </File> + <File + RelativePath=".\plugin_client.cc" + > + </File> + <File + RelativePath=".\plugin_client.h" + > + </File> + <File + RelativePath=".\plugin_delete_plugin_in_stream_test.cc" + > + </File> + <File + RelativePath=".\plugin_delete_plugin_in_stream_test.h" + > + </File> + <File + RelativePath=".\plugin_execute_script_delete_test.cc" + > + </File> + <File + RelativePath=".\plugin_execute_script_delete_test.h" + > + </File> + <File + RelativePath=".\plugin_get_javascript_url_test.cc" + > + </File> + <File + RelativePath=".\plugin_get_javascript_url_test.h" + > + </File> + <File + RelativePath=".\plugin_geturl_test.cc" + > + </File> + <File + RelativePath=".\plugin_geturl_test.h" + > + </File> + <File + RelativePath=".\plugin_new_fails_test.cc" + > + </File> + <File + RelativePath=".\plugin_new_fails_test.h" + > + </File> + <File + RelativePath=".\plugin_npobject_lifetime_test.cc" + > + </File> + <File + RelativePath=".\plugin_npobject_lifetime_test.h" + > + </File> + <File + RelativePath=".\plugin_npobject_proxy_test.cc" + > + </File> + <File + RelativePath=".\plugin_npobject_proxy_test.h" + > + </File> + <File + RelativePath=".\plugin_test.cc" + > + </File> + <File + RelativePath=".\plugin_test.h" + > + </File> + <File + RelativePath=".\plugin_window_size_test.cc" + > + </File> + <File + RelativePath=".\plugin_window_size_test.h" + > + </File> + <File + RelativePath=".\resource.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |