Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Last active December 4, 2017 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/cfd0b14ba7276ce3015f60cca050231e to your computer and use it in GitHub Desktop.
Save goyalmohit/cfd0b14ba7276ce3015f60cca050231e to your computer and use it in GitHub Desktop.
Understanding MSBuild Properties - Project File Samples 09
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Target Name = "Compile">
<Message Text="OutputDir = $(OutputDir)"/>
<Message Text="Configuration = $(Configuration)"/>
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment