12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <CONFIG>
- <ProjectOptions>
- <Version Value="12"/>
- <General>
- <Flags>
- <MainUnitHasCreateFormStatements Value="False"/>
- <MainUnitHasTitleStatement Value="False"/>
- <MainUnitHasScaledStatement Value="False"/>
- </Flags>
- <SessionStorage Value="InProjectDir"/>
- <Title Value="helloworld"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- </General>
- <BuildModes>
- <Item Name="Default" Default="True"/>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- <UseFileFilters Value="True"/>
- </PublishOptions>
- <RunParams>
- <FormatVersion Value="2"/>
- </RunParams>
- <Units>
- <Unit>
- <Filename Value="helloworld.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit>
- <Unit>
- <Filename Value="../src/wasmtime.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="helloworld"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="../src"/>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- </CompilerOptions>
- <Debugging>
- <Exceptions>
- <Item>
- <Name Value="EAbort"/>
- </Item>
- <Item>
- <Name Value="ECodetoolError"/>
- </Item>
- <Item>
- <Name Value="EFOpenError"/>
- </Item>
- </Exceptions>
- </Debugging>
- </CONFIG>
|