[WiX-users] How to reference a preprocessor which is imported by the wixproj file?

2012-11-06 Thread tetelee
I know that if I define a preprocessor directly in the wixproj file, I can use it in wxs file just like this: $(var.PROPERTYNAME). However, the problem with this kind of preprocessor is it is Configuration/Platform specific. We want to define a SW version number(which needs to be used in wxs file

Re: [WiX-users] How to reference a preprocessor which is imported by the wixproj file?

2012-11-06 Thread Rob Mensching
See the DefineConstants here: http://wix.sourceforge.net/manual-wix3/msbuild_task_reference_candle.htm On Tue, Nov 6, 2012 at 1:11 AM, tetelee ttlee1...@gmail.com wrote: I know that if I define a preprocessor directly in the wixproj file, I can use it in wxs file just like this: