From ca4dc1958c5fad877bc1bf204290adaaf789897b Mon Sep 17 00:00:00 2001
From: biwa <6475593+biwa@users.noreply.github.com>
Date: Fri, 10 Apr 2020 10:57:38 +0200
Subject: [PATCH] Hopefully fixed BuilderMono.csproj to compile for Mac and
 Linux again.

---
 Source/Core/BuilderMono.csproj | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Source/Core/BuilderMono.csproj b/Source/Core/BuilderMono.csproj
index e0518643a..c1a515c8b 100644
--- a/Source/Core/BuilderMono.csproj
+++ b/Source/Core/BuilderMono.csproj
@@ -244,6 +244,7 @@
     <Compile Include="Rendering\Vector3.cs" />
     <Compile Include="Rendering\Vector4.cs" />
     <Compile Include="Rendering\VertexBuffer.cs" />
+    <Compile Include="VisualModes\VisualSlope.cs" />
     <Compile Include="Windows\ThingStatisticsForm.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -904,7 +905,9 @@
     <Compile Include="Data\ColormapImage.cs" />
     <Compile Include="Data\CvarsCollection.cs" />
     <Compile Include="Data\HiResImage.cs" />
-    <Compile Include="NoScintilla.cs" />
+    <Compile Include="NoScintilla.cs">
+      <SubType>UserControl</SubType>
+    </Compile>
     <Compile Include="Data\Scripting\ZScriptScriptHandler.cs" />
     <Compile Include="Data\Scripting\ScriptHandler.cs" />
     <Compile Include="Data\Scripting\AccScriptHandler.cs" />
@@ -1498,6 +1501,7 @@
     </BootstrapperPackage>
   </ItemGroup>
   <PropertyGroup>
-    <PreBuildEvent></PreBuildEvent>
+    <PreBuildEvent>
+    </PreBuildEvent>
   </PropertyGroup>
 </Project>
\ No newline at end of file
-- 
GitLab