mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +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\Vector3.cs" />
|
||||||
<Compile Include="Rendering\Vector4.cs" />
|
<Compile Include="Rendering\Vector4.cs" />
|
||||||
<Compile Include="Rendering\VertexBuffer.cs" />
|
<Compile Include="Rendering\VertexBuffer.cs" />
|
||||||
|
<Compile Include="VisualModes\VisualSlope.cs" />
|
||||||
<Compile Include="Windows\ThingStatisticsForm.cs">
|
<Compile Include="Windows\ThingStatisticsForm.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -904,7 +905,9 @@
|
||||||
<Compile Include="Data\ColormapImage.cs" />
|
<Compile Include="Data\ColormapImage.cs" />
|
||||||
<Compile Include="Data\CvarsCollection.cs" />
|
<Compile Include="Data\CvarsCollection.cs" />
|
||||||
<Compile Include="Data\HiResImage.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\ZScriptScriptHandler.cs" />
|
||||||
<Compile Include="Data\Scripting\ScriptHandler.cs" />
|
<Compile Include="Data\Scripting\ScriptHandler.cs" />
|
||||||
<Compile Include="Data\Scripting\AccScriptHandler.cs" />
|
<Compile Include="Data\Scripting\AccScriptHandler.cs" />
|
||||||
|
@ -1498,6 +1501,7 @@
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PreBuildEvent></PreBuildEvent>
|
<PreBuildEvent>
|
||||||
|
</PreBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in a new issue