Skip to content

Instantly share code, notes, and snippets.

@andreasohlund
Created May 10, 2011 19:10
Show Gist options
  • Select an option

  • Save andreasohlund/965161 to your computer and use it in GitHub Desktop.

Select an option

Save andreasohlund/965161 to your computer and use it in GitHub Desktop.
NServiceBus startup
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartAction>Program</StartAction>
<StartProgram>$(ProjectDir)$(OutputPath)NServiceBus.Host.exe</StartProgram>
</PropertyGroup>
@joliver
Copy link
Copy Markdown

joliver commented Mar 15, 2012

You can also shorten this to $(TargetDir)NServiceBus.Host.exe. In either case, just make sure it comes AFTER the Microsoft.CSharp.targets import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment