diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 12:40:24 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 12:40:24 +0000 |
commit | 2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777 (patch) | |
tree | ae9dc034c37ffc23f93ef1fe0446551950337830 /webkit/tools/test_shell/test_worker | |
parent | 1efd74d2f540a6d9ac77bbedd530871bfb3765bc (diff) | |
download | chromium_src-2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777.zip chromium_src-2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777.tar.gz chromium_src-2b1782fc18e42a7ca9d19f18e0d3ccc9fc58e777.tar.bz2 |
Delete the checked-in webkit .vcproj (and ancillary .sln) files.
Review URL: http://codereview.chromium.org/115188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15848 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_worker')
-rw-r--r-- | webkit/tools/test_shell/test_worker/test_worker.vcproj | 166 |
1 files changed, 0 insertions, 166 deletions
diff --git a/webkit/tools/test_shell/test_worker/test_worker.vcproj b/webkit/tools/test_shell/test_worker/test_worker.vcproj deleted file mode 100644 index 4634b70..0000000 --- a/webkit/tools/test_shell/test_worker/test_worker.vcproj +++ /dev/null @@ -1,166 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8.00" - Name="test_worker" - ProjectGUID="{3E03D462-780D-4C4D-B22E-5E095E6CF110}" - RootNamespace="test_worker" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - ConfigurationType="2" - InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\test_worker.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <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\release.vsprops;.\test_worker.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" - /> - <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="..\simple_clipboard_impl.cc" - > - </File> - <File - RelativePath=".\test_webworker.cc" - > - </File> - <File - RelativePath=".\test_webworker.h" - > - </File> - <File - RelativePath=".\test_worker.def" - > - </File> - <File - RelativePath=".\test_worker_main.cc" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |