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

View File

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