Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2025372
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: WINDOWS

2008-05-23 21:29:22

  1. Add projects into current solution
    On VS, click "File" > "New" > "Project", on the popup dialog, selecting project type, input project name, and select "Add to Solution" ("Create new Solution" will create a new solution, and add the project to the new solution).
  2. Set projects dependence
    On project explorer panel, right click the project, and select "Project Dependencies..." on popup menu to set depended projects. After set, the depended projects will be built before current project.
  3. Set startup project
    If the solution contains multiple project, you may need to set startup project: On project explorer panel, right click the project to be set startup project, then select "Set as StartUp Project" on popup menu.
  4. Set solution properties
     |----Common Properties
             |----Startup Project: Set which project(s) as startup project(s)
             |----Project Dependencies: Set projects that the specified project depends on, you can also set project dependencies on Project Explorer Panel (please refer to the section "Set projects dependence" on this document)
     |----Configuration Properties
             |----Configuration: Set the SDK to build the project, whether to build the project when build the solution, whether to deploy the project when to deploy the solution.
            
  5. Set project properties
    On project explorer panel, right click the project, then click "Properties" on popup menu to open properties setup window.
     |----Common Properties
     |----Configuration Properties
             |----C/C++
             |      |----General
             |      |      |--------Addition Include Directories: Set additional include directories
             |----Linker
             |      |----General
             |      |      |--------Addition Library Directories: Set additional library directories
             |      |----System: Specify sub-system (Please refer to (VS.80).aspx)
             |----Build Events
             |----Authenticode Signing
                    |--------General

  6. xxxx
           
阅读(1243) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~