Personal tools
You are here: Home For Developers Tutorials How to create templates page 7

page 7

Step 7. Modify project's properties


In Solution Explorer, double-click Properties item
In Project Designer, select Application property page
              Change Assembly Name to "LANDIS-II Project" 
         Change Default Namespace to "Landis"
         Click Assembly Information... button
      
     In Assembly Information window:
          Change Title to "LANDIS-II Project"
          Change Description to "An empty library project for LANDIS-II model"
          In Company, enter your organization and possibly your unit (example, UW-Madison, FLEL)
          In Product, enter "LANDIS-II"
          In Copyright, enter the copyright notice required by your organization
          Click OK button        
       
Project's properties


      In main menu, select Tools > Options

Tools > Options...


In Options window:
     Check "Show all settings" box
     In navigation tree, select Projects and Solutions > General
     Check "Show advanced build configuration"
     Click OK button

Options window


In main menu, select Build > Configuration Manager 

Build > Configuration Manager...


In Configuration Manager window:
     In Active solution configuration pull-down menu, select Debug
     Click Close button

Configuration Manager window


In Project Designer, select Build property page
     Make sure Configuartion is "Active(Debug)"

Project's properties


In Project Designer, select Build Events property page
     In Post-build event command line window type:
          copy $(TargetName).* "C:\Program Files\Landis-II\5.1\bin"
     
Project's properties


Save changes


< Page 6 | Page 7 | Page 8 >
Document Actions