Questions tagged [project-conversion]

14 questions
26
votes
3 answers

How to convert QtCreator project to Visual Studio project

I have a QtCreator project file *.pro How to convert it to Visual Studio 2008 project *.sln?
Dmitriy
  • 5,357
  • 8
  • 45
  • 57
19
votes
3 answers

Converting Maven project to Dynamic Web Project for Eclipse

Create a web project using Maven: mvn archetype:generate -DgroupId=com.trial -DartifactId=message -DarchetypeArtifactId=maven-archetype-webapp -DinteractiveMode=false Convert the project to Eclipse web project using: mvn eclipse:eclipse…
Manish Basdeo
  • 6,139
  • 22
  • 68
  • 102
16
votes
2 answers

Permissions on solution files to modify

I have project solutions developed in VS2005. It is bound to TFS (Team Foundation Server). I want to convert the solution to VS2008 version, keeping the binding as is, however I am getting an error while converting. Error message: Solution file…
user48312
  • 161
  • 1
  • 1
  • 3
2
votes
1 answer

Application for general conversion of a project on Visual C++ to Borland C++ Builder

A lot of people would say "why u not use Visual Studio", but I would like to convert some of my Visual C++ projects to Borland C++ Builder projects because I'm more familiar with BCB... Do someone know a tool on Borland C++ Builder or Visual Studio,…
kokbira
  • 608
  • 1
  • 10
  • 25
1
vote
0 answers

How to convert VS VSTO Workbook project to VSTO Add-in

I have created VSTO Workbook project in VS 2019. but later I realized that VSTO ADD-IN is sufficient. can anyone help how to convert the project to ADD-IN. I have checked project properties , nothing hints to a solution I can't find anything useful…
r9guy
  • 65
  • 7
1
vote
1 answer

Changing to new Framework

I have a solution with many, many projects. How do I change the target framework to .NET 4.0 without going to each one individually and manually changing the dropdown?
Carlos
  • 5,991
  • 6
  • 43
  • 82
1
vote
1 answer

Visual studio 2010 convert project manually

I've got an asp.net project. When I first opened it up with VS 2010 I got the project conversion wizard and ignored it. But now I want to convert my project to latest version. Any idea how I can do that?
SZT
  • 1,771
  • 4
  • 26
  • 53
0
votes
0 answers

Two project files for vs2019 and vs2022 are "colliding"

I have a big solution with many projects, all of them in vs2019, .net framework 4.7.2 The plan is to upgrade to .net6 by creating a project file for vs2022, and then do some #if net46 to keep backward compatibility with .net framework 4.7.2, at…
Tornseglare
  • 963
  • 1
  • 11
  • 24
0
votes
0 answers

Mutltitarget without modifying csproj format

I need to do multi targeting for one of the sample application that I was working on. Here is the structure. I have an AppOne(Console App) and two class libraries(CLSOne, CLSTwo). AppOne calls CLSOne. CLSOne call CLSTwo. CLSTwo has logic that…
user2083386
  • 135
  • 3
  • 19
0
votes
1 answer

How can I "Create a new project ... in a different directory using SQL Server BIDS"?

I attempted to update an SSRS / .rdl project from VS 2005 to VS 2008. It claimed to convert successfully, but then the project stubbornly refuses to make itself available, saying, "[project] cannot be opened because its project type (.rptproj) is…
0
votes
1 answer

Converting Visual Studio 2008 project to Visual Studio 2013

SORRY FOR THE DOUBLE POST I'm trying to convert a simple project of an application VS2008 .NET FRAMEWORK 3.5 has Ribbon to VS2013 .NET FRAMEWORK 4.5. However, I cant find any property that fits just like the RibbonApplicationMenu.Command,…
feralbino
  • 181
  • 1
  • 1
  • 3
0
votes
0 answers

Compiling Winmerge Sample Plugin fails on project conversion

I want to write a WinMerge Plugin to call into my C# business layer code to do a text transform. I decided to start with the sample plugin which is closest to my own needs, but if I want to open it, Visual Studio is trying to convert its solution…
fabsenet
  • 372
  • 2
  • 15
0
votes
1 answer

Restore converted eclipse project to it's previous type

My project in eclipse was initially of type 'Maven' but I was working on Drools rules within that project so wanted to leverage Drools plugin's capabilities so I converted maven project to drools project as shown in the screenshot. But now I want to…
Kaizar Laxmidhar
  • 859
  • 1
  • 17
  • 38
-1
votes
1 answer

VS2005 to VS2010 project convertion shows "The project type is not supported by this installation"

I had a project created with VS2005. I converted the project to VS2008 and found Ok. But when i tried to convert the project to VS2010 it shows me "The project type is not supported by this installation". I could not find the exact solution of it…