Scott Button wrote:
>   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
>     <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
>  
> <DefineConstants>$(DefineConstants);Configuration=Release;Release=</DefineCo
> nstants>
>   

Configuration is already set (since it's used in a condition) so you're 
trying to set it again, which is illegal. Just omit it from your 
DefineConstants property.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to