Hi. A delphi app with build configurations Debug or release and target platforms (win64) and output directory and dcu (unit output) directory: .\$(Platform)\$(Config) while compiling shows C:\Projects\Win64\Debug\Project1.exe (when debug) or C:\Projects\Win64\Release\Project1.exe (when release). The project dpr file is in C:\Projects, but the files created (dcu and exe) founds in C:\Projects\Win32\Debug\Project1.exe or C:\Projects\Win32\Release\Project1.exe.
And the generated compilation is 32 bits.
What is wrong?