.net - How to view all properties for a loaded Visual Studio project? -
i'm struggling issue i'm having custom defined project property, supposed imported external build target file.
the property defined such in imported file:
<project> <!-- ... --> <propertygroup> <!-- ... --> <mycustompath>$(myothercustompath)\myrelativepath</mycustompath> <!-- ... --> </propertygroup> <!-- ... --> </project>
appearantly though, i'm trying variable doesn't seem working. leading me guess reason property isn't loaded project should.
so able, visual studio, check on property's current value make sure set correctly.
isn't there way can list of given project's properties , in-memory values?
Comments
Post a Comment