mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Hopefully fixed BuilderMono.csproj to compile for Mac and Linux again.
This commit is contained in:
parent
58d5bfd59b
commit
ca4dc1958c
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
Loading…
Reference in a new issue