I created a application A in C# and now I created another application B in a new Visual Studio Project. Now I want to combine both the applications into one setup. How can I do that?
I created a application A in C# and now I created another application B in a new Visual Studio Project. Now I want to combine both the applications into one setup. How can I do that?
Hello, @HemanthB-9452
Based on my research, it is very hard for us to combine two different apps to one setup.
If you both need the functions from two apps, I recommend that you can create a new application to combine the functions of these two applications, and then you can publish this new application.
Hope my advice can help you
8 people are following this question.
Insert a node as child ,before or after a node in nested dynamic JSON Node using C#
Visual Studio 2019: Undefined behavior in a C++/CLI wrapper project.
Example for how to get Package Metadata from Azure DevOps Rest-Api Artifacts using c#
How to collapse individual nested grids/stackpanels inside a grid?