Skip to content

Instantly share code, notes, and snippets.

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/09b9b849b547080ad54ef25622be22f3 to your computer and use it in GitHub Desktop.
Save goyalmohit/09b9b849b547080ad54ef25622be22f3 to your computer and use it in GitHub Desktop.
Defining MSBuild Properties - Project File Samples 01
<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