dsplaisted / strongnamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support incremental builds

dsplaisted opened this issue · comments

The StrongNamerTarget doesn't declare inputs and outputs, which will likely prevent incremental builds from working (ie the project will always be recompiled even if nothing changed).

I don't see this problem (using VS2015). If no change to my project is done, it is not being built.