From f6af087cb93d949d333977246cc34353589260df Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Jun 2008 05:35:58 +0000 Subject: "Just a small update for the project files for adding a missing preprocessor definition for VS2005 (without SP1). It suppress the (bogus) M$ deprecated warning." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Cédric Venet! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52530 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/x86/x86.vcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/x86') diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj index b47d559433..2228ea85c5 100644 --- a/win32/x86/x86.vcproj +++ b/win32/x86/x86.vcproj @@ -23,7 +23,7 @@ OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" CharacterSet="2" >