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/a5db2bfc0623b4980bd14941c6a9d45c to your computer and use it in GitHub Desktop.
Save goyalmohit/a5db2bfc0623b4980bd14941c6a9d45c to your computer and use it in GitHub Desktop.
Defining MSBuild Properties - Project File Samples 06
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildDir>C:\Source\Repo\MyRepo\Bin</BuildDir>
</PropertyGroup>
<PropertyGroup>
<BuildDir>C:\Source\Repo\MyRepo\Bin\Debug</BuildDir>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment