-
This commit is contained in:
@@ -32,7 +32,6 @@ Public Class CSScriptAddon
|
|||||||
Dim csxFiles = Directory.GetFiles(scriptDir, "*.cs")
|
Dim csxFiles = Directory.GetFiles(scriptDir, "*.cs")
|
||||||
If csxFiles.Count = 0 Then Return
|
If csxFiles.Count = 0 Then Return
|
||||||
CSScriptLibrary.CSScript.EvaluatorConfig.Engine = EvaluatorEngine.CodeDom
|
CSScriptLibrary.CSScript.EvaluatorConfig.Engine = EvaluatorEngine.CodeDom
|
||||||
CSScriptLibrary.CSScript.Evaluator.ReferenceDomainAssemblies()
|
|
||||||
|
|
||||||
For Each i In csxFiles
|
For Each i In csxFiles
|
||||||
Try
|
Try
|
||||||
|
|||||||
@@ -59,7 +59,6 @@
|
|||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.ComponentModel.Composition" />
|
<Reference Include="System.ComponentModel.Composition" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Management" />
|
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
|
|||||||
Reference in New Issue
Block a user