diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 16:10:55 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-23 16:10:55 +0000 |
commit | be5d469e3da53de61ba4a29814a834a1095b4dec (patch) | |
tree | 25e8b7772e1d35fca9bbe71bc2b8945ec73e5f0d /webkit/build/WebKit | |
parent | 0428f2c18b8ddb7d9e90edda336ad71f7dbf0dac (diff) | |
download | chromium_src-be5d469e3da53de61ba4a29814a834a1095b4dec.zip chromium_src-be5d469e3da53de61ba4a29814a834a1095b4dec.tar.gz chromium_src-be5d469e3da53de61ba4a29814a834a1095b4dec.tar.bz2 |
Add new vcproj for contents of third_party/WebKit/WebKit/chromium
R=maruel
Review URL: http://codereview.chromium.org/27040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebKit')
-rw-r--r-- | webkit/build/WebKit/WebKit.vcproj | 151 | ||||
-rw-r--r-- | webkit/build/WebKit/WebKit.vsprops | 14 |
2 files changed, 165 insertions, 0 deletions
diff --git a/webkit/build/WebKit/WebKit.vcproj b/webkit/build/WebKit/WebKit.vcproj new file mode 100644 index 0000000..bce2a1e --- /dev/null +++ b/webkit/build/WebKit/WebKit.vcproj @@ -0,0 +1,151 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="WebKit" + ProjectGUID="{5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65}" + RootNamespace="WebKit" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\WebKit.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\release.vsprops;.\WebKit.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> + <Filter + Name="chromium" + > + <Filter + Name="public" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebCommon.h" + > + </File> + <File + RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\public\WebString.h" + > + </File> + </Filter> + <Filter + Name="src" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebKit\chromium\src\WebString.cpp" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/webkit/build/WebKit/WebKit.vsprops b/webkit/build/WebKit/WebKit.vsprops new file mode 100644 index 0000000..6ce2a544 --- /dev/null +++ b/webkit/build/WebKit/WebKit.vsprops @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="WebKit" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="$(SolutionDir)..\third_party\WebKit\WebKit\chromium\public" + PreprocessorDefinitions="WEBKIT_IMPLEMENTATION;_SCL_SECURE_NO_DEPRECATE;_HAS_EXCEPTIONS=1" + WarnAsError="true" + /> +</VisualStudioPropertySheet> |