|
16 | 16 | <DpiAware Value="True"/> |
17 | 17 | </XPManifest> |
18 | 18 | </General> |
19 | | - <BuildModes Count="1"> |
| 19 | + <BuildModes Count="3"> |
20 | 20 | <Item1 Name="Default" Default="True"/> |
| 21 | + <Item2 Name="Debug"> |
| 22 | + <CompilerOptions> |
| 23 | + <Version Value="11"/> |
| 24 | + <PathDelim Value="\"/> |
| 25 | + <Target> |
| 26 | + <Filename Value="CopyCommander2"/> |
| 27 | + </Target> |
| 28 | + <SearchPaths> |
| 29 | + <IncludeFiles Value="$(ProjOutDir)"/> |
| 30 | + <OtherUnitFiles Value="..\Sample\DatenSteuerung"/> |
| 31 | + <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> |
| 32 | + </SearchPaths> |
| 33 | + <Parsing> |
| 34 | + <SyntaxOptions> |
| 35 | + <IncludeAssertionCode Value="True"/> |
| 36 | + </SyntaxOptions> |
| 37 | + </Parsing> |
| 38 | + <CodeGeneration> |
| 39 | + <Checks> |
| 40 | + <IOChecks Value="True"/> |
| 41 | + <RangeChecks Value="True"/> |
| 42 | + <OverflowChecks Value="True"/> |
| 43 | + <StackChecks Value="True"/> |
| 44 | + </Checks> |
| 45 | + <VerifyObjMethodCallValidity Value="True"/> |
| 46 | + </CodeGeneration> |
| 47 | + <Linking> |
| 48 | + <Debugging> |
| 49 | + <DebugInfoType Value="dsDwarf3"/> |
| 50 | + <UseHeaptrc Value="True"/> |
| 51 | + <TrashVariables Value="True"/> |
| 52 | + <UseExternalDbgSyms Value="True"/> |
| 53 | + </Debugging> |
| 54 | + <Options> |
| 55 | + <Win32> |
| 56 | + <GraphicApplication Value="True"/> |
| 57 | + </Win32> |
| 58 | + </Options> |
| 59 | + </Linking> |
| 60 | + </CompilerOptions> |
| 61 | + </Item2> |
| 62 | + <Item3 Name="Release"> |
| 63 | + <CompilerOptions> |
| 64 | + <Version Value="11"/> |
| 65 | + <PathDelim Value="\"/> |
| 66 | + <Target> |
| 67 | + <Filename Value="CopyCommander2"/> |
| 68 | + </Target> |
| 69 | + <SearchPaths> |
| 70 | + <IncludeFiles Value="$(ProjOutDir)"/> |
| 71 | + <OtherUnitFiles Value="..\Sample\DatenSteuerung"/> |
| 72 | + <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> |
| 73 | + </SearchPaths> |
| 74 | + <CodeGeneration> |
| 75 | + <SmartLinkUnit Value="True"/> |
| 76 | + <Optimizations> |
| 77 | + <OptimizationLevel Value="3"/> |
| 78 | + </Optimizations> |
| 79 | + </CodeGeneration> |
| 80 | + <Linking> |
| 81 | + <Debugging> |
| 82 | + <GenerateDebugInfo Value="False"/> |
| 83 | + <RunWithoutDebug Value="True"/> |
| 84 | + </Debugging> |
| 85 | + <LinkSmart Value="True"/> |
| 86 | + <Options> |
| 87 | + <Win32> |
| 88 | + <GraphicApplication Value="True"/> |
| 89 | + </Win32> |
| 90 | + </Options> |
| 91 | + </Linking> |
| 92 | + </CompilerOptions> |
| 93 | + </Item3> |
21 | 94 | </BuildModes> |
22 | 95 | <PublishOptions> |
23 | 96 | <Version Value="2"/> |
|
0 commit comments