Skip to content

Instantly share code, notes, and snippets.

@codito
Created November 21, 2011 09:49
Show Gist options
  • Save codito/1382177 to your computer and use it in GitHub Desktop.
Save codito/1382177 to your computer and use it in GitHub Desktop.
Debugging msbuild properties with Message task
<Project ToolsVersion="4.0" InitialTargets="Log" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- other properties go here.... -->
<Target Name="Log">
<Message Text="SearchPath = $(AssemblySearchPaths)"/>
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment