pombreda / libkml

Automatically exported from code.google.com/p/libkml
Other
0 stars 0 forks source link

Expat support configured with Visual Studio property sheet libkml.vsprops #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a small file with definition of Visual Studio property sheet that
defines EXPAT_DIR macro used to instruct compiler and linker where to find
Expat headers and library file.

After attaching property sheet to libkml projects in Visual Studio IDE ->
Property Manager, these settings are automatically inherited by each
project in solution.

Property Sheet seems to be the simplest way to configure libkml
dependencies when building with Visual Studio 2005 or 2008

Original issue reported on code.google.com by mloskot on 21 May 2008 at 2:54

Attachments:

GoogleCodeExporter commented 9 years ago
sorry, but how to you "attaching a property sheet" in VS 2008?

Original comment by albertoc...@gmail.com on 2 Jul 2008 at 10:06

GoogleCodeExporter commented 9 years ago
Check MSDN article "How to: Inherit Project Settings from Property Sheets" 
available
here http://msdn.microsoft.com/en-us/library/3z7t21ew(VS.80).aspx

Original comment by mloskot on 14 Jun 2009 at 4:08

GoogleCodeExporter commented 9 years ago
Does not work with Visual Studio 2010: "Cannot add property sheet as it is 
either an invalid property sheet or adding it would cause a circular 
inheritance with one of the selected property sheets."

It also looks like Visual Studio 2010 expects property sheet files with an 
extension of .props instead of .vsprops

Original comment by zfr...@gmail.com on 26 Oct 2011 at 3:44