You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some common properties that appear in almost all .csproj files, for example, AssemblyOriginatorKeyFile, DelaySign, SignAssembly and some configuration related properties. They should be moved to a shared .props file and be included in other .csproj files.
There are some common properties that appear in almost all
.csprojfiles, for example,AssemblyOriginatorKeyFile,DelaySign,SignAssemblyand some configuration related properties. They should be moved to a shared.propsfile and be included in other.csprojfiles.