Changeset 56 in 3DVCSoftware for trunk/build/vc8/TAppCommon_vc8.vcproj


Ignore:
Timestamp:
11 May 2012, 21:20:17 (13 years ago)
Author:
hschwarz
Message:

updated trunk (move to HM6.1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/vc8/TAppCommon_vc8.vcproj

    r2 r56  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="8.00"
     4        Version="8,00"
    55        Name="TAppCommon"
    66        ProjectGUID="{8783AD3A-A5CA-42B7-AAC4-A07EB845A684}"
     
    4444                                Name="VCCLCompilerTool"
    4545                                Optimization="0"
     46                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
    4647                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
    47                                 AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    4848                                MinimalRebuild="true"
    4949                                BasicRuntimeChecks="3"
     
    5151                                WarningLevel="3"
    5252                                DebugInformationFormat="4"
     53                        />
     54                        <Tool
     55                                Name="VCManagedResourceCompilerTool"
     56                        />
     57                        <Tool
     58                                Name="VCResourceCompilerTool"
     59                        />
     60                        <Tool
     61                                Name="VCPreLinkEventTool"
     62                        />
     63                        <Tool
     64                                Name="VCLibrarianTool"
     65                        />
     66                        <Tool
     67                                Name="VCALinkTool"
     68                        />
     69                        <Tool
     70                                Name="VCXDCMakeTool"
     71                        />
     72                        <Tool
     73                                Name="VCBscMakeTool"
     74                        />
     75                        <Tool
     76                                Name="VCFxCopTool"
     77                        />
     78                        <Tool
     79                                Name="VCPostBuildEventTool"
     80                        />
     81                </Configuration>
     82                <Configuration
     83                        Name="Debug|x64"
     84                        OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     85                        IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
     86                        ConfigurationType="4"
     87                        CharacterSet="2"
     88                        >
     89                        <Tool
     90                                Name="VCPreBuildEventTool"
     91                        />
     92                        <Tool
     93                                Name="VCCustomBuildTool"
     94                        />
     95                        <Tool
     96                                Name="VCXMLDataGeneratorTool"
     97                        />
     98                        <Tool
     99                                Name="VCWebServiceProxyGeneratorTool"
     100                        />
     101                        <Tool
     102                                Name="VCMIDLTool"
     103                                TargetEnvironment="3"
     104                        />
     105                        <Tool
     106                                Name="VCCLCompilerTool"
     107                                Optimization="0"
     108                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
     109                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
     110                                MinimalRebuild="true"
     111                                BasicRuntimeChecks="3"
     112                                RuntimeLibrary="1"
     113                                WarningLevel="3"
     114                                DebugInformationFormat="3"
    53115                        />
    54116                        <Tool
     
    109171                                EnableIntrinsicFunctions="false"
    110172                                FavorSizeOrSpeed="1"
     173                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
    111174                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
    112                                 AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    113175                                StringPooling="true"
    114176                                RuntimeLibrary="0"
    115                                 WarningLevel="3"
    116                                 DebugInformationFormat="3"
    117                         />
    118                         <Tool
    119                                 Name="VCManagedResourceCompilerTool"
    120                         />
    121                         <Tool
    122                                 Name="VCResourceCompilerTool"
    123                         />
    124                         <Tool
    125                                 Name="VCPreLinkEventTool"
    126                         />
    127                         <Tool
    128                                 Name="VCLibrarianTool"
    129                         />
    130                         <Tool
    131                                 Name="VCALinkTool"
    132                         />
    133                         <Tool
    134                                 Name="VCXDCMakeTool"
    135                         />
    136                         <Tool
    137                                 Name="VCBscMakeTool"
    138                         />
    139                         <Tool
    140                                 Name="VCFxCopTool"
    141                         />
    142                         <Tool
    143                                 Name="VCPostBuildEventTool"
    144                         />
    145                 </Configuration>
    146                 <Configuration
    147                         Name="Debug|x64"
    148                         OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    149                         IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"
    150                         ConfigurationType="4"
    151                         CharacterSet="2"
    152                         >
    153                         <Tool
    154                                 Name="VCPreBuildEventTool"
    155                         />
    156                         <Tool
    157                                 Name="VCCustomBuildTool"
    158                         />
    159                         <Tool
    160                                 Name="VCXMLDataGeneratorTool"
    161                         />
    162                         <Tool
    163                                 Name="VCWebServiceProxyGeneratorTool"
    164                         />
    165                         <Tool
    166                                 Name="VCMIDLTool"
    167                                 TargetEnvironment="3"
    168                         />
    169                         <Tool
    170                                 Name="VCCLCompilerTool"
    171                                 Optimization="0"
    172                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
    173                                 AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    174                                 MinimalRebuild="true"
    175                                 BasicRuntimeChecks="3"
    176                                 RuntimeLibrary="1"
    177177                                WarningLevel="3"
    178178                                DebugInformationFormat="3"
     
    236236                                EnableIntrinsicFunctions="false"
    237237                                FavorSizeOrSpeed="1"
     238                                AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"
    238239                                PreprocessorDefinitions="WIN32;_LIB;_CRT_SECURE_NO_WARNINGS"
    239                                 AdditionalIncludeDirectories="&quot;..\..\compat\msvc&quot;"
    240240                                StringPooling="true"
    241241                                RuntimeLibrary="0"
     
    280280                        >
    281281                        <File
    282                                 RelativePath="..\..\source\App\TAppCommon\program_options_lite.cpp"
     282                                RelativePath="..\..\source\Lib\TAppCommon\program_options_lite.cpp"
    283283                                >
    284284                        </File>
    285285                        <File
    286                                 RelativePath="..\..\source\App\TAppCommon\TAppComCamPara.cpp"
     286                                RelativePath="..\..\source\Lib\TAppCommon\TAppComCamPara.cpp"
    287287                                >
    288288                        </File>
     
    293293                        >
    294294                        <File
    295                                 RelativePath="..\..\source\App\TAppCommon\program_options_lite.h"
     295                                RelativePath="..\..\source\Lib\TAppCommon\program_options_lite.h"
    296296                                >
    297297                        </File>
    298298                        <File
    299                                 RelativePath="..\..\source\App\TAppCommon\TAppComCamPara.h"
     299                                RelativePath="..\..\source\Lib\TAppCommon\TAppComCamPara.h"
    300300                                >
    301301                        </File>
Note: See TracChangeset for help on using the changeset viewer.