diff options
Diffstat (limited to 'chrome/app/renderer_dll.vcproj')
-rw-r--r-- | chrome/app/renderer_dll.vcproj | 253 |
1 files changed, 253 insertions, 0 deletions
diff --git a/chrome/app/renderer_dll.vcproj b/chrome/app/renderer_dll.vcproj new file mode 100644 index 0000000..c1de629 --- /dev/null +++ b/chrome/app/renderer_dll.vcproj @@ -0,0 +1,253 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="renderer_dll" + ProjectGUID="{E82E0A33-C749-479B-8CD4-1BB8D5D9895F}" + RootNamespace="renderer_dll" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath="..\tools\build\win\version.rules" + /> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="2" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\renderer_dll.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Version" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <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;.\renderer_dll.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Version" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <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" + CommandLine="check_dependents.bat $(TargetPath) renderer.dll.deps" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + <File + RelativePath="..\..\webkit\glue\resources\aliasb.cur" + > + </File> + <File + RelativePath="..\browser\browser_resources.rc" + > + </File> + <File + RelativePath="..\..\webkit\glue\resources\cell.cur" + > + </File> + <File + RelativePath=".\check_dependents.bat" + > + </File> + <File + RelativePath=".\resources\chrome.ico" + > + </File> + <File + RelativePath=".\chrome_dll.rc" + > + </File> + <File + RelativePath=".\chrome_dll_resource.h" + > + </File> + <File + RelativePath=".\chrome_dll_version.rc.version" + > + </File> + <File + RelativePath="..\..\webkit\glue\resources\col_resize.cur" + > + </File> + <File + RelativePath="..\common\common_resources.rc" + > + </File> + <File + RelativePath="..\..\webkit\glue\resources\copy.cur" + > + </File> + <File + RelativePath="..\..\net\base\net_resources.rc" + > + </File> + <File + RelativePath=".\renderer.dll.deps" + > + </File> + <File + RelativePath="..\renderer\renderer_resources.rc" + > + </File> + <File + RelativePath="..\..\webkit\glue\resources\row_resize.cur" + > + </File> + <File + RelativePath="..\Debug\obj\util_prebuild\setup_strings.h" + > + </File> + <File + RelativePath="..\Debug\obj\util_prebuild\setup_strings.rc" + > + </File> + <File + RelativePath="..\browser\resources\shell.js" + > + </File> + <File + RelativePath="..\..\webkit\glue\resources\vertical_text.cur" + > + </File> + <File + RelativePath="..\..\webkit\glue\webkit_resources.rc" + > + </File> + <File + RelativePath="..\..\webkit\glue\resources\zoom_in.cur" + > + </File> + <File + RelativePath="..\..\webkit\glue\resources\zoom_out.cur" + > + </File> + </Filter> + <File + RelativePath=".\chrome_dll_main.cc" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |