Changeset 535 for DpiControls/Demo/DpiComponentsDemo.lpi
- Timestamp:
- May 27, 2019, 12:06:17 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DpiControls/Demo/DpiComponentsDemo.lpi
r534 r535 15 15 <Icon Value="0"/> 16 16 </General> 17 <BuildModes Count="1"> 18 <Item1 Name="Default" Default="True"/> 17 <BuildModes Count="2"> 18 <Item1 Name="Debug" Default="True"/> 19 <Item2 Name="Release"> 20 <CompilerOptions> 21 <Version Value="11"/> 22 <Target> 23 <Filename Value="DpiComponentsDemo"/> 24 </Target> 25 <SearchPaths> 26 <IncludeFiles Value="$(ProjOutDir)"/> 27 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-${BuildMode}"/> 28 </SearchPaths> 29 <Parsing> 30 <SyntaxOptions> 31 <CStyleOperator Value="False"/> 32 <AllowLabel Value="False"/> 33 <CPPInline Value="False"/> 34 </SyntaxOptions> 35 </Parsing> 36 <CodeGeneration> 37 <Optimizations> 38 <OptimizationLevel Value="3"/> 39 </Optimizations> 40 </CodeGeneration> 41 <Linking> 42 <Debugging> 43 <GenerateDebugInfo Value="False"/> 44 </Debugging> 45 <Options> 46 <Win32> 47 <GraphicApplication Value="True"/> 48 </Win32> 49 </Options> 50 </Linking> 51 <Other> 52 <CompilerMessages> 53 <IgnoredMessages idx5024="True"/> 54 </CompilerMessages> 55 </Other> 56 </CompilerOptions> 57 </Item2> 19 58 </BuildModes> 20 59 <PublishOptions> … … 64 103 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-${BuildMode}"/> 65 104 </SearchPaths> 105 <Parsing> 106 <SyntaxOptions> 107 <CStyleOperator Value="False"/> 108 <IncludeAssertionCode Value="True"/> 109 <AllowLabel Value="False"/> 110 <CPPInline Value="False"/> 111 </SyntaxOptions> 112 </Parsing> 113 <CodeGeneration> 114 <Checks> 115 <IOChecks Value="True"/> 116 <RangeChecks Value="True"/> 117 <OverflowChecks Value="True"/> 118 <StackChecks Value="True"/> 119 </Checks> 120 <VerifyObjMethodCallValidity Value="True"/> 121 </CodeGeneration> 66 122 <Linking> 123 <Debugging> 124 <UseHeaptrc Value="True"/> 125 </Debugging> 67 126 <Options> 68 127 <Win32> … … 71 130 </Options> 72 131 </Linking> 132 <Other> 133 <CompilerMessages> 134 <IgnoredMessages idx5024="True"/> 135 </CompilerMessages> 136 </Other> 73 137 </CompilerOptions> 74 138 <Debugging>
Note:
See TracChangeset
for help on using the changeset viewer.