Skip to content

Instantly share code, notes, and snippets.

@skttl
Last active March 30, 2016 06:13
Show Gist options
  • Save skttl/088675483b6752cdae19 to your computer and use it in GitHub Desktop.
Save skttl/088675483b6752cdae19 to your computer and use it in GitHub Desktop.
Include ucommerce bins in csproj on build
<!-- add the following to csproj file -->
<Content Include="bin\ucommerce\**">
<Link>ucommerce\%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment