Build a c# project for use on a Mac





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







-4















I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).










share|improve this question

























  • More details please. This is nothing to go off of.

    – Frontear
    Nov 24 '18 at 4:27


















-4















I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).










share|improve this question

























  • More details please. This is nothing to go off of.

    – Frontear
    Nov 24 '18 at 4:27














-4












-4








-4








I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).










share|improve this question
















I have a small program that I created in c# using Visual Studio and I am able to run it just fine on my windows, but I am wanting to give this to someone that is using a Mac. How do I build this with a Mac in mind? The project is with the WPF App (.NET Framework).







c#






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 24 '18 at 4:30







Dakota Worzella

















asked Nov 24 '18 at 4:13









Dakota WorzellaDakota Worzella

11




11













  • More details please. This is nothing to go off of.

    – Frontear
    Nov 24 '18 at 4:27



















  • More details please. This is nothing to go off of.

    – Frontear
    Nov 24 '18 at 4:27

















More details please. This is nothing to go off of.

– Frontear
Nov 24 '18 at 4:27





More details please. This is nothing to go off of.

– Frontear
Nov 24 '18 at 4:27












2 Answers
2






active

oldest

votes


















0














If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.






share|improve this answer
























  • The project is being built using the WPF App (.NET Framework) option.

    – Dakota Worzella
    Nov 24 '18 at 4:30



















0














A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.



A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53455085%2fbuild-a-c-sharp-project-for-use-on-a-mac%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.






    share|improve this answer
























    • The project is being built using the WPF App (.NET Framework) option.

      – Dakota Worzella
      Nov 24 '18 at 4:30
















    0














    If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.






    share|improve this answer
























    • The project is being built using the WPF App (.NET Framework) option.

      – Dakota Worzella
      Nov 24 '18 at 4:30














    0












    0








    0







    If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.






    share|improve this answer













    If you made a C# Windows app, you cannot run it on a Mac OS. But if you made a C# console or asp.net core you can run it on Mac OS. But you haven't given us much detail in your question to give you a definite yes or no.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Nov 24 '18 at 4:24









    Black FrogBlack Frog

    10.2k12257




    10.2k12257













    • The project is being built using the WPF App (.NET Framework) option.

      – Dakota Worzella
      Nov 24 '18 at 4:30



















    • The project is being built using the WPF App (.NET Framework) option.

      – Dakota Worzella
      Nov 24 '18 at 4:30

















    The project is being built using the WPF App (.NET Framework) option.

    – Dakota Worzella
    Nov 24 '18 at 4:30





    The project is being built using the WPF App (.NET Framework) option.

    – Dakota Worzella
    Nov 24 '18 at 4:30













    0














    A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.



    A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.






    share|improve this answer




























      0














      A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.



      A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.






      share|improve this answer


























        0












        0








        0







        A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.



        A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.






        share|improve this answer













        A WPF app cannot be run natively on a MAC OS system. If you want your app to run as a Mac application in the MAC OS, WPF is simply the wrong technology to use.



        A Mac may be able to run (any) windows program using Boot Camp (windows drivers for Apple Hardware) or Parallels (run windows in a virtual machine.) This would be quite dependent on your user owning, installing, and configuring these tools.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 24 '18 at 4:48









        John MelvilleJohn Melville

        2,4812123




        2,4812123






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53455085%2fbuild-a-c-sharp-project-for-use-on-a-mac%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            這個網誌中的熱門文章

            Tangent Lines Diagram Along Smooth Curve

            Yusuf al-Mu'taman ibn Hud

            Zucchini