3 references to KeyFile
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (3)
827
if (this.
KeyFile
!= null && this.
KeyFile
.Trim().Length > 0)
828
compilerOptions.AppendFormat(" /keyfile:\"{0}\"", Path.Combine(this.ProjectDirectory, this.
KeyFile
));