object CurrentProject: TCEProject OptionsCollection = < item name = 'release' outputOptions.inlining = True outputOptions.noBoundsCheck = False outputOptions.boundsCheck = offAlways outputOptions.optimizations = True outputOptions.release = True pathsOptions.outputFilename = 'cleaner.exe' preBuildProcess.options = [] preBuildProcess.showWindow = swoNone postBuildProcess.executable = 'cleaner.exe' postBuildProcess.options = [poUsePipes, poStderrToOutPut] postBuildProcess.parameters.Strings = ( '-e' '.tmp,.res' '-f' 'afile.file,anotherfile.hji' '-p' '' '-r' ) postBuildProcess.showWindow = swoHIDE runOptions.options = [] runOptions.showWindow = swoNone end> Sources.Strings = ( '..\src\cleaner.d' ) ConfigurationIndex = 0 end