Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created December 3, 2017 20:45
Show Gist options
  • Select an option

  • Save goyalmohit/9f9206cb34d2adb17e54dee8aa5868c4 to your computer and use it in GitHub Desktop.

Select an option

Save goyalmohit/9f9206cb34d2adb17e54dee8aa5868c4 to your computer and use it in GitHub Desktop.
Understanding MSBuild Properties - Project File Samples 07
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name = "Compile">
<!-- Prints value of environment Variable PATH -->
<Message Text="PATH = $(Path)"/>
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment