Click here to Skip to main content
15,867,939 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to create single dll for both windows application and mobile apps using visual studio

What I have tried:

i want to develop application for both in windows application and mobile apps i need to write single dll for both windows application and mobile apps
Posted
Updated 8-Mar-16 19:30pm
Comments
dan!sh 9-Mar-16 0:58am    
This is not really clear. Do you want the DLL in one location and then access it from both applications?

1 solution

I think you can use 'Portable Class Library', it is a project type in Visual Studio helps you build cross-platform apps and libraries for Microsoft platforms quickly and easily, Portable class libraries can help you reduce the time and costs of developing and testing code. Use this project type to write and build portable .NET Framework assemblies, and then reference those assemblies from apps that target multiple platforms such as Windows and Windows Phone.

look out this link for sample[^]

Hope it helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900