@@ -24,8 +24,48 @@ |
| 24 |
</XPManifest> |
24 |
</XPManifest> |
| 25 |
<Icon Value="0"/> |
25 |
<Icon Value="0"/> |
| 26 |
</General> |
26 |
</General> |
| 27 |
<BuildModes Count="1"> |
27 |
<BuildModes Count="2"> |
| 28 |
<Item1 Name="Default" Default="True"/> |
28 |
<Item1 Name="Development" Default="True"/> |
|
|
29 |
<Item2 Name="Production"> |
|
|
30 |
<CompilerOptions> |
|
|
31 |
<Version Value="11"/> |
|
|
32 |
<PathDelim Value="\"/> |
|
|
33 |
<SearchPaths> |
|
|
34 |
<IncludeFiles Value="GPU;CPU;Sound;Global;$(ProjOutDir)"/> |
|
|
35 |
<OtherUnitFiles Value="CPU;Sound;Global;SDL2_headers"/> |
|
|
36 |
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> |
|
|
37 |
</SearchPaths> |
|
|
38 |
<Parsing> |
|
|
39 |
<SyntaxOptions> |
|
|
40 |
<CStyleOperator Value="False"/> |
|
|
41 |
<CPPInline Value="False"/> |
|
|
42 |
</SyntaxOptions> |
|
|
43 |
</Parsing> |
|
|
44 |
<CodeGeneration> |
|
|
45 |
<SmartLinkUnit Value="True"/> |
|
|
46 |
<TargetCPU Value="i386"/> |
|
|
47 |
<TargetOS Value="win32"/> |
|
|
48 |
<Optimizations> |
|
|
49 |
<OptimizationLevel Value="4"/> |
|
|
50 |
</Optimizations> |
|
|
51 |
</CodeGeneration> |
|
|
52 |
<Linking> |
|
|
53 |
<Debugging> |
|
|
54 |
<UseLineInfoUnit Value="False"/> |
|
|
55 |
<StripSymbols Value="True"/> |
|
|
56 |
</Debugging> |
|
|
57 |
<LinkSmart Value="True"/> |
|
|
58 |
<Options> |
|
|
59 |
<Win32> |
|
|
60 |
<GraphicApplication Value="True"/> |
|
|
61 |
</Win32> |
|
|
62 |
</Options> |
|
|
63 |
</Linking> |
|
|
64 |
<Other> |
|
|
65 |
<CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL -CfAVX2 -CpCOREAVX2 OpCOREAVX2 -Si -Sv"/> |
|
|
66 |
</Other> |
|
|
67 |
</CompilerOptions> |
|
|
68 |
</Item2> |
| 29 |
</BuildModes> |
69 |
</BuildModes> |
| 30 |
<PublishOptions> |
70 |
<PublishOptions> |
| 31 |
<Version Value="2"/> |
71 |
<Version Value="2"/> |