diff options
author | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-26 23:26:54 +0000 |
---|---|---|
committer | kuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-26 23:26:54 +0000 |
commit | a0c2b791e08881fd767deb20440266843e7490f2 (patch) | |
tree | d74e9a16f5ee87900bf481e460cf825892b4df29 /chrome/installer/gcapi/gcapi_dll.vcproj | |
parent | 653b2a10f65a1c1bd42f22998bc9ed3a0268b88f (diff) | |
download | chromium_src-a0c2b791e08881fd767deb20440266843e7490f2.zip chromium_src-a0c2b791e08881fd767deb20440266843e7490f2.tar.gz chromium_src-a0c2b791e08881fd767deb20440266843e7490f2.tar.bz2 |
* Check in criteria checker project for Chrome bundle deals.
Already reviewed at - http://codereview.chromium.org/6347/
BUG=1380504
Review URL: http://codereview.chromium.org/12702
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/gcapi/gcapi_dll.vcproj')
-rwxr-xr-x | chrome/installer/gcapi/gcapi_dll.vcproj | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/chrome/installer/gcapi/gcapi_dll.vcproj b/chrome/installer/gcapi/gcapi_dll.vcproj new file mode 100755 index 0000000..ac09788 --- /dev/null +++ b/chrome/installer/gcapi/gcapi_dll.vcproj @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="gcapi_dll"
+ ProjectGUID="{B802A2FE-E4E2-4F5A-905A-D5128875C954}"
+ RootNamespace="gcapi"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath=".\gcapi.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\gcapi.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|