0
I simply wanted to know if there's a possibility to see a list of all registered targets for a *.csproj in Visual Studio.
Background: I created a NuGet-Package which adds some build-functionality. This is done by adding a *.targets file to the "build" directory in the NuGet-Package. Visual studio then adds the targets file to the build of the project when the package is included. In this case it's a simple task that signs the build-output and is therefore called "SignAssembly". Where may I see a list of all targets a project has?
Best wishes and thanks in advance!