How to port a project from a solution to another one?

  • Thread starter Thread starter Stan Huang at Taiwan
  • Start date Start date
S

Stan Huang at Taiwan

Guest
My coworker already finished a VC# project which is based on a vision platform (by company-1). It contains a solution (solution-1) with only one project (proejct-1). Then I was requested to port it to another vision platform by another vision company (company-2). I've got a sample programs based on company-2's platform, which compose a VC# solution. My idea to port project-1 from solution-1 to solution-2.

Is this the correct first step? Then, how can I proceed it? The company-2-provided solution contains lots of project, each of which is based on company-2 platform.

I tried to copy the whole folder of project-1 to solution-2 and added the project-1 to solution-2. It seems not completely correct.

Continue reading...
 
Back
Top