Created
May 10, 2011 19:10
-
-
Save andreasohlund/965161 to your computer and use it in GitHub Desktop.
NServiceBus startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| <StartAction>Program</StartAction> | |
| <StartProgram>$(ProjectDir)$(OutputPath)NServiceBus.Host.exe</StartProgram> | |
| </PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also shorten this to $(TargetDir)NServiceBus.Host.exe. In either case, just make sure it comes AFTER the Microsoft.CSharp.targets import.