Welcome, Guest
Username: Password: Remember me
Visual Objects

Please use this forum to post questions about Visual Objects and Vulcan.NET
  • Page:
  • 1

TOPIC:

Project Properties > Build* vs Build Events 28 Dec 2019 07:54 #12365

  • rjpajaron
  • rjpajaron's Avatar
  • Topic Author


  • Posts: 364
  • Hello,

    What takes precedence: Build* "Output > Platform Target = x86" or Above combobox "Platform > Active (Any CPU)"



    For now, I let default settings to go by... Although in C# I have already a multi target platform config settings. I will apply the same on X# in the future. some of our .NET apps requires AnyCPU to work, especially the thing that deals with WebAPI.

    Rene
    --

    Rene Pajaron

    Please Log in or Create an account to join the conversation.

    Project Properties > Build* vs Build Events 28 Dec 2019 11:54 #12366

    • robert
    • robert's Avatar


  • Posts: 3595
  • Rene,
    The setting on the Build page takes precedence. This gets translated into the command line for the compiler.
    The other 'AnyCpu' platform is more like a 'Name' at solution level that is used to joins different settings for different projects.
    You can also rename this to x86 if you want to.
    To do that:
    - open the platform combo from the toolbar
    - choose configuration manager
    - in the "active solution platforms" combo choose "edit"
    - then select the AnyCpu platform and rename it to for example "x86"

    Robert
    XSharp Development Team
    The Netherlands

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1