Index: chrome/worker/worker.vcproj |
=================================================================== |
--- chrome/worker/worker.vcproj (revision 0) |
+++ chrome/worker/worker.vcproj (revision 0) |
@@ -0,0 +1,171 @@ |
+<?xml version="1.0" encoding="Windows-1252"?> |
+<VisualStudioProject |
+ ProjectType="Visual C++" |
+ Version="8.00" |
+ Name="worker" |
+ ProjectGUID="{C78D02D0-A366-4EC6-A248-AA8E64C4BA18}" |
+ RootNamespace="worker" |
+ Keyword="Win32Proj" |
+ > |
+ <Platforms> |
+ <Platform |
+ Name="Win32" |
+ /> |
+ </Platforms> |
+ <ToolFiles> |
+ </ToolFiles> |
+ <Configurations> |
+ <Configuration |
+ Name="Debug|Win32" |
+ ConfigurationType="4" |
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;..\tools\build\win\precompiled.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="VCLibrarianTool" |
+ /> |
+ <Tool |
+ Name="VCALinkTool" |
+ /> |
+ <Tool |
+ Name="VCXDCMakeTool" |
+ /> |
+ <Tool |
+ Name="VCBscMakeTool" |
+ /> |
+ <Tool |
+ Name="VCFxCopTool" |
+ /> |
+ <Tool |
+ Name="VCPostBuildEventTool" |
+ /> |
+ </Configuration> |
+ <Configuration |
+ Name="Release|Win32" |
+ ConfigurationType="4" |
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.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="VCLibrarianTool" |
+ /> |
+ <Tool |
+ Name="VCALinkTool" |
+ /> |
+ <Tool |
+ Name="VCXDCMakeTool" |
+ /> |
+ <Tool |
+ Name="VCBscMakeTool" |
+ /> |
+ <Tool |
+ Name="VCFxCopTool" |
+ /> |
+ <Tool |
+ Name="VCPostBuildEventTool" |
+ /> |
+ </Configuration> |
+ </Configurations> |
+ <References> |
+ </References> |
+ <Files> |
+ <File |
+ RelativePath="..\tools\build\win\precompiled.cc" |
+ > |
+ <FileConfiguration |
+ Name="Debug|Win32" |
+ > |
+ <Tool |
+ Name="VCCLCompilerTool" |
+ UsePrecompiledHeader="1" |
+ /> |
+ </FileConfiguration> |
+ </File> |
+ <File |
+ RelativePath="..\tools\build\win\precompiled.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webworkerclient_proxy.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\webworkerclient_proxy.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\worker_main.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\worker_process.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\worker_process.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\worker_thread.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath=".\worker_thread.h" |
+ > |
+ </File> |
+ </Files> |
+ <Globals> |
+ </Globals> |
+</VisualStudioProject> |