Odpovědět Where are the Globals Stored?

  • 3. března 2012 6:14
     
     

    Where do they go?
    If use the dte globals to store project information where does it get saved. I have used properties of the project and they are stored in the .proj files. I don't really want to bloat that file with encoded xml so I am wondering how the globals are managed when created for the solution.

Všechny reakce

  • 5. března 2012 5:39
    Moderátor
     
     
    Hi jwize,
    In the visual studio , all the project information stores in the project file (.proj file).
    And could you describe the globals in detail?
    Thank you for your understanding!

    Lucy Liu [MSFT]
    MSDN Community Support | Feedback to us

  • 5. března 2012 6:50
    Moderátor
     
     Odpovědět

    I imagine they go in the .suo file, but that is just a guess.

    Ryan