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