This is because these settings are in the $project.user file and not part of the actual $project.csproj file. To fix this, simply add the properties to a PropertyGroup in your project file:
Program $(ProjectDir)$(OutputPath)NServiceBus.Host.exe NServiceBus.Integration
No comments:
Post a Comment