Einzelnen Beitrag anzeigen

win568

Registriert seit: 8. Sep 2008
132 Beiträge
 
#96

AW: RAD Studio, Delphi, C++Builder 12.2

  Alt 25. Sep 2024, 13:45
Was steht denn nach dem Schließen in der dproj?
Code:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
        <ProjectGuid>{AC715E4E-812B-4CAF-8E96-BE42B7B7FE60}</ProjectGuid>
        <ProjectVersion>20.2</ProjectVersion>
        <FrameworkType>VCL</FrameworkType>
        <Base>True</Base>
        <Config Condition="'$(Config)'==''">Debug</Config>
        <Platform Condition="'$(Platform)'==''">Win64</Platform>
        <ProjectName Condition="'$(ProjectName)'==''">Project1109</ProjectName>
        <TargetedPlatforms>3</TargetedPlatforms>
        <AppType>Application</AppType>
Hallo Uwe

Ich habe den Grund gefunden. In der Datei war zusätzlich zu der Platform Condition noch ein Tag Platform vorhanden. Nach Rauslöschen hat es funktioniert.
  Mit Zitat antworten Zitat