2 writes to ProjectType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (2)
158
ProjectType
= SupportedLanguages.CSharp;
162
ProjectType
= SupportedLanguages.VB;
7 references to ProjectType
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\CompileXomlTask.cs (7)
365
if (this.
ProjectType
== SupportedLanguages.VB)
530
switch (this.
ProjectType
)
552
compilerParameters.LanguageToUse = this.
ProjectType
.ToString();
565
if (this.
ProjectType
== SupportedLanguages.VB)
627
WorkflowMarkupSerializationHelpers.FixStandardNamespacesAndRootNamespace(ccu.Namespaces, this.RootNamespace, CompilerHelpers.GetSupportedLanguage(this.
ProjectType
.ToString())); //just add the standard namespaces
857
if (this.
ProjectType
== SupportedLanguages.VB)
880
if (this.
ProjectType
== SupportedLanguages.VB)