Re: [WiX-users] Visual Studio Project Reference to a WCF Service

2010-02-02 Thread Chris Carlson
Project Reference to a WCF Service I need to reference the output of a WCF service project. When I add the reference to the WiX project it appears as a reference called "MyService(MyService\MyService)". I cannot find a way to construct the var pre-processor reference to reference this project

[WiX-users] Visual Studio Project Reference to a WCF Service

2010-02-02 Thread Rob Jarratt (MCS UK)
I need to reference the output of a WCF service project. When I add the reference to the WiX project it appears as a reference called "MyService(MyService\MyService)". I cannot find a way to construct the var pre-processor reference to reference this project. Is there a way to do this? Thanks