i have made two projects separately. one project is of windows presentation foundation type made in .net platform and second is in asp.net. I want to join them in one solution.
我分别做了两个项目。一个项目是在.net平台上制作的windows演示基础类型,第二个是在asp.net中。我想在一个解决方案中加入他们。
anxiously waiting for your kind response
焦急地等待你的回应
1 个解决方案
#1
0
Open Visual Studio Go to
打开Visual Studio转到
File->New->Project from Existing Code
文件 - >新建 - >现有代码中的项目
select your project location give the name and select Finish. It will create the new solution with that project. Then right click on that solution Go to
选择项目位置,输入名称,然后选择“完成”。它将使用该项目创建新的解决方案。然后右键单击该解决方案转到
Add->Existing Project
then choose you project it will add two existing project into the single solution
然后选择你的项目它会将两个现有项目添加到单个解决方案中
#1
0
Open Visual Studio Go to
打开Visual Studio转到
File->New->Project from Existing Code
文件 - >新建 - >现有代码中的项目
select your project location give the name and select Finish. It will create the new solution with that project. Then right click on that solution Go to
选择项目位置,输入名称,然后选择“完成”。它将使用该项目创建新的解决方案。然后右键单击该解决方案转到
Add->Existing Project
then choose you project it will add two existing project into the single solution
然后选择你的项目它会将两个现有项目添加到单个解决方案中