CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    121

    Where is the "active" configuration stored?

    When I cracked open the vcxproj file, I see a lot of configurations like win32 and win64.
    But where is the "active" configuration stored?
    For example, when I compiled my program using win64 and release, where is this information stored? I mean where and which file?
    thanks
    Jack

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Where is the "active" configuration stored?

    Did you read the Docs?
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured