Bonjour a tous,
Je viens de changer ma version vs (passage de 2008 vers 2010).
Malheureusement, j'ai maintenant un problème concernant le nom de sortie des lib que je compile.

En effet, voici le warning que j'obtiens
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(L:\mscv10_Win32\v8_v10\preparser_lib\\lib\preparser_lib.lib) does not match the Library's OutputFile property value (L:\mscv10_Win32\v8_v10\preparser_lib\preparser_libDebug.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
Et voici les config de mon projet:
Configuration Properties --> General
Output Directory: L:\mscv10_$(Platform)\$(SolutionName)\$(ProjectName)\
Intermediate Directory: O:\msvc10_$(Platform)\Libraries\$(SolutionName)\$(ProjectName)\$(Configuration)\
Target Name: $(ProjectName)$(Configuration)

Configuration Properties --> C/C++ --> Output Files
Program Database File Name: $(OutDir)$(ProjectName).pdb

Configuration Properties --> Librarian --> General
Output file: $(OutDir)$(TargetName)$(TargetExt)
Donc les lib sont bien générer avec le format $(OutDir)$(TargetName)$(TargetExt) mais j'ai ce warning que je ne comprend pas.

Savez vous comment remédier a ce warning ?
Savez vous ou ce où ce trouve mon erreur ?

Je vous remercie par avance de votre aide

PS: la version de VS 2010 --> 10.0.40219.1 SP1 Rel