CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,835

    [RESOLVED] Project Property Sheets

    I'm using VS2019 to build a C++ project and I need to give it a project-specific property sheet (i.e. a .props file). I can generate the .props file in a text editor but how do I make my project aware of it?? In earlier versions of VS I could open Properties->Configuration Properties->General and there was an option there called Inherited Project Property Sheets but it seems to have gone in the more recent versions. Anyone know where it's moved to?


    [Edit...] Okay I just found it (it's been moved to the Property Manager tab)
    Last edited by John E; August 18th, 2019 at 07:36 AM.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

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