123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?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="Webassembly Button Generator demo"/>
- <UseAppBundle Value="False"/>
- <ResourceType Value="res"/>
- </General>
- <BuildModes>
- <Item Name="Default" Default="True"/>
- <Item Name="Wasm">
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="WasmButtonGenerator.wasm"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="../Slider;../CheckBox"/>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <CodeGeneration>
- <TargetCPU Value="wasm32"/>
- <TargetOS Value="wasi"/>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- </Debugging>
- <Options>
- <ExecutableType Value="Library"/>
- </Options>
- </Linking>
- </CompilerOptions>
- </Item>
- </BuildModes>
- <PublishOptions>
- <Version Value="2"/>
- <UseFileFilters Value="True"/>
- </PublishOptions>
- <RunParams>
- <FormatVersion Value="2"/>
- </RunParams>
- <RequiredPackages>
- <Item>
- <PackageName Value="fresnelwasm"/>
- <DefaultFilename Value="../../src/wasm/fresnelwasm.lpk" Prefer="True"/>
- </Item>
- </RequiredPackages>
- <Units>
- <Unit>
- <Filename Value="WasmButtonGenerator.lpr"/>
- <IsPartOfProject Value="True"/>
- </Unit>
- <Unit>
- <Filename Value="form.main.pp"/>
- <IsPartOfProject Value="True"/>
- </Unit>
- </Units>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="11"/>
- <Target>
- <Filename Value="ButtonGenerator.wasm" ApplyConventions="False"/>
- </Target>
- <SearchPaths>
- <IncludeFiles Value="$(ProjOutDir)"/>
- <OtherUnitFiles Value="../Slider;../CheckBox"/>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
- </SearchPaths>
- <CodeGeneration>
- <TargetCPU Value="wasm32"/>
- <TargetOS Value="wasi"/>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="False"/>
- </Debugging>
- <Options>
- <ExecutableType Value="Library"/>
- </Options>
- </Linking>
- </CompilerOptions>
- <Debugging>
- <Exceptions>
- <Item>
- <Name Value="EAbort"/>
- </Item>
- <Item>
- <Name Value="ECodetoolError"/>
- </Item>
- <Item>
- <Name Value="EFOpenError"/>
- </Item>
- </Exceptions>
- </Debugging>
- </CONFIG>
|