Last active
December 3, 2017 13:56
-
-
Save goyalmohit/09b9b849b547080ad54ef25622be22f3 to your computer and use it in GitHub Desktop.
Defining MSBuild Properties - Project File Samples 01
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"> | |
<PropertyGroup> | |
<BuildDir>C:\Source\Repo\MyRepo\Bin</BuildDir> | |
</PropertyGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment