Changeset 36 for trunk/AcronymDecoder.lpi
- Timestamp:
- Jul 13, 2016, 4:15:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpi
r33 r36 19 19 <StringTable ProductVersion=""/> 20 20 </VersionInfo> 21 <BuildModes Count=" 2">21 <BuildModes Count="3"> 22 22 <Item1 Name="Debug" Default="True"/> 23 <Item2 Name="Release"> 23 <Item2 Name="Release 64-bit"> 24 <CompilerOptions> 25 <Version Value="11"/> 26 <PathDelim Value="\"/> 27 <Target> 28 <Filename Value="AcronymDecoder"/> 29 </Target> 30 <SearchPaths> 31 <IncludeFiles Value="$(ProjOutDir)"/> 32 <OtherUnitFiles Value="Forms"/> 33 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 34 </SearchPaths> 35 <Parsing> 36 <SyntaxOptions> 37 <SyntaxMode Value="Delphi"/> 38 <CStyleOperator Value="False"/> 39 <AllowLabel Value="False"/> 40 <CPPInline Value="False"/> 41 </SyntaxOptions> 42 </Parsing> 43 <CodeGeneration> 44 <SmartLinkUnit Value="True"/> 45 <TargetOS Value="win64"/> 46 <Optimizations> 47 <OptimizationLevel Value="3"/> 48 </Optimizations> 49 </CodeGeneration> 50 <Linking> 51 <Debugging> 52 <GenerateDebugInfo Value="False"/> 53 </Debugging> 54 <LinkSmart Value="True"/> 55 <Options> 56 <Win32> 57 <GraphicApplication Value="True"/> 58 </Win32> 59 </Options> 60 </Linking> 61 </CompilerOptions> 62 </Item2> 63 <Item3 Name="Release 32-bit"> 24 64 <CompilerOptions> 25 65 <Version Value="11"/> … … 61 101 </Linking> 62 102 </CompilerOptions> 63 </Item 2>103 </Item3> 64 104 </BuildModes> 65 105 <PublishOptions>
Note:
See TracChangeset
for help on using the changeset viewer.