Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 15, 2008, 10:17:06 PM (16 years ago)
Author:
rgrieder
Message:
  • added project files for VC9
  • updated project settings
Location:
code/branches/FICN
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN

    • Property svn:ignore set to
      dependencies
  • code/branches/FICN/visual_studio/base_properties_debug.vsprops

    r678 r788  
    44        Version="8.00"
    55        Name="base_properties_debug"
    6         InheritedPropertySheets=".\base_properties.vsprops"
     6        InheritedPropertySheets="$(SolutionDir)base_properties.vsprops"
    77        >
    88        <Tool
     
    1717        <Tool
    1818                Name="VCLibrarianTool"
    19                 OutputFile="$(OutDir)\$(ProjectName)_d.lib"
     19                OutputFile="$(LibDir)$(ProjectName)_d.lib"
    2020        />
    2121        <Tool
    2222                Name="VCLinkerTool"
    23                 OutputFile="$(OutDir)\$(ProjectName)_d.exe"
     23                OutputFile="$(OutDir)$(ProjectName)_d.dll"
    2424                LinkIncremental="2"
    2525                GenerateDebugInformation="true"
Note: See TracChangeset for help on using the changeset viewer.