Changeset 850 for trunk/compilers/MazeCompiler – HoverRace
Show
Ignore:
Timestamp:
02/04/10 15:18:43 (7 months ago)
Author:
ryan
Message:

Upgrade project files to VS2005 as opposed to VS2003. Compiles fine but a linker issue needs to be sorted out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/compilers/MazeCompiler/MazeCompiler.vcproj

    r480 r850  
    22<VisualStudioProject 
    33    ProjectType="Visual C++" 
    4     Version="7.10" 
     4    Version="8.00" 
    55    Name="mazecompiler" 
    66    ProjectGUID="{BE113900-CEB8-4289-91A9-930B145BF0E8}" 
    7     SccProjectName="" 
    8     SccLocalPath="" 
    9     Keyword="MFCProj"> 
     7    Keyword="MFCProj" 
     8    > 
    109    <Platforms> 
    1110        <Platform 
    12             Name="Win32"/> 
     11            Name="Win32" 
     12        /> 
    1313    </Platforms> 
     14    <ToolFiles> 
     15    </ToolFiles> 
    1416    <Configurations> 
    1517        <Configuration 
     
    1820            IntermediateDirectory=".\Debug" 
    1921            ConfigurationType="1" 
     22            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    2023            UseOfMFC="2" 
    21             ATLMinimizesCRunTimeLibraryUsage="FALSE" 
     24            ATLMinimizesCRunTimeLibraryUsage="false" 
    2225            CharacterSet="2" 
    23             DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)"> 
     26            DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)" 
     27            > 
     28            <Tool 
     29                Name="VCPreBuildEventTool" 
     30            /> 
     31            <Tool 
     32                Name="VCCustomBuildTool" 
     33            /> 
     34            <Tool 
     35                Name="VCXMLDataGeneratorTool" 
     36            /> 
     37            <Tool 
     38                Name="VCWebServiceProxyGeneratorTool" 
     39            /> 
     40            <Tool 
     41                Name="VCMIDLTool" 
     42                MkTypLibCompatible="true" 
     43                TypeLibraryName=".\..\Debug/MazeCompiler.tlb" 
     44            /> 
    2445            <Tool 
    2546                Name="VCCLCompilerTool" 
     
    2849                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" 
    2950                RuntimeLibrary="3" 
    30                 RuntimeTypeInfo="TRUE" 
    31                 UsePrecompiledHeader="3" 
     51                RuntimeTypeInfo="true" 
     52                UsePrecompiledHeader="2" 
    3253                AssemblerListingLocation=".\Debug/" 
    3354                ObjectFile=".\Debug/" 
    3455                ProgramDataBaseFileName=".\Debug/" 
    3556                WarningLevel="4" 
    36                 SuppressStartupBanner="TRUE" 
     57                SuppressStartupBanner="true" 
    3758                DebugInformationFormat="4" 
    38                 CompileAs="0"/> 
    39             <Tool 
    40                 Name="VCCustomBuildTool"/> 
     59                CompileAs="0" 
     60            /> 
     61            <Tool 
     62                Name="VCManagedResourceCompilerTool" 
     63            /> 
     64            <Tool 
     65                Name="VCResourceCompilerTool" 
     66                PreprocessorDefinitions="_AFXDLL;_DEBUG" 
     67                Culture="1033" 
     68            /> 
     69            <Tool 
     70                Name="VCPreLinkEventTool" 
     71            /> 
    4172            <Tool 
    4273                Name="VCLinkerTool" 
     
    4475                OutputFile=".\..\..\Debug/MazeCompiler.exe" 
    4576                LinkIncremental="2" 
    46                 SuppressStartupBanner="TRUE" 
    47                 GenerateDebugInformation="TRUE" 
     77                SuppressStartupBanner="true" 
     78                GenerateDebugInformation="true" 
    4879                ProgramDatabaseFile=".\..\..\Debug/MazeCompiler.pdb" 
    49                 SubSystem="1"/> 
    50             <Tool 
    51                 Name="VCMIDLTool" 
    52                 MkTypLibCompatible="TRUE" 
    53                 TypeLibraryName=".\..\Debug/MazeCompiler.tlb"/> 
    54             <Tool 
    55                 Name="VCPostBuildEventTool"/> 
    56             <Tool 
    57                 Name="VCPreBuildEventTool"/> 
    58             <Tool 
    59                 Name="VCPreLinkEventTool"/> 
    60             <Tool 
    61                 Name="VCResourceCompilerTool" 
    62                 PreprocessorDefinitions="_AFXDLL;_DEBUG" 
    63                 Culture="1033"/> 
    64             <Tool 
    65                 Name="VCWebServiceProxyGeneratorTool"/> 
    66             <Tool 
    67                 Name="VCXMLDataGeneratorTool"/> 
    68             <Tool 
    69                 Name="VCWebDeploymentTool"/> 
    70             <Tool 
    71                 Name="VCManagedWrapperGeneratorTool"/> 
    72             <Tool 
    73                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     80                SubSystem="1" 
     81            /> 
     82            <Tool 
     83                Name="VCALinkTool" 
     84            /> 
     85            <Tool 
     86                Name="VCManifestTool" 
     87            /> 
     88            <Tool 
     89                Name="VCXDCMakeTool" 
     90            /> 
     91            <Tool 
     92                Name="VCBscMakeTool" 
     93            /> 
     94            <Tool 
     95                Name="VCFxCopTool" 
     96            /> 
     97            <Tool 
     98                Name="VCAppVerifierTool" 
     99            /> 
     100            <Tool 
     101                Name="VCWebDeploymentTool" 
     102            /> 
     103            <Tool 
     104                Name="VCPostBuildEventTool" 
     105            /> 
    74106        </Configuration> 
    75107        <Configuration 
     
    78110            IntermediateDirectory=".\Release" 
    79111            ConfigurationType="1" 
     112            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    80113            UseOfMFC="2" 
    81             ATLMinimizesCRunTimeLibraryUsage="FALSE" 
    82             CharacterSet="2"> 
     114            ATLMinimizesCRunTimeLibraryUsage="false" 
     115            CharacterSet="2" 
     116            > 
     117            <Tool 
     118                Name="VCPreBuildEventTool" 
     119            /> 
     120            <Tool 
     121                Name="VCCustomBuildTool" 
     122            /> 
     123            <Tool 
     124                Name="VCXMLDataGeneratorTool" 
     125            /> 
     126            <Tool 
     127                Name="VCWebServiceProxyGeneratorTool" 
     128            /> 
     129            <Tool 
     130                Name="VCMIDLTool" 
     131                MkTypLibCompatible="true" 
     132                TypeLibraryName=".\..\Release/MazeCompiler.tlb" 
     133            /> 
    83134            <Tool 
    84135                Name="VCCLCompilerTool" 
     
    86137                AdditionalIncludeDirectories="\gdk\sdk\inc" 
    87138                PreprocessorDefinitions="_CONSOLE;WIN32" 
    88                 StringPooling="TRUE" 
     139                StringPooling="true" 
    89140                RuntimeLibrary="2" 
    90                 EnableFunctionLevelLinking="TRUE" 
    91                 RuntimeTypeInfo="TRUE" 
    92                 UsePrecompiledHeader="3" 
     141                EnableFunctionLevelLinking="true" 
     142                RuntimeTypeInfo="true" 
     143                UsePrecompiledHeader="2" 
    93144                AssemblerListingLocation=".\Release/" 
    94145                ObjectFile=".\Release/" 
    95146                ProgramDataBaseFileName=".\Release/" 
    96147                WarningLevel="4" 
    97                 SuppressStartupBanner="TRUE" 
    98                 CompileAs="0"/> 
    99             <Tool 
    100                 Name="VCCustomBuildTool"/> 
     148                SuppressStartupBanner="true" 
     149                CompileAs="0" 
     150            /> 
     151            <Tool 
     152                Name="VCManagedResourceCompilerTool" 
     153            /> 
     154            <Tool 
     155                Name="VCResourceCompilerTool" 
     156                Culture="1033" 
     157            /> 
     158            <Tool 
     159                Name="VCPreLinkEventTool" 
     160            /> 
    101161            <Tool 
    102162                Name="VCLinkerTool" 
     
    104164                OutputFile=".\..\..\Release/MazeCompiler.exe" 
    105165                LinkIncremental="2" 
    106                 SuppressStartupBanner="TRUE" 
     166                SuppressStartupBanner="true" 
    107167                ProgramDatabaseFile=".\..\..\Release/MazeCompiler.pdb" 
    108                 SubSystem="1"/> 
    109             <Tool 
    110                 Name="VCMIDLTool" 
    111                 MkTypLibCompatible="TRUE" 
    112                 TypeLibraryName=".\..\Release/MazeCompiler.tlb"/> 
    113             <Tool 
    114                 Name="VCPostBuildEventTool"/> 
    115             <Tool 
    116                 Name="VCPreBuildEventTool"/> 
    117             <Tool 
    118                 Name="VCPreLinkEventTool"/> 
    119             <Tool 
    120                 Name="VCResourceCompilerTool" 
    121                 Culture="1033"/> 
    122             <Tool 
    123                 Name="VCWebServiceProxyGeneratorTool"/> 
    124             <Tool 
    125                 Name="VCXMLDataGeneratorTool"/> 
    126             <Tool 
    127                 Name="VCWebDeploymentTool"/> 
    128             <Tool 
    129                 Name="VCManagedWrapperGeneratorTool"/> 
    130             <Tool 
    131                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     168                SubSystem="1" 
     169            /> 
     170            <Tool 
     171                Name="VCALinkTool" 
     172            /> 
     173            <Tool 
     174                Name="VCManifestTool" 
     175            /> 
     176            <Tool 
     177                Name="VCXDCMakeTool" 
     178            /> 
     179            <Tool 
     180                Name="VCBscMakeTool" 
     181            /> 
     182            <Tool 
     183                Name="VCFxCopTool" 
     184            /> 
     185            <Tool 
     186                Name="VCAppVerifierTool" 
     187            /> 
     188            <Tool 
     189                Name="VCWebDeploymentTool" 
     190            /> 
     191            <Tool 
     192                Name="VCPostBuildEventTool" 
     193            /> 
    132194        </Configuration> 
    133195    </Configurations> 
     
    137199        <Filter 
    138200            Name="Source Files" 
    139             Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"> 
    140             <File 
    141                 RelativePath=".\LevelBuilder.cpp"> 
    142             </File> 
    143             <File 
    144                 RelativePath=".\LevelBuilderVisiblesZones.cpp"> 
    145             </File> 
    146             <File 
    147                 RelativePath=".\main.cpp"> 
    148             </File> 
    149             <File 
    150                 RelativePath=".\Parser.cpp"> 
    151             </File> 
    152             <File 
    153                 RelativePath=".\StdAfx.cpp"> 
     201            Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" 
     202            > 
     203            <File 
     204                RelativePath=".\LevelBuilder.cpp" 
     205                > 
     206            </File> 
     207            <File 
     208                RelativePath=".\LevelBuilderVisiblesZones.cpp" 
     209                > 
     210            </File> 
     211            <File 
     212                RelativePath=".\main.cpp" 
     213                > 
     214            </File> 
     215            <File 
     216                RelativePath=".\Parser.cpp" 
     217                > 
     218            </File> 
     219            <File 
     220                RelativePath=".\StdAfx.cpp" 
     221                > 
    154222                <FileConfiguration 
    155                     Name="Debug|Win32"> 
     223                    Name="Debug|Win32" 
     224                    > 
    156225                    <Tool 
    157226                        Name="VCCLCompilerTool" 
    158                         UsePrecompiledHeader="1"/> 
     227                        UsePrecompiledHeader="1" 
     228                    /> 
    159229                </FileConfiguration> 
    160230                <FileConfiguration 
    161                     Name="Release|Win32"> 
     231                    Name="Release|Win32" 
     232                    > 
    162233                    <Tool 
    163234                        Name="VCCLCompilerTool" 
    164                         UsePrecompiledHeader="1"/> 
     235                        UsePrecompiledHeader="1" 
     236                    /> 
    165237                </FileConfiguration> 
    166238            </File> 
    167239            <File 
    168                 RelativePath=".\TrackMap.cpp"> 
     240                RelativePath=".\TrackMap.cpp" 
     241                > 
    169242            </File> 
    170243        </Filter> 
    171244        <Filter 
    172245            Name="Header Files" 
    173             Filter=""> 
    174             <File 
    175                 RelativePath=".\LevelBuilder.h"> 
    176             </File> 
    177             <File 
    178                 RelativePath=".\Parser.h"> 
    179             </File> 
    180             <File 
    181                 RelativePath=".\resource.h"> 
    182             </File> 
    183             <File 
    184                 RelativePath=".\StdAfx.h"> 
    185             </File> 
    186             <File 
    187                 RelativePath=".\TrackCommonStuff.h"> 
    188             </File> 
    189             <File 
    190                 RelativePath=".\TrackMap.h"> 
     246            > 
     247            <File 
     248                RelativePath=".\LevelBuilder.h" 
     249                > 
     250            </File> 
     251            <File 
     252                RelativePath=".\Parser.h" 
     253                > 
     254            </File> 
     255            <File 
     256                RelativePath=".\resource.h" 
     257                > 
     258            </File> 
     259            <File 
     260                RelativePath=".\StdAfx.h" 
     261                > 
     262            </File> 
     263            <File 
     264                RelativePath=".\TrackCommonStuff.h" 
     265                > 
     266            </File> 
     267            <File 
     268                RelativePath=".\TrackMap.h" 
     269                > 
    191270            </File> 
    192271        </Filter>