Skip to content

Commit bcc6106

Browse files
committed
Compatibility with Linux (added Microsoft.VisualBasic.dll). fixed #6
1 parent a327fd3 commit bcc6106

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
596 KB
Binary file not shown.

MathExpressions.NET.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{59BB7BFA-F088-41EB-AA54-0549D5DB1A2E}"
1111
ProjectSection(SolutionItems) = preProject
1212
Dependencies\GOLD Engine.dll = Dependencies\GOLD Engine.dll
13+
Dependencies\Microsoft.VisualBasic.dll = Dependencies\Microsoft.VisualBasic.dll
1314
Dependencies\WolframAlpha.NET.dll = Dependencies\WolframAlpha.NET.dll
1415
EndProjectSection
1516
EndProject

MathExpressions.NET/MathExpressions.NET.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@
9494
<SubType>Designer</SubType>
9595
</EmbeddedResource>
9696
</ItemGroup>
97+
<ItemGroup>
98+
<Content Include="..\Dependencies\Microsoft.VisualBasic.dll">
99+
<Link>Microsoft.VisualBasic.dll</Link>
100+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
101+
</Content>
102+
</ItemGroup>
97103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99105
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)