I'm trying to compile an Intel Appup sample program 'SlideshowexampleApplication', which requires Xmllite.lib. I searched and see that I'm supposed to add this file to the linker options in Visual Studio 2008, but I don't see the linker option under Project properties->Configuration properties. I tried adding 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include' as an Additional Include Directory, but I'm still getting a compile error.
Build started: Project: PicasaExampleComponent, Configuration: Debug Win32
Creating library...LINK : fatal error LNK1181: cannot open input file 'XMLLite\lib\XmlLite.lib'
Here is the example project: http://appdeveloper.intel.com/en-us/article/slideshow-example-windows