Project Unavailable in Visual Studio 2010 Solution

后端 未结 2 622
挽巷
挽巷 2021-01-28 04:26

I created the tool below to create a VS2010 Solution using existing project folders from our non-Microsoft version control. When the code runs, you tell it what folder your code

2条回答
  •  孤街浪徒
    2021-01-28 04:59

    If anyone wants to do this using the code I have donated:

    • Create a console application in Visual Studio
    • Right-Click the solution, click Properties, go to the Settings tab
    • Select the link to add a new Settings page
    • Add the following folders:
      1. lastFolder, typeof(String)
      2. localDir, typeof(String)

    User Scope is fine, and no values are required because they will be created when you first run it. It will be helpful next time so you don't have to drill down to the solution every time.

    Creating the PHP solutions will work, but to get them to load up in Visual Studio, you'll need PHP Tools for Visual Studio.

提交回复
热议问题