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