diff options
Diffstat (limited to 'chrome/installer/gcapi/gcapi_lib.vcproj')
-rwxr-xr-x | chrome/installer/gcapi/gcapi_lib.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/gcapi/gcapi_lib.vcproj b/chrome/installer/gcapi/gcapi_lib.vcproj index 2524db7..75da6c5 100755 --- a/chrome/installer/gcapi/gcapi_lib.vcproj +++ b/chrome/installer/gcapi/gcapi_lib.vcproj @@ -17,7 +17,7 @@ <Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops"
+ InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\debug.vsprops"
>
<Tool
Name="VCCLCompilerTool"
@@ -29,7 +29,7 @@ <Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops"
+ InheritedPropertySheets=".\gcapi.vsprops;$(SolutionDir)..\build\release.vsprops"
>
<Tool
Name="VCCLCompilerTool"
|