Created
December 3, 2017 20:45
-
-
Save goyalmohit/9f9206cb34d2adb17e54dee8aa5868c4 to your computer and use it in GitHub Desktop.
Understanding MSBuild Properties - Project File Samples 07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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