Converting Desktop Project to Compact Framework

P

Pat O

I have come across an Open Source project written in C#. I would like
to try my hand at porting it to the Compact Framework. Before I can
get started however I need to convert/create CF projects for the
code. The code consists of a library and an application. Both are
structured with various sub directories containing files that pertain
to a specific area of functionality. As far as I can tell I need to
manually create all directories in Visual Studio, then copy the files
into the newly created directories and finally add them to the CF
projects. Is there anyway to convert a desktop solution to a CF
solution without so much monkey work?

Pat O
 
G

Guest

Just create a project and drag the directories into studio with drag and
drop.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top