Converting Desktop Project to Compact Framework

  • Thread starter Thread starter Pat O
  • Start date Start date
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
 
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
 
Back
Top