Hi,

 

I created a new WIX project in VS 2005. I want to pickup files of a windows
application project as the source files. But is there a property\variable i
can directly use to get the build type('Debug' or 'Release').
For example i want to get the files inside 'RenderingService\bin\Debug' or
'RenderingService\bin\Release'  based upon the build type of the visual
studio solution. How can i achieve this. I tried the following but it didnt
work.

<?define SOURCEFILES="..\RenderingService\bin\$(var.Configuration)"?>

Can anyone tell me whether there is a property\variable we can use to
distinguish build type?

Thanks,
Yash


-- 
View this message in context: 
http://www.nabble.com/Support-for-Build-type-in-WIX-tf4033037.html#a11456898
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to