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
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