1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions BuildModesCount="1">
- <Version Value="12"/>
- <General>
- <Flags>
- <MainUnitHasCreateFormStatements Value="False"/>
- <MainUnitHasTitleStatement Value="False"/>
- <CompatibilityMode Value="True"/>
- </Flags>
- <SessionStorage Value="InProjectDir"/>
- <MainUnit Value="0"/>
- <Title Value="demorouter"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- </General>
- <BuildModes>
- <Item1 Name="default" Default="True"/>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- </PublishOptions>
- <RunParams>
- <FormatVersion Value="2"/>
- <Modes Count="1">
- <Mode0 Name="default"/>
- </Modes>
- </RunParams>
- <Units Count="1">
- <Unit0>
- <Filename Value="demorouter.pas"/>
- <IsPartOfProject Value="True"/>
- </Unit0>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="demorouter.js" ApplyConventions="False"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <Parsing>
- <SyntaxOptions>
- <AllowLabel Value="False"/>
- <UseAnsiStrings Value="False"/>
- </SyntaxOptions>
- </Parsing>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- </Debugging>
- </Linking>
- <Other>
- <CustomOptions Value="-Jc -Jminclude -Jirtl.js"/>
- <CompilerPath Value="$(pas2js)"/>
- <ExecuteBefore>
- <ScanForFPCMsgs Value="True"/>
- </ExecuteBefore>
- </Other>
- </CompilerOptions>
- <Debugging>
- <Exceptions Count="3">
- <Item1>
- <Name Value="EAbort"/>
- </Item1>
- <Item2>
- <Name Value="ECodetoolError"/>
- </Item2>
- <Item3>
- <Name Value="EFOpenError"/>
- </Item3>
- </Exceptions>
- </Debugging>
- </CONFIG>
|