Ignore:
Timestamp:
Jun 18, 2008, 11:03:59 PM (16 years ago)
Author:
dai_9181
Message:

FileManager周りをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/abdev.vcproj

    r651 r655  
    8282                LinkIncremental="1"
    8383                SuppressStartupBanner="true"
     84                AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
    8485                ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
    8586                SubSystem="2"
     
    180181                LinkIncremental="2"
    181182                SuppressStartupBanner="true"
     183                AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
    182184                GenerateDebugInformation="true"
    183185                ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
     
    279281                LinkIncremental="1"
    280282                SuppressStartupBanner="true"
     283                AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
    281284                ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
    282285                SubSystem="2"
     
    377380                LinkIncremental="2"
    378381                SuppressStartupBanner="true"
     382                AdditionalLibraryDirectories="..\..\jenga\lib\x86;..\lib\x86"
    379383                GenerateDebugInformation="true"
    380384                ProgramDatabaseFile="$(IntDir)\$(ProjectName).pdb"
     
    22082212                        >
    22092213                        <File
    2210                             RelativePath="CFileInfo.cpp"
    2211                             >
    2212                             <FileConfiguration
    2213                                 Name="TheText_Release|Win32"
    2214                                 >
    2215                                 <Tool
    2216                                     Name="VCCLCompilerTool"
    2217                                     PreprocessorDefinitions=""
    2218                                 />
    2219                             </FileConfiguration>
    2220                             <FileConfiguration
    2221                                 Name="Debug|Win32"
    2222                                 >
    2223                                 <Tool
    2224                                     Name="VCCLCompilerTool"
    2225                                     PreprocessorDefinitions=""
    2226                                 />
    2227                             </FileConfiguration>
    2228                             <FileConfiguration
    2229                                 Name="Release|Win32"
    2230                                 >
    2231                                 <Tool
    2232                                     Name="VCCLCompilerTool"
    2233                                     PreprocessorDefinitions=""
    2234                                 />
    2235                             </FileConfiguration>
    2236                             <FileConfiguration
    2237                                 Name="TheText_Debug|Win32"
    2238                                 >
    2239                                 <Tool
    2240                                     Name="VCCLCompilerTool"
    2241                                     PreprocessorDefinitions=""
    2242                                 />
    2243                             </FileConfiguration>
    2244                         </File>
    2245                         <File
    22462214                            RelativePath="FileTree.cpp"
    22472215                            >
     
    26892657                Name="ProjectManager"
    26902658                >
     2659                <File
     2660                    RelativePath=".\src\ProjectManager\FileManager.cpp"
     2661                    >
     2662                </File>
    26912663                <File
    26922664                    RelativePath=".\src\ProjectManager\ProjectManager.cpp"
Note: See TracChangeset for help on using the changeset viewer.