* Fix project options so it runs with simpleserver

This commit is contained in:
Michaël Van Canneyt 2022-11-23 20:10:49 +01:00
parent 939583be54
commit 2f733d82be
2 changed files with 19 additions and 20 deletions

View File

@ -14,9 +14,10 @@
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
</General>
<CustomData Count="2">
<Item0 Name="PasJSPort" Value="0"/>
<Item1 Name="PasJSWebBrowserProject" Value="1"/>
<CustomData Count="3">
<Item0 Name="Pas2JSProject" Value="1"/>
<Item1 Name="PasJSLocation" Value="demobootstraptable"/>
<Item2 Name="PasJSWebBrowserProject" Value="1"/>
</CustomData>
<BuildModes>
<Item Name="Default" Default="True"/>
@ -27,18 +28,24 @@
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="0"/>
</RunParams>
<Units>
<Unit>
<Filename Value="demobootstraptable.lpr"/>
<IsPartOfProject Value="True"/>
</Unit>
<Unit>
<Filename Value="bootstraptable.html"/>
<IsPartOfProject Value="True"/>
<CustomData Count="1">
<Item0 Name="PasJSIsProjectHTMLFile" Value="1"/>
</CustomData>
</Unit>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<Target FileExt=".js">
<Target>
<Filename Value="demobootstraptable"/>
</Target>
<SearchPaths>
@ -67,16 +74,16 @@
</Other>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Exceptions>
<Item>
<Name Value="EAbort"/>
</Item1>
<Item2>
</Item>
<Item>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
</Item>
<Item>
<Name Value="EFOpenError"/>
</Item3>
</Item>
</Exceptions>
</Debugging>
</CONFIG>

View File

@ -33,14 +33,6 @@
<RunParams>
<FormatVersion Value="2"/>
</RunParams>
<RequiredPackages>
<Item>
<PackageName Value="FCL"/>
</Item>
<Item>
<PackageName Value="pas2jscomponents"/>
</Item>
</RequiredPackages>
<Units>
<Unit>
<Filename Value="demobootstraptable.lpr"/>