Skip to content

Commit

Permalink
Added the path to nservicebus.host.exe in the project files for the e…
Browse files Browse the repository at this point in the history
…ncryption 4.0 sample
  • Loading branch information
andreasohlund committed Jan 7, 2011
1 parent bb022bd commit f0ff6b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions Samples-net40/Encryption/Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartAction>Program</StartAction>
<StartProgram>$(ProjectDir)$(OutputPath)NServiceBus.Host.exe</StartProgram>
</PropertyGroup>
</Project>
Binary file modified Samples-net40/Encryption/Encryption.suo
Binary file not shown.
11 changes: 4 additions & 7 deletions Samples-net40/Encryption/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartAction>Program</StartAction>
<StartProgram>$(ProjectDir)$(OutputPath)NServiceBus.Host.exe</StartProgram>
</PropertyGroup>
</Project>

0 comments on commit f0ff6b5

Please sign in to comment.