Skip to content

Commit

Permalink
Update Plugin Loader to reference System.Windows.Forms.DataVisualizat…
Browse files Browse the repository at this point in the history
…ion (#73)
  • Loading branch information
ari-steas authored Nov 25, 2024
1 parent a9cea23 commit 3504155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions PluginLoader/Compiler/RoslynReferences.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public static void GenerateAssemblyList()
private static IEnumerable<Assembly> GetOtherReferences()
{
yield return typeof(Microsoft.CSharp.RuntimeBinder.Binder).Assembly;
yield return typeof(System.Windows.Forms.DataVisualization.Charting.Chart).Assembly;
}

private static bool ContainsReference(AssemblyName name)
Expand Down
3 changes: 2 additions & 1 deletion PluginLoader/PluginLoader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<Reference Include="System.Security" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="VRage, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -208,4 +209,4 @@
<PropertyGroup>
<PostBuildEvent>call "$(ProjectDir)\deploy.bat" "$(TargetPath) "</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 3504155

Please sign in to comment.