101 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			101 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<CONFIG>
 | 
						|
  <ProjectOptions>
 | 
						|
    <Version Value="9"/>
 | 
						|
    <General>
 | 
						|
      <Flags>
 | 
						|
        <MainUnitHasCreateFormStatements Value="False"/>
 | 
						|
        <MainUnitHasTitleStatement Value="False"/>
 | 
						|
      </Flags>
 | 
						|
      <SessionStorage Value="InProjectDir"/>
 | 
						|
      <MainUnit Value="0"/>
 | 
						|
      <Title Value="logfilter"/>
 | 
						|
      <UseAppBundle Value="False"/>
 | 
						|
      <ResourceType Value="res"/>
 | 
						|
    </General>
 | 
						|
    <i18n>
 | 
						|
      <EnableI18N LFM="False"/>
 | 
						|
    </i18n>
 | 
						|
    <VersionInfo>
 | 
						|
      <StringTable ProductVersion=""/>
 | 
						|
    </VersionInfo>
 | 
						|
    <BuildModes Count="2">
 | 
						|
      <Item1 Name="Default" Default="True"/>
 | 
						|
      <Item2 Name="Release">
 | 
						|
        <CompilerOptions>
 | 
						|
          <Version Value="11"/>
 | 
						|
          <Target>
 | 
						|
            <Filename Value="logfilter"/>
 | 
						|
          </Target>
 | 
						|
          <SearchPaths>
 | 
						|
            <IncludeFiles Value="$(ProjOutDir)"/>
 | 
						|
            <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 | 
						|
          </SearchPaths>
 | 
						|
          <CodeGeneration>
 | 
						|
            <SmartLinkUnit Value="True"/>
 | 
						|
            <Optimizations>
 | 
						|
              <OptimizationLevel Value="3"/>
 | 
						|
            </Optimizations>
 | 
						|
          </CodeGeneration>
 | 
						|
          <Linking>
 | 
						|
            <Debugging>
 | 
						|
              <GenerateDebugInfo Value="False"/>
 | 
						|
            </Debugging>
 | 
						|
            <LinkSmart Value="True"/>
 | 
						|
          </Linking>
 | 
						|
        </CompilerOptions>
 | 
						|
      </Item2>
 | 
						|
    </BuildModes>
 | 
						|
    <PublishOptions>
 | 
						|
      <Version Value="2"/>
 | 
						|
    </PublishOptions>
 | 
						|
    <RunParams>
 | 
						|
      <local>
 | 
						|
        <FormatVersion Value="1"/>
 | 
						|
        <CommandLineParams Value="-c example.filter --poll"/>
 | 
						|
      </local>
 | 
						|
    </RunParams>
 | 
						|
    <Units Count="4">
 | 
						|
      <Unit0>
 | 
						|
        <Filename Value="logfilter.pas"/>
 | 
						|
        <IsPartOfProject Value="True"/>
 | 
						|
      </Unit0>
 | 
						|
      <Unit1>
 | 
						|
        <Filename Value="UFilter.pas"/>
 | 
						|
        <IsPartOfProject Value="True"/>
 | 
						|
      </Unit1>
 | 
						|
      <Unit2>
 | 
						|
        <Filename Value="UApp.pas"/>
 | 
						|
        <IsPartOfProject Value="True"/>
 | 
						|
      </Unit2>
 | 
						|
      <Unit3>
 | 
						|
        <Filename Value="UWriter.pas"/>
 | 
						|
        <IsPartOfProject Value="True"/>
 | 
						|
      </Unit3>
 | 
						|
    </Units>
 | 
						|
  </ProjectOptions>
 | 
						|
  <CompilerOptions>
 | 
						|
    <Version Value="11"/>
 | 
						|
    <Target>
 | 
						|
      <Filename Value="logfilter"/>
 | 
						|
    </Target>
 | 
						|
    <SearchPaths>
 | 
						|
      <IncludeFiles Value="$(ProjOutDir)"/>
 | 
						|
      <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 | 
						|
    </SearchPaths>
 | 
						|
  </CompilerOptions>
 | 
						|
  <Debugging>
 | 
						|
    <Exceptions Count="3">
 | 
						|
      <Item1>
 | 
						|
        <Name Value="EAbort"/>
 | 
						|
      </Item1>
 | 
						|
      <Item2>
 | 
						|
        <Name Value="ECodetoolError"/>
 | 
						|
      </Item2>
 | 
						|
      <Item3>
 | 
						|
        <Name Value="EFOpenError"/>
 | 
						|
      </Item3>
 | 
						|
    </Exceptions>
 | 
						|
  </Debugging>
 | 
						|
</CONFIG>
 |