Is there any way to automate converting just sln files from VS2008 to VS2013 ?

My general problem is that we have a large number (approaching 300) of "local" sln files that have not been converted from VS2008 to VS2013 although their underlying vcproj files have (so they are now really vcxproj / vcxproj.filters pairs). 
This happened because these projects were converted along with "global" sln files that also contain these projects and are in fact used to build product.  The "local" sln files are more geared toward development, so the idea has
been to upgrade them over time as they need to be worked with in VS, which is still an option.  It should also be noted that these "local" upgrades must be done so that they do not redo the vcxproj files in any way or needed adaptations get
zapped and must be redone by hand.
So ... does anyone have a suggestion how to automate the conversion of these remaining sln files
without affecting the connected proj files?  devenv /upgrade does not seem to have the ability to leave the proj files alone unless I am misreading.

Hi A Jarrett,
Thanks for your reply.
I sugegst you will need to check if if
these files can be created in VS2013. 
Since the VS2008 is really old version, and generally we open an old project with the closed VS version, for example, I sugegst you could check whether you could open all files in VS2010, and then test it with VS2013.
In addition, I suggest you can try to open the your project solution using File | Open Project... and then pass the path to the solution project file check this issue again.
I find a similar thread about how to convert project from old version VS to VS2013, you can try the jsck's suggestion to check your issue.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/3d128a21-f3b5-430e-b146-60eea577194f/converting-vs-2005-project-to-vs-2013?forum=visualstudiogeneral
Best Reagrds,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • When downloading iTunes onto a new computer, is there any way to automatically import old music files? Last time I got a new computer I didn't have to use an external drive to update my music library.

    When downloading iTunes onto a new computer, is there any way to automatically important songs from your previous computer? I recently cracked the screen on my computer and cannot access any files. Last time I got a new computer my iTunes media files automatically appeared in my iTunes when I downloaded it, and I did not have to use my external drive. Is this still possible?

    If your backup copy of the old computer was not stolen, then use it to put everything back.

  • Is there any way I can convert a .exe file to .iso on my MacBook Air? I'm trying to install Windows via BootCamp but the download from Microsoft is a .exe file which does me no good.

    I'm trying to install Windows 8 via Boot Camp, but the download from Microsoft is a .exe file so when I go to create the bootable USB drive, it fails. I've read some of the other threads about this topic, but I want to know if there is any way to convert to .iso without having to find someone's Windows computer to borrow. Can anyone help?

    No. You would require a PC in order to run the executable which is an installer, not a disc image or an archive.

  • Is there a way to automatically collect the log files from a AirPort or TimeCapsule base station?

    Hi there,
    the headline says basically all: Is there a way to collect the log files from a Time Capsule 7 AirPort from time to time? They are overwritten quite soon but I want a complete log of all activities to my access point.
    The AirPort Utility says something about SNMP. Is this the way to go? Some kind of demon on my Mac that retrieves and saves the logs like every two days?
    I want to copy the access logs, I am not interested in Time Machine backup logs.
    Thanks.

    There is a way to do this via Syslog. On the Logging & Statistics panel (within the AirPort Utility), you can point the AirPort's system logs to a Syslog "server."
    This would require a "dedicated" network client to receive the logs.
    Unfortunately, setting up a Syslog server is a bit intensive initially, but is simple to operate and maintain.
    Please check out this Apple Support Communities thread: Directing Syslog message to a file
    ref: Enable an Apple Mac OS machine as a syslog server

  • Is there any way to recover the iTunes Library file from the iPod Touch to preserve metadata like Date Added?

    Topic.
    I used software (SharePod) to retrieve music from my iPod Touch after my original harddrive failed, but the program does not retrieve the iTunes Library file needed to import the metadata into iTunes (though it shows in the program itself). The music backed up with no issue, but I don't have what I need to preserve things like Date Added, Play Count, etc. Any solution if I have only the physical iPod Touch?

    Yo may be able to extract some info from the backup of the iPod:
    iPhone Backup Extractor for Windows and Mac
    and Wondershare Dr.Fone for iOS: iPhone Data Recovery - Wondershare Official

  • I've just bought Office 365 Personal, without realising there is a University version. I'm due to start University in two weeks, is there any way I can convert my account to the University version? Or uninstall my current version and replace it?

    I've just bought Office 365 Personal, without realising there is a University version. I'm due to start University in two weeks, is there any way I can convert my account to the University version? Or uninstall my current version and replace it?

    Contact Microsoft and ask them.  These forums are for troubleshooting technical issues with Apple products and not related to Office or your question in any way.

  • I need to transfer up to 200 pages and keynote files from my macbook to my PC. Is there any way I can convert all of the files to word-friendly documents as a batch change or will I have to open each individual file and re-save it as word-friendly?

    I need to transfer up to two hundred Pages and Keynote files from my macbook running on Mac OS X 10.6.8 to my PC running windows. Is there any way I can convert all of the files to word-friendly documents as a batch change or will I have to open each individual file and re-save it as a word-friendly file?

    I need to transfer up to two hundred Pages and Keynote files from my macbook running on Mac OS X 10.6.8 to my PC running windows. Is there any way I can convert all of the files to word-friendly documents as a batch change or will I have to open each individual file and re-save it as a word-friendly file?

  • Is there any way I can convert my AI CS3 Workspace to CS4?

    Is there any way I can convert my AI CS3 Workspace settings files to CS4-compatible files?

    No insult intended, and I did not mean to say your question was invalid. I simply proposed an alternate (identical outcome) question with the hopes of increasing the odds of receiving an answer to either (and both) question(s).

  • Is there any way I can convert previous apple accounts into my most recent one? As I have forgotten the older accounts passwords.

    Is there any way I can convert previous apple accounts into my most recent one? As I have forgotten the older accounts passwords.

    No, all content (music, books, movies and apps) bought from iTunes and App Stores using one Apple ID cannot be merged or transferred to another Apple ID.
    To retrieve your password.
    https://iforgot.apple.com

  • Is there any way to automate purging Application Logging in azure storage account tables

    is there any way to automate purging Application Logging in azure storage account tables
    Rohit Pasrija

    hi Rohit,
    If you want to delete old data automatically, I think you need develop this feature by yourself. You could code the logic methods on your project, and set a timer to execute the methods to delete old data. Please refer to this thread (http://stackoverflow.com/questions/13602629/is-it-possible-to-acces-a-table-storage-in-azure-from-an-azure-web-site
    ), you could operate table storage data using azure sdk or REST API.
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hello, I'm trying to convert my music to mp3 Version but it says that the file is protected. Is there any way I can convert it?

    Hello, I'm trying to convert my music to mp3 Version but it says that the file is protected. Is there any way I can convert it?

    Only by burning the files to an audio CD and then ripping that back into iTunes.

  • Is there any way to automatically update not on cellular

    Is there any way to automatically update not on cellular but on wifi like on android? I am wanting to leave update automatically on but not cellular for updates but I need cellular for iTunes match. It seams that there is no choice for wifi when available. I went through a ton of data with app updates on cellular.

    Hi All updates since ios 7 can be done over Wifi I have not used a pc for updates or anything for over a year Go to settings turn cellular data off that will restrict all data to Wifi Cheers Brian

  • Is there any way to "resore" a previous backup, like from a different day?.....like a restore on my pc?????

    Is there any way to "resore" a previous backup, like from a different day?.....like a restore on my pc?????

    Here's one:  SMS Export Plus - Backup SMS and iMessages to your PC in excel file format on the App Store on iTunes
    Just Google iPhone SMS backup and you'll get all kinds of options.

  • IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    Ha! Perfectly classic case of XY problem! Pointed out by Jongware in some other thread recently - couldn't find an exact link right now...
    In short:
        User wants to do X.
        User doesn't know how to do X, but thinks he can fumble his way to a solution if he can just manage to do Y.
        User doesn't know how to do Y either.
        User asks for help with Y.
        Others try to help user with Y, but are confused because Y seems like a strange problem to want to solve.
        After much interaction and wasted time, it finally becomes clear that the user really wants help with X, and that Y wasn't even a suitable solution for X.
    Maybe it worth to add to a list of tips and best practices of the forum:
    Avoid XY problem!

  • I have an iphone and an ipad (which are connected by the same apple id) i broke the phone and sold it but i didnt get to factory reset it because it was broken, is there any way for me to wipe my iphone from my ipad?

    i have an iphone and an ipad (which are connected by the same apple id) i broke the phone and sold it but i didnt get to factory reset it because it was broken, is there any way for me to wipe my iphone from my ipad?

    Try this:
    Open the "Find my iPhone" app on your iPad, fill in your AppleID and password at the start up screen, and you should see a list of all your devices and their current location, if connected to a Wi-Fi or mobile data network. Devices not connected will be shown as "offline". But you can still trap on the icon and hit "erase iPhone" in the right hand window.
    If your iPhone is not listed, you did not activate this feature during the setup of the phone and it can't be erased remotely.
    If the phone is listed, even as offline, tap on "erase" to send the erase command. The next time your device will be connected to any kind of network, the content will be erased.

Maybe you are looking for

  • Startup disk error message

    I keep getting an error msg that my startup disk is full and to close programs.  I get the msg even when Safari is the only thing open, and my hard disk is only half full.  I show that I have 340gb left available.  Any help is appreciated.  Thanks. 

  • Creating the New Update groups in case of the Credit Management

    Hi Can any one help out in the following requirement:   Is it possible to Create a new update group in case of the Credit Management?SAP standard provides only three update groups viz., 000012, 000015 and 000018. We would like to have a customized gr

  • Where to ask about XSLT?

    Hi, i cant figure out on how to code a parameter in XSLT. i've   <xsl:param name="MESTYP" select="MT_XI_STAT"/> but MESTYP is never substituted. I cant figure out if i have to put a $ in front of the parameter or do i have to enclose it in brackets a

  • The Microsoft Exchange Administrator has made a change that requires you quit and restart Outlook

    Hi We have 2 separate Exchange 2013 organisations in Our Company. All mail comes in on the first server registered With domain1.com and if it is mail Connected to the second server it is forwarded to server 2 which is registered With domain2.com. Whe

  • What happened here... Warping? or What

    I just noticed a bending of the aluminum of the screen this morning. I haven't the slightest clue what happened. I have NEVER dropped the machine, keep it in a speck seethru case, which I then put into an incase bag, and then finally put into my back