views:

16

answers:

1

Where is a complete reference of ALL MsBuild properties ?? Like this

$(OutDir)

$(OutputPath)

$(TargetName)

$(TargetExt)

...

+1  A: 

The MSDN reference is here

  1. Common MSBuild Project Properties
  2. MSBuild Reserved Properties

It sounds like there can be more project-type-specific properties; which project types are you dealing with?

Rup
a .net project, Class Library with little modifications.
alhambraeidos