Changeset 850 – HoverRace

Changeset 850

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.

Location:
trunk
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/client.vcproj

    r817 r850  
    22<VisualStudioProject 
    33    ProjectType="Visual C++" 
    4     Version="7.10" 
     4    Version="8.00" 
    55    Name="client" 
    66    ProjectGUID="{49D400AC-8D6D-4866-84A7-B38389E035E3}" 
    77    RootNamespace="client" 
    8     Keyword="ManagedCProj"> 
     8    Keyword="ManagedCProj" 
     9    > 
    910    <Platforms> 
    1011        <Platform 
    11             Name="Win32"/> 
     12            Name="Win32" 
     13        /> 
    1214    </Platforms> 
     15    <ToolFiles> 
     16    </ToolFiles> 
    1317    <Configurations> 
    1418        <Configuration 
     
    1721            IntermediateDirectory=".\Debug" 
    1822            ConfigurationType="1" 
     23            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    1924            UseOfMFC="2" 
    2025            CharacterSet="2" 
    21             ManagedExtensions="FALSE"> 
     26            ManagedExtensions="0" 
     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            /> 
    2243            <Tool 
    2344                Name="VCCLCompilerTool" 
     
    2546                AdditionalIncludeDirectories="../include;../include/lua" 
    2647                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBNET_;WITH_OPENAL" 
    27                 MinimalRebuild="FALSE" 
     48                MinimalRebuild="false" 
    2849                BasicRuntimeChecks="0" 
    29                 RuntimeLibrary="3" 
    30                 BufferSecurityCheck="FALSE" 
    31                 RuntimeTypeInfo="TRUE" 
    32                 UsePrecompiledHeader="3" 
     50                RuntimeLibrary="1" 
     51                BufferSecurityCheck="false" 
     52                RuntimeTypeInfo="true" 
     53                UsePrecompiledHeader="2" 
    3354                WarningLevel="3" 
    34                 DebugInformationFormat="4"/> 
    35             <Tool 
    36                 Name="VCCustomBuildTool"/> 
     55                DebugInformationFormat="4" 
     56            /> 
     57            <Tool 
     58                Name="VCManagedResourceCompilerTool" 
     59            /> 
     60            <Tool 
     61                Name="VCResourceCompilerTool" 
     62                PreprocessorDefinitions="_AFXDLL;_DEBUG;_MBNET_" 
     63                Culture="1033" 
     64            /> 
     65            <Tool 
     66                Name="VCPreLinkEventTool" 
     67            /> 
    3768            <Tool 
    3869                Name="VCLinkerTool" 
    3970                AdditionalOptions="/MACHINE:I386" 
    40                 AdditionalDependencies="Vfw32.lib vfw32.lib wsock32.lib winmm.lib version.lib comctl32.lib libcurld.lib LiteUnzip.lib intl.lib lua5.1D.lib OIS_d.lib" 
     71                AdditionalDependencies="Vfw32.lib wsock32.lib winmm.lib version.lib comctl32.lib libcurld.lib LiteUnzip.lib intl.lib lua5.1D.lib OIS_d.lib" 
    4172                OutputFile="..\Debug\HoverRace.exe" 
    4273                LinkIncremental="1" 
    43                 SuppressStartupBanner="TRUE" 
     74                SuppressStartupBanner="true" 
    4475                AdditionalLibraryDirectories="..\lib" 
    45                 GenerateDebugInformation="TRUE" 
     76                GenerateDebugInformation="true" 
    4677                AssemblyDebug="0" 
    47                 SubSystem="2"/> 
    48             <Tool 
    49                 Name="VCMIDLTool"/> 
    50             <Tool 
    51                 Name="VCPostBuildEventTool"/> 
    52             <Tool 
    53                 Name="VCPreBuildEventTool"/> 
    54             <Tool 
    55                 Name="VCPreLinkEventTool"/> 
    56             <Tool 
    57                 Name="VCResourceCompilerTool" 
    58                 PreprocessorDefinitions="_AFXDLL;_DEBUG;_MBNET_" 
    59                 Culture="1033"/> 
    60             <Tool 
    61                 Name="VCWebServiceProxyGeneratorTool"/> 
    62             <Tool 
    63                 Name="VCXMLDataGeneratorTool"/> 
    64             <Tool 
    65                 Name="VCWebDeploymentTool"/> 
    66             <Tool 
    67                 Name="VCManagedWrapperGeneratorTool"/> 
    68             <Tool 
    69                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     78                SubSystem="2" 
     79            /> 
     80            <Tool 
     81                Name="VCALinkTool" 
     82            /> 
     83            <Tool 
     84                Name="VCManifestTool" 
     85            /> 
     86            <Tool 
     87                Name="VCXDCMakeTool" 
     88            /> 
     89            <Tool 
     90                Name="VCBscMakeTool" 
     91            /> 
     92            <Tool 
     93                Name="VCFxCopTool" 
     94            /> 
     95            <Tool 
     96                Name="VCAppVerifierTool" 
     97            /> 
     98            <Tool 
     99                Name="VCWebDeploymentTool" 
     100            /> 
     101            <Tool 
     102                Name="VCPostBuildEventTool" 
     103            /> 
    70104        </Configuration> 
    71105        <Configuration 
     
    74108            IntermediateDirectory=".\Release" 
    75109            ConfigurationType="1" 
     110            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    76111            UseOfMFC="2" 
    77112            CharacterSet="2" 
    78             ManagedExtensions="FALSE"> 
     113            ManagedExtensions="0" 
     114            > 
     115            <Tool 
     116                Name="VCPreBuildEventTool" 
     117            /> 
     118            <Tool 
     119                Name="VCCustomBuildTool" 
     120            /> 
     121            <Tool 
     122                Name="VCXMLDataGeneratorTool" 
     123            /> 
     124            <Tool 
     125                Name="VCWebServiceProxyGeneratorTool" 
     126            /> 
     127            <Tool 
     128                Name="VCMIDLTool" 
     129            /> 
    79130            <Tool 
    80131                Name="VCCLCompilerTool" 
     
    82133                AdditionalIncludeDirectories="../include;../include/lua" 
    83134                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBNET_;WITH_OPENAL" 
    84                 StringPooling="TRUE" 
    85                 MinimalRebuild="FALSE" 
     135                StringPooling="true" 
     136                MinimalRebuild="false" 
    86137                RuntimeLibrary="2" 
    87                 EnableFunctionLevelLinking="TRUE" 
    88                 UsePrecompiledHeader="3" 
     138                EnableFunctionLevelLinking="true" 
     139                UsePrecompiledHeader="2" 
    89140                WarningLevel="3" 
    90                 DebugInformationFormat="0"/> 
    91             <Tool 
    92                 Name="VCCustomBuildTool"/> 
     141                DebugInformationFormat="0" 
     142            /> 
     143            <Tool 
     144                Name="VCManagedResourceCompilerTool" 
     145            /> 
     146            <Tool 
     147                Name="VCResourceCompilerTool" 
     148            /> 
     149            <Tool 
     150                Name="VCPreLinkEventTool" 
     151            /> 
    93152            <Tool 
    94153                Name="VCLinkerTool" 
     
    96155                OutputFile=".\..\Release\HoverRace.exe" 
    97156                LinkIncremental="1" 
    98                 SuppressStartupBanner="TRUE" 
     157                SuppressStartupBanner="true" 
    99158                AdditionalLibraryDirectories="..\lib" 
    100                 GenerateDebugInformation="FALSE" 
    101                 SubSystem="2"/> 
    102             <Tool 
    103                 Name="VCMIDLTool"/> 
    104             <Tool 
    105                 Name="VCPostBuildEventTool"/> 
    106             <Tool 
    107                 Name="VCPreBuildEventTool"/> 
    108             <Tool 
    109                 Name="VCPreLinkEventTool"/> 
    110             <Tool 
    111                 Name="VCResourceCompilerTool"/> 
    112             <Tool 
    113                 Name="VCWebServiceProxyGeneratorTool"/> 
    114             <Tool 
    115                 Name="VCXMLDataGeneratorTool"/> 
    116             <Tool 
    117                 Name="VCWebDeploymentTool"/> 
    118             <Tool 
    119                 Name="VCManagedWrapperGeneratorTool"/> 
    120             <Tool 
    121                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     159                GenerateDebugInformation="false" 
     160                SubSystem="2" 
     161            /> 
     162            <Tool 
     163                Name="VCALinkTool" 
     164            /> 
     165            <Tool 
     166                Name="VCManifestTool" 
     167            /> 
     168            <Tool 
     169                Name="VCXDCMakeTool" 
     170            /> 
     171            <Tool 
     172                Name="VCBscMakeTool" 
     173            /> 
     174            <Tool 
     175                Name="VCFxCopTool" 
     176            /> 
     177            <Tool 
     178                Name="VCAppVerifierTool" 
     179            /> 
     180            <Tool 
     181                Name="VCWebDeploymentTool" 
     182            /> 
     183            <Tool 
     184                Name="VCPostBuildEventTool" 
     185            /> 
    122186        </Configuration> 
    123187    </Configurations> 
     
    127191        <Filter 
    128192            Name="Game2" 
    129             Filter=""> 
    130             <File 
    131                 RelativePath=".\Game2\AboutDialog.cpp"> 
    132             </File> 
    133             <File 
    134                 RelativePath=".\Game2\AboutDialog.h"> 
    135             </File> 
    136             <File 
    137                 RelativePath=".\Game2\Banner.cpp"> 
    138             </File> 
    139             <File 
    140                 RelativePath=".\Game2\Banner.h"> 
    141             </File> 
    142             <File 
    143                 RelativePath=".\Game2\CheckRoomListDialog.cpp"> 
    144             </File> 
    145             <File 
    146                 RelativePath=".\Game2\CheckRoomListDialog.h"> 
    147             </File> 
    148             <File 
    149                 RelativePath=".\Game2\CheckUpdateServerDialog.cpp"> 
    150             </File> 
    151             <File 
    152                 RelativePath=".\Game2\CheckUpdateServerDialog.h"> 
    153             </File> 
    154             <File 
    155                 RelativePath=".\Game2\ClientSession.cpp"> 
    156             </File> 
    157             <File 
    158                 RelativePath=".\Game2\ClientSession.h"> 
    159             </File> 
    160             <File 
    161                 RelativePath=".\Game2\Console.cpp"> 
    162             </File> 
    163             <File 
    164                 RelativePath=".\Game2\Console.h"> 
    165             </File> 
    166             <File 
    167                 RelativePath=".\Game2\Controller.cpp"> 
    168             </File> 
    169             <File 
    170                 RelativePath=".\Game2\Controller.h"> 
    171             </File> 
    172             <File 
    173                 RelativePath=".\Game2\ControlPrefsPage.cpp"> 
    174             </File> 
    175             <File 
    176                 RelativePath=".\Game2\ControlPrefsPage.h"> 
    177             </File> 
    178             <File 
    179                 RelativePath=".\Game2\DownloadUpdateDialog.cpp"> 
    180             </File> 
    181             <File 
    182                 RelativePath=".\Game2\DownloadUpdateDialog.h"> 
    183             </File> 
    184             <File 
    185                 RelativePath=".\Game2\FirstChoiceDialog.cpp"> 
    186             </File> 
    187             <File 
    188                 RelativePath=".\Game2\FirstChoiceDialog.h"> 
    189             </File> 
    190             <File 
    191                 RelativePath=".\Game2\FullscreenTest.cpp"> 
    192             </File> 
    193             <File 
    194                 RelativePath=".\Game2\FullscreenTest.h"> 
    195             </File> 
    196             <File 
    197                 RelativePath=".\Game2\Game2.rc"> 
    198             </File> 
    199             <File 
    200                 RelativePath=".\Game2\GameApp.cpp"> 
    201             </File> 
    202             <File 
    203                 RelativePath=".\Game2\GameApp.h"> 
    204             </File> 
    205             <File 
    206                 RelativePath=".\Game2\HighConsole.cpp"> 
    207             </File> 
    208             <File 
    209                 RelativePath=".\Game2\HighConsole.h"> 
    210             </File> 
    211             <File 
    212                 RelativePath=".\Game2\HighObserver.cpp"> 
    213             </File> 
    214             <File 
    215                 RelativePath=".\Game2\HighObserver.h"> 
    216             </File> 
    217             <File 
    218                 RelativePath=".\Game2\InternetRoom.cpp"> 
    219             </File> 
    220             <File 
    221                 RelativePath=".\Game2\InternetRoom.h"> 
    222             </File> 
    223             <File 
    224                 RelativePath=".\Game2\main.cpp"> 
    225             </File> 
    226             <File 
    227                 RelativePath=".\Game2\MatchReport.cpp"> 
    228             </File> 
    229             <File 
    230                 RelativePath=".\Game2\MatchReport.h"> 
    231             </File> 
    232             <File 
    233                 RelativePath=".\Game2\MiscPrefsPage.cpp"> 
    234             </File> 
    235             <File 
    236                 RelativePath=".\Game2\MiscPrefsPage.h"> 
    237             </File> 
    238             <File 
    239                 RelativePath=".\Game2\NetInterface.cpp"> 
    240             </File> 
    241             <File 
    242                 RelativePath=".\Game2\NetInterface.h"> 
    243             </File> 
    244             <File 
    245                 RelativePath=".\Game2\NetworkPrefsPage.cpp"> 
    246             </File> 
    247             <File 
    248                 RelativePath=".\Game2\NetworkPrefsPage.h"> 
    249             </File> 
    250             <File 
    251                 RelativePath=".\Game2\NetworkSession.cpp"> 
    252             </File> 
    253             <File 
    254                 RelativePath=".\Game2\NetworkSession.h"> 
    255             </File> 
    256             <File 
    257                 RelativePath=".\Game2\Observer.cpp"> 
    258             </File> 
    259             <File 
    260                 RelativePath=".\Game2\Observer.h"> 
    261             </File> 
    262             <File 
    263                 RelativePath=".\Game2\PathSelector.cpp"> 
    264             </File> 
    265             <File 
    266                 RelativePath=".\Game2\PathSelector.h"> 
    267             </File> 
    268             <File 
    269                 RelativePath=".\Game2\PrefsDialog.cpp"> 
    270             </File> 
    271             <File 
    272                 RelativePath=".\Game2\PrefsDialog.h"> 
    273             </File> 
    274             <File 
    275                 RelativePath=".\Game2\PrefsPage.cpp"> 
    276             </File> 
    277             <File 
    278                 RelativePath=".\Game2\PrefsPage.h"> 
    279             </File> 
    280             <File 
    281                 RelativePath=".\Game2\resource.h"> 
    282             </File> 
    283             <File 
    284                 RelativePath=".\Game2\RoomList.cpp"> 
    285             </File> 
    286             <File 
    287                 RelativePath=".\Game2\RoomList.h"> 
    288             </File> 
    289             <File 
    290                 RelativePath=".\Game2\RoomListDialog.cpp"> 
    291             </File> 
    292             <File 
    293                 RelativePath=".\Game2\RoomListDialog.h"> 
    294             </File> 
    295             <File 
    296                 RelativePath=".\Game2\SelectRoomDialog.cpp"> 
    297             </File> 
    298             <File 
    299                 RelativePath=".\Game2\SelectRoomDialog.h"> 
    300             </File> 
    301             <File 
    302                 RelativePath=".\Game2\StdAfx.cpp"> 
    303                 <FileConfiguration 
    304                     Name="Debug|Win32"> 
     193            > 
     194            <File 
     195                RelativePath=".\Game2\AboutDialog.cpp" 
     196                > 
     197            </File> 
     198            <File 
     199                RelativePath=".\Game2\AboutDialog.h" 
     200                > 
     201            </File> 
     202            <File 
     203                RelativePath=".\Game2\Banner.cpp" 
     204                > 
     205            </File> 
     206            <File 
     207                RelativePath=".\Game2\Banner.h" 
     208                > 
     209            </File> 
     210            <File 
     211                RelativePath=".\Game2\CheckRoomListDialog.cpp" 
     212                > 
     213            </File> 
     214            <File 
     215                RelativePath=".\Game2\CheckRoomListDialog.h" 
     216                > 
     217            </File> 
     218            <File 
     219                RelativePath=".\Game2\CheckUpdateServerDialog.cpp" 
     220                > 
     221            </File> 
     222            <File 
     223                RelativePath=".\Game2\CheckUpdateServerDialog.h" 
     224                > 
     225            </File> 
     226            <File 
     227                RelativePath=".\Game2\ClientSession.cpp" 
     228                > 
     229            </File> 
     230            <File 
     231                RelativePath=".\Game2\ClientSession.h" 
     232                > 
     233            </File> 
     234            <File 
     235                RelativePath=".\Game2\Console.cpp" 
     236                > 
     237            </File> 
     238            <File 
     239                RelativePath=".\Game2\Console.h" 
     240                > 
     241            </File> 
     242            <File 
     243                RelativePath=".\Game2\Controller.cpp" 
     244                > 
     245            </File> 
     246            <File 
     247                RelativePath=".\Game2\Controller.h" 
     248                > 
     249            </File> 
     250            <File 
     251                RelativePath=".\Game2\ControlPrefsPage.cpp" 
     252                > 
     253            </File> 
     254            <File 
     255                RelativePath=".\Game2\ControlPrefsPage.h" 
     256                > 
     257            </File> 
     258            <File 
     259                RelativePath=".\Game2\DownloadUpdateDialog.cpp" 
     260                > 
     261            </File> 
     262            <File 
     263                RelativePath=".\Game2\DownloadUpdateDialog.h" 
     264                > 
     265            </File> 
     266            <File 
     267                RelativePath=".\Game2\FirstChoiceDialog.cpp" 
     268                > 
     269            </File> 
     270            <File 
     271                RelativePath=".\Game2\FirstChoiceDialog.h" 
     272                > 
     273            </File> 
     274            <File 
     275                RelativePath=".\Game2\FullscreenTest.cpp" 
     276                > 
     277            </File> 
     278            <File 
     279                RelativePath=".\Game2\FullscreenTest.h" 
     280                > 
     281            </File> 
     282            <File 
     283                RelativePath=".\Game2\Game2.rc" 
     284                > 
     285            </File> 
     286            <File 
     287                RelativePath=".\Game2\GameApp.cpp" 
     288                > 
     289            </File> 
     290            <File 
     291                RelativePath=".\Game2\GameApp.h" 
     292                > 
     293            </File> 
     294            <File 
     295                RelativePath=".\Game2\HighConsole.cpp" 
     296                > 
     297            </File> 
     298            <File 
     299                RelativePath=".\Game2\HighConsole.h" 
     300                > 
     301            </File> 
     302            <File 
     303                RelativePath=".\Game2\HighObserver.cpp" 
     304                > 
     305            </File> 
     306            <File 
     307                RelativePath=".\Game2\HighObserver.h" 
     308                > 
     309            </File> 
     310            <File 
     311                RelativePath=".\Game2\InternetRoom.cpp" 
     312                > 
     313            </File> 
     314            <File 
     315                RelativePath=".\Game2\InternetRoom.h" 
     316                > 
     317            </File> 
     318            <File 
     319                RelativePath=".\Game2\main.cpp" 
     320                > 
     321            </File> 
     322            <File 
     323                RelativePath=".\Game2\MatchReport.cpp" 
     324                > 
     325            </File> 
     326            <File 
     327                RelativePath=".\Game2\MatchReport.h" 
     328                > 
     329            </File> 
     330            <File 
     331                RelativePath=".\Game2\MiscPrefsPage.cpp" 
     332                > 
     333            </File> 
     334            <File 
     335                RelativePath=".\Game2\MiscPrefsPage.h" 
     336                > 
     337            </File> 
     338            <File 
     339                RelativePath=".\Game2\NetInterface.cpp" 
     340                > 
     341            </File> 
     342            <File 
     343                RelativePath=".\Game2\NetInterface.h" 
     344                > 
     345            </File> 
     346            <File 
     347                RelativePath=".\Game2\NetworkPrefsPage.cpp" 
     348                > 
     349            </File> 
     350            <File 
     351                RelativePath=".\Game2\NetworkPrefsPage.h" 
     352                > 
     353            </File> 
     354            <File 
     355                RelativePath=".\Game2\NetworkSession.cpp" 
     356                > 
     357            </File> 
     358            <File 
     359                RelativePath=".\Game2\NetworkSession.h" 
     360                > 
     361            </File> 
     362            <File 
     363                RelativePath=".\Game2\Observer.cpp" 
     364                > 
     365            </File> 
     366            <File 
     367                RelativePath=".\Game2\Observer.h" 
     368                > 
     369            </File> 
     370            <File 
     371                RelativePath=".\Game2\PathSelector.cpp" 
     372                > 
     373            </File> 
     374            <File 
     375                RelativePath=".\Game2\PathSelector.h" 
     376                > 
     377            </File> 
     378            <File 
     379                RelativePath=".\Game2\PrefsDialog.cpp" 
     380                > 
     381            </File> 
     382            <File 
     383                RelativePath=".\Game2\PrefsDialog.h" 
     384                > 
     385            </File> 
     386            <File 
     387                RelativePath=".\Game2\PrefsPage.cpp" 
     388                > 
     389            </File> 
     390            <File 
     391                RelativePath=".\Game2\PrefsPage.h" 
     392                > 
     393            </File> 
     394            <File 
     395                RelativePath=".\Game2\resource.h" 
     396                > 
     397            </File> 
     398            <File 
     399                RelativePath=".\Game2\RoomList.cpp" 
     400                > 
     401            </File> 
     402            <File 
     403                RelativePath=".\Game2\RoomList.h" 
     404                > 
     405            </File> 
     406            <File 
     407                RelativePath=".\Game2\RoomListDialog.cpp" 
     408                > 
     409            </File> 
     410            <File 
     411                RelativePath=".\Game2\RoomListDialog.h" 
     412                > 
     413            </File> 
     414            <File 
     415                RelativePath=".\Game2\SelectRoomDialog.cpp" 
     416                > 
     417            </File> 
     418            <File 
     419                RelativePath=".\Game2\SelectRoomDialog.h" 
     420                > 
     421            </File> 
     422            <File 
     423                RelativePath=".\Game2\StdAfx.cpp" 
     424                > 
     425                <FileConfiguration 
     426                    Name="Debug|Win32" 
     427                    > 
    305428                    <Tool 
    306429                        Name="VCCLCompilerTool" 
    307                         UsePrecompiledHeader="1"/> 
    308                 </FileConfiguration> 
    309                 <FileConfiguration 
    310                     Name="Release|Win32"> 
     430                        UsePrecompiledHeader="1" 
     431                    /> 
     432                </FileConfiguration> 
     433                <FileConfiguration 
     434                    Name="Release|Win32" 
     435                    > 
    311436                    <Tool 
    312437                        Name="VCCLCompilerTool" 
    313                         UsePrecompiledHeader="1"/> 
    314                 </FileConfiguration> 
    315             </File> 
    316             <File 
    317                 RelativePath=".\Game2\StdAfx.h"> 
    318             </File> 
    319             <File 
    320                 RelativePath=".\Game2\TrackDownloadDialog.cpp"> 
    321             </File> 
    322             <File 
    323                 RelativePath=".\Game2\TrackDownloadDialog.h"> 
    324             </File> 
    325             <File 
    326                 RelativePath=".\Game2\TrackSelect.cpp"> 
    327             </File> 
    328             <File 
    329                 RelativePath=".\Game2\TrackSelect.h"> 
    330             </File> 
    331             <File 
    332                 RelativePath=".\Game2\UpdateDownloader.cpp"> 
    333             </File> 
    334             <File 
    335                 RelativePath=".\Game2\UpdateDownloader.h"> 
    336             </File> 
    337             <File 
    338                 RelativePath=".\Game2\VideoAudioPrefsPage.cpp"> 
    339             </File> 
    340             <File 
    341                 RelativePath=".\Game2\VideoAudioPrefsPage.h"> 
     438                        UsePrecompiledHeader="1" 
     439                    /> 
     440                </FileConfiguration> 
     441            </File> 
     442            <File 
     443                RelativePath=".\Game2\StdAfx.h" 
     444                > 
     445            </File> 
     446            <File 
     447                RelativePath=".\Game2\TrackDownloadDialog.cpp" 
     448                > 
     449            </File> 
     450            <File 
     451                RelativePath=".\Game2\TrackDownloadDialog.h" 
     452                > 
     453            </File> 
     454            <File 
     455                RelativePath=".\Game2\TrackSelect.cpp" 
     456                > 
     457            </File> 
     458            <File 
     459                RelativePath=".\Game2\TrackSelect.h" 
     460                > 
     461            </File> 
     462            <File 
     463                RelativePath=".\Game2\UpdateDownloader.cpp" 
     464                > 
     465            </File> 
     466            <File 
     467                RelativePath=".\Game2\UpdateDownloader.h" 
     468                > 
     469            </File> 
     470            <File 
     471                RelativePath=".\Game2\VideoAudioPrefsPage.cpp" 
     472                > 
     473            </File> 
     474            <File 
     475                RelativePath=".\Game2\VideoAudioPrefsPage.h" 
     476                > 
    342477            </File> 
    343478        </Filter> 
    344479        <Filter 
    345480            Name="Libraries" 
    346             Filter=""> 
    347             <File 
    348                 RelativePath="..\lib\alut.dll"> 
    349                 <FileConfiguration 
    350                     Name="Debug|Win32"> 
    351                     <Tool 
    352                         Name="VCCustomBuildTool" 
    353                         Description="$(InputFileName)" 
    354                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    355 " 
    356                         Outputs="$(OutDir)\$(InputFileName)"/> 
    357                 </FileConfiguration> 
    358                 <FileConfiguration 
    359                     Name="Release|Win32"> 
    360                     <Tool 
    361                         Name="VCCustomBuildTool" 
    362                         Description="$(InputFileName)" 
    363                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    364 " 
    365                         Outputs="$(OutDir)\$(InputFileName)"/> 
    366                 </FileConfiguration> 
    367             </File> 
    368             <File 
    369                 RelativePath="..\lib\intl.dll"> 
    370                 <FileConfiguration 
    371                     Name="Debug|Win32"> 
    372                     <Tool 
    373                         Name="VCCustomBuildTool" 
    374                         Description="$(InputFileName)" 
    375                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    376 " 
    377                         Outputs="$(OutDir)\$(InputFileName)"/> 
    378                 </FileConfiguration> 
    379                 <FileConfiguration 
    380                     Name="Release|Win32"> 
    381                     <Tool 
    382                         Name="VCCustomBuildTool" 
    383                         Description="$(InputFileName)" 
    384                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    385 " 
    386                         Outputs="$(OutDir)\$(InputFileName)"/> 
    387                 </FileConfiguration> 
    388             </File> 
    389             <File 
    390                 RelativePath="..\lib\libcurl.dll"> 
    391                 <FileConfiguration 
    392                     Name="Debug|Win32" 
    393                     ExcludedFromBuild="TRUE"> 
    394                     <Tool 
    395                         Name="VCCustomBuildTool" 
    396                         Description="$(InputFileName)" 
    397                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    398 " 
    399                         Outputs="$(OutDir)\$(InputFileName)"/> 
    400                 </FileConfiguration> 
    401                 <FileConfiguration 
    402                     Name="Release|Win32"> 
    403                     <Tool 
    404                         Name="VCCustomBuildTool" 
    405                         Description="$(InputFileName)" 
    406                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    407 " 
    408                         Outputs="$(OutDir)\$(InputFileName)"/> 
    409                 </FileConfiguration> 
    410             </File> 
    411             <File 
    412                 RelativePath="..\lib\libcurld.dll"> 
    413                 <FileConfiguration 
    414                     Name="Debug|Win32"> 
    415                     <Tool 
    416                         Name="VCCustomBuildTool" 
    417                         Description="$(InputFileName)" 
    418                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    419 " 
    420                         Outputs="$(OutDir)\$(InputFileName)"/> 
    421                 </FileConfiguration> 
    422                 <FileConfiguration 
    423                     Name="Release|Win32" 
    424                     ExcludedFromBuild="TRUE"> 
    425                     <Tool 
    426                         Name="VCCustomBuildTool" 
    427                         Description="$(InputFileName)" 
    428                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    429 " 
    430                         Outputs="$(OutDir)\$(InputFileName)"/> 
    431                 </FileConfiguration> 
    432             </File> 
    433             <File 
    434                 RelativePath="..\lib\LiteUnzip.dll"> 
    435                 <FileConfiguration 
    436                     Name="Debug|Win32"> 
    437                     <Tool 
    438                         Name="VCCustomBuildTool" 
    439                         Description="$(InputFileName)" 
    440                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    441 " 
    442                         Outputs="$(OutDir)\$(InputFileName)"/> 
    443                 </FileConfiguration> 
    444                 <FileConfiguration 
    445                     Name="Release|Win32"> 
    446                     <Tool 
    447                         Name="VCCustomBuildTool" 
    448                         Description="$(InputFileName)" 
    449                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    450 " 
    451                         Outputs="$(OutDir)\$(InputFileName)"/> 
    452                 </FileConfiguration> 
    453             </File> 
    454             <File 
    455                 RelativePath="..\lib\lua5.1.dll"> 
    456                 <FileConfiguration 
    457                     Name="Debug|Win32" 
    458                     ExcludedFromBuild="TRUE"> 
    459                     <Tool 
    460                         Name="VCCustomBuildTool" 
    461                         Description="$(InputFileName)" 
    462                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    463 " 
    464                         Outputs="$(OutDir)\$(InputFileName)"/> 
    465                 </FileConfiguration> 
    466                 <FileConfiguration 
    467                     Name="Release|Win32"> 
    468                     <Tool 
    469                         Name="VCCustomBuildTool" 
    470                         Description="$(InputFileName)" 
    471                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    472 " 
    473                         Outputs="$(OutDir)\$(InputFileName)"/> 
    474                 </FileConfiguration> 
    475             </File> 
    476             <File 
    477                 RelativePath="..\lib\lua5.1D.dll"> 
    478                 <FileConfiguration 
    479                     Name="Debug|Win32"> 
    480                     <Tool 
    481                         Name="VCCustomBuildTool" 
    482                         Description="$(InputFileName)" 
    483                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    484 " 
    485                         Outputs="$(OutDir)\$(InputFileName)"/> 
    486                 </FileConfiguration> 
    487                 <FileConfiguration 
    488                     Name="Release|Win32" 
    489                     ExcludedFromBuild="TRUE"> 
    490                     <Tool 
    491                         Name="VCCustomBuildTool" 
    492                         Description="$(InputFileName)" 
    493                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    494 " 
    495                         Outputs="$(OutDir)\$(InputFileName)"/> 
    496                 </FileConfiguration> 
    497             </File> 
    498             <File 
    499                 RelativePath="..\lib\OIS.dll"> 
    500                 <FileConfiguration 
    501                     Name="Debug|Win32" 
    502                     ExcludedFromBuild="TRUE"> 
    503                     <Tool 
    504                         Name="VCCustomBuildTool" 
    505                         Description="$(InputFileName)" 
    506                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    507 " 
    508                         Outputs="$(OutDir)\$(InputFileName)"/> 
    509                 </FileConfiguration> 
    510                 <FileConfiguration 
    511                     Name="Release|Win32"> 
    512                     <Tool 
    513                         Name="VCCustomBuildTool" 
    514                         Description="$(InputFileName)" 
    515                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    516 " 
    517                         Outputs="$(OutDir)\$(InputFileName)"/> 
    518                 </FileConfiguration> 
    519             </File> 
    520             <File 
    521                 RelativePath="..\lib\OIS_d.dll"> 
    522                 <FileConfiguration 
    523                     Name="Debug|Win32"> 
    524                     <Tool 
    525                         Name="VCCustomBuildTool" 
    526                         Description="$(InputFileName)" 
    527                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    528 " 
    529                         Outputs="$(OutDir)\$(InputFileName)"/> 
    530                 </FileConfiguration> 
    531                 <FileConfiguration 
    532                     Name="Release|Win32" 
    533                     ExcludedFromBuild="TRUE"> 
    534                     <Tool 
    535                         Name="VCCustomBuildTool" 
    536                         Description="$(InputFileName)" 
    537                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    538 " 
    539                         Outputs="$(OutDir)\$(InputFileName)"/> 
    540                 </FileConfiguration> 
    541             </File> 
    542             <File 
    543                 RelativePath="..\lib\zlib1.dll"> 
    544                 <FileConfiguration 
    545                     Name="Debug|Win32"> 
    546                     <Tool 
    547                         Name="VCCustomBuildTool" 
    548                         Description="$(InputFileName)" 
    549                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    550 " 
    551                         Outputs="$(OutDir)\$(InputFileName)"/> 
    552                 </FileConfiguration> 
    553                 <FileConfiguration 
    554                     Name="Release|Win32"> 
    555                     <Tool 
    556                         Name="VCCustomBuildTool" 
    557                         Description="$(InputFileName)" 
    558                         CommandLine="copy &quot;$(InputPath)&quot; $(OutDir) 
    559 " 
    560                         Outputs="$(OutDir)\$(InputFileName)"/> 
     481            > 
     482            <File 
     483                RelativePath="..\lib\alut.dll" 
     484                > 
     485                <FileConfiguration 
     486                    Name="Debug|Win32" 
     487                    > 
     488                    <Tool 
     489                        Name="VCCustomBuildTool" 
     490                        Description="$(InputFileName)" 
     491                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     492                        Outputs="$(OutDir)\$(InputFileName)" 
     493                    /> 
     494                </FileConfiguration> 
     495                <FileConfiguration 
     496                    Name="Release|Win32" 
     497                    > 
     498                    <Tool 
     499                        Name="VCCustomBuildTool" 
     500                        Description="$(InputFileName)" 
     501                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     502                        Outputs="$(OutDir)\$(InputFileName)" 
     503                    /> 
     504                </FileConfiguration> 
     505            </File> 
     506            <File 
     507                RelativePath="..\lib\intl.dll" 
     508                > 
     509                <FileConfiguration 
     510                    Name="Debug|Win32" 
     511                    > 
     512                    <Tool 
     513                        Name="VCCustomBuildTool" 
     514                        Description="$(InputFileName)" 
     515                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     516                        Outputs="$(OutDir)\$(InputFileName)" 
     517                    /> 
     518                </FileConfiguration> 
     519                <FileConfiguration 
     520                    Name="Release|Win32" 
     521                    > 
     522                    <Tool 
     523                        Name="VCCustomBuildTool" 
     524                        Description="$(InputFileName)" 
     525                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     526                        Outputs="$(OutDir)\$(InputFileName)" 
     527                    /> 
     528                </FileConfiguration> 
     529            </File> 
     530            <File 
     531                RelativePath="..\lib\libcurl.dll" 
     532                > 
     533                <FileConfiguration 
     534                    Name="Debug|Win32" 
     535                    ExcludedFromBuild="true" 
     536                    > 
     537                    <Tool 
     538                        Name="VCCustomBuildTool" 
     539                        Description="$(InputFileName)" 
     540                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     541                        Outputs="$(OutDir)\$(InputFileName)" 
     542                    /> 
     543                </FileConfiguration> 
     544                <FileConfiguration 
     545                    Name="Release|Win32" 
     546                    > 
     547                    <Tool 
     548                        Name="VCCustomBuildTool" 
     549                        Description="$(InputFileName)" 
     550                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     551                        Outputs="$(OutDir)\$(InputFileName)" 
     552                    /> 
     553                </FileConfiguration> 
     554            </File> 
     555            <File 
     556                RelativePath="..\lib\libcurld.dll" 
     557                > 
     558                <FileConfiguration 
     559                    Name="Debug|Win32" 
     560                    > 
     561                    <Tool 
     562                        Name="VCCustomBuildTool" 
     563                        Description="$(InputFileName)" 
     564                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     565                        Outputs="$(OutDir)\$(InputFileName)" 
     566                    /> 
     567                </FileConfiguration> 
     568                <FileConfiguration 
     569                    Name="Release|Win32" 
     570                    ExcludedFromBuild="true" 
     571                    > 
     572                    <Tool 
     573                        Name="VCCustomBuildTool" 
     574                        Description="$(InputFileName)" 
     575                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     576                        Outputs="$(OutDir)\$(InputFileName)" 
     577                    /> 
     578                </FileConfiguration> 
     579            </File> 
     580            <File 
     581                RelativePath="..\lib\LiteUnzip.dll" 
     582                > 
     583                <FileConfiguration 
     584                    Name="Debug|Win32" 
     585                    > 
     586                    <Tool 
     587                        Name="VCCustomBuildTool" 
     588                        Description="$(InputFileName)" 
     589                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     590                        Outputs="$(OutDir)\$(InputFileName)" 
     591                    /> 
     592                </FileConfiguration> 
     593                <FileConfiguration 
     594                    Name="Release|Win32" 
     595                    > 
     596                    <Tool 
     597                        Name="VCCustomBuildTool" 
     598                        Description="$(InputFileName)" 
     599                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     600                        Outputs="$(OutDir)\$(InputFileName)" 
     601                    /> 
     602                </FileConfiguration> 
     603            </File> 
     604            <File 
     605                RelativePath="..\lib\lua5.1.dll" 
     606                > 
     607                <FileConfiguration 
     608                    Name="Debug|Win32" 
     609                    ExcludedFromBuild="true" 
     610                    > 
     611                    <Tool 
     612                        Name="VCCustomBuildTool" 
     613                        Description="$(InputFileName)" 
     614                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     615                        Outputs="$(OutDir)\$(InputFileName)" 
     616                    /> 
     617                </FileConfiguration> 
     618                <FileConfiguration 
     619                    Name="Release|Win32" 
     620                    > 
     621                    <Tool 
     622                        Name="VCCustomBuildTool" 
     623                        Description="$(InputFileName)" 
     624                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     625                        Outputs="$(OutDir)\$(InputFileName)" 
     626                    /> 
     627                </FileConfiguration> 
     628            </File> 
     629            <File 
     630                RelativePath="..\lib\lua5.1D.dll" 
     631                > 
     632                <FileConfiguration 
     633                    Name="Debug|Win32" 
     634                    > 
     635                    <Tool 
     636                        Name="VCCustomBuildTool" 
     637                        Description="$(InputFileName)" 
     638                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     639                        Outputs="$(OutDir)\$(InputFileName)" 
     640                    /> 
     641                </FileConfiguration> 
     642                <FileConfiguration 
     643                    Name="Release|Win32" 
     644                    ExcludedFromBuild="true" 
     645                    > 
     646                    <Tool 
     647                        Name="VCCustomBuildTool" 
     648                        Description="$(InputFileName)" 
     649                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     650                        Outputs="$(OutDir)\$(InputFileName)" 
     651                    /> 
     652                </FileConfiguration> 
     653            </File> 
     654            <File 
     655                RelativePath="..\lib\OIS.dll" 
     656                > 
     657                <FileConfiguration 
     658                    Name="Debug|Win32" 
     659                    ExcludedFromBuild="true" 
     660                    > 
     661                    <Tool 
     662                        Name="VCCustomBuildTool" 
     663                        Description="$(InputFileName)" 
     664                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     665                        Outputs="$(OutDir)\$(InputFileName)" 
     666                    /> 
     667                </FileConfiguration> 
     668                <FileConfiguration 
     669                    Name="Release|Win32" 
     670                    > 
     671                    <Tool 
     672                        Name="VCCustomBuildTool" 
     673                        Description="$(InputFileName)" 
     674                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     675                        Outputs="$(OutDir)\$(InputFileName)" 
     676                    /> 
     677                </FileConfiguration> 
     678            </File> 
     679            <File 
     680                RelativePath="..\lib\OIS_d.dll" 
     681                > 
     682                <FileConfiguration 
     683                    Name="Debug|Win32" 
     684                    > 
     685                    <Tool 
     686                        Name="VCCustomBuildTool" 
     687                        Description="$(InputFileName)" 
     688                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     689                        Outputs="$(OutDir)\$(InputFileName)" 
     690                    /> 
     691                </FileConfiguration> 
     692                <FileConfiguration 
     693                    Name="Release|Win32" 
     694                    ExcludedFromBuild="true" 
     695                    > 
     696                    <Tool 
     697                        Name="VCCustomBuildTool" 
     698                        Description="$(InputFileName)" 
     699                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     700                        Outputs="$(OutDir)\$(InputFileName)" 
     701                    /> 
     702                </FileConfiguration> 
     703            </File> 
     704            <File 
     705                RelativePath="..\lib\zlib1.dll" 
     706                > 
     707                <FileConfiguration 
     708                    Name="Debug|Win32" 
     709                    > 
     710                    <Tool 
     711                        Name="VCCustomBuildTool" 
     712                        Description="$(InputFileName)" 
     713                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     714                        Outputs="$(OutDir)\$(InputFileName)" 
     715                    /> 
     716                </FileConfiguration> 
     717                <FileConfiguration 
     718                    Name="Release|Win32" 
     719                    > 
     720                    <Tool 
     721                        Name="VCCustomBuildTool" 
     722                        Description="$(InputFileName)" 
     723                        CommandLine="copy &quot;$(InputPath)&quot; $(OutDir)&#x0D;&#x0A;" 
     724                        Outputs="$(OutDir)\$(InputFileName)" 
     725                    /> 
    561726                </FileConfiguration> 
    562727            </File> 
    563728        </Filter> 
    564729        <File 
    565             RelativePath=".\Game2\About.bmp"> 
     730            RelativePath=".\Game2\About.bmp" 
     731            > 
    566732        </File> 
    567733        <File 
    568             RelativePath="..\include\config-win32.h"> 
     734            RelativePath="..\include\config-win32.h" 
     735            > 
    569736        </File> 
    570737        <File 
    571             RelativePath=".\Game2\Game2.exe.manifest"> 
     738            RelativePath=".\Game2\Game2.exe.manifest" 
     739            > 
     740            <FileConfiguration 
     741                Name="Debug|Win32" 
     742                ExcludedFromBuild="true" 
     743                > 
     744                <Tool 
     745                    Name="VCCustomBuildTool" 
     746                /> 
     747            </FileConfiguration> 
     748            <FileConfiguration 
     749                Name="Release|Win32" 
     750                ExcludedFromBuild="true" 
     751                > 
     752                <Tool 
     753                    Name="VCCustomBuildTool" 
     754                /> 
     755            </FileConfiguration> 
    572756        </File> 
    573757        <File 
    574             RelativePath=".\Game2\icon3.ico"> 
     758            RelativePath=".\Game2\icon3.ico" 
     759            > 
    575760        </File> 
    576761        <File 
    577             RelativePath=".\Game2\warning.ico"> 
     762            RelativePath=".\Game2\warning.ico" 
     763            > 
    578764        </File> 
    579765    </Files> 
  • trunk/client/Game2/RoomListDialog.h

    r772 r850  
    7575 
    7676    protected: 
    77         static const WM_APP_LOAD_COMPLETE = WM_APP + 20; 
     77        static const int WM_APP_LOAD_COMPLETE = WM_APP + 20; 
    7878}; 
    7979 
  • 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> 
  • trunk/compilers/ResourceCompiler/ResourceCompiler.vcproj

    r226 r850  
    22<VisualStudioProject 
    33    ProjectType="Visual C++" 
    4     Version="7.10" 
     4    Version="8.00" 
    55    Name="resourcecompiler" 
    66    ProjectGUID="{DDC913AD-31C6-481A-BD31-3949CBF06FE3}" 
    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" 
    22             CharacterSet="2"> 
     24            ATLMinimizesCRunTimeLibraryUsage="false" 
     25            CharacterSet="2" 
     26            > 
     27            <Tool 
     28                Name="VCPreBuildEventTool" 
     29            /> 
     30            <Tool 
     31                Name="VCCustomBuildTool" 
     32            /> 
     33            <Tool 
     34                Name="VCXMLDataGeneratorTool" 
     35            /> 
     36            <Tool 
     37                Name="VCWebServiceProxyGeneratorTool" 
     38            /> 
     39            <Tool 
     40                Name="VCMIDLTool" 
     41                MkTypLibCompatible="true" 
     42                TypeLibraryName=".\..\Debug/ResourceCompiler.tlb" 
     43            /> 
    2344            <Tool 
    2445                Name="VCCLCompilerTool" 
     
    2748                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 
    2849                RuntimeLibrary="3" 
    29                 RuntimeTypeInfo="TRUE" 
    30                 UsePrecompiledHeader="3" 
     50                RuntimeTypeInfo="true" 
     51                UsePrecompiledHeader="2" 
    3152                AssemblerListingLocation=".\Debug/" 
    3253                ObjectFile=".\Debug/" 
    3354                ProgramDataBaseFileName=".\Debug/" 
    3455                WarningLevel="4" 
    35                 SuppressStartupBanner="TRUE" 
     56                SuppressStartupBanner="true" 
    3657                DebugInformationFormat="4" 
    37                 CompileAs="0"/> 
    38             <Tool 
    39                 Name="VCCustomBuildTool"/> 
     58                CompileAs="0" 
     59            /> 
     60            <Tool 
     61                Name="VCManagedResourceCompilerTool" 
     62            /> 
     63            <Tool 
     64                Name="VCResourceCompilerTool" 
     65                PreprocessorDefinitions="_AFXDLL;_DEBUG" 
     66                Culture="1033" 
     67            /> 
     68            <Tool 
     69                Name="VCPreLinkEventTool" 
     70            /> 
    4071            <Tool 
    4172                Name="VCLinkerTool" 
     
    4374                OutputFile=".\..\..\Debug/ResourceCompiler.exe" 
    4475                LinkIncremental="2" 
    45                 SuppressStartupBanner="TRUE" 
    46                 GenerateDebugInformation="TRUE" 
     76                SuppressStartupBanner="true" 
     77                GenerateDebugInformation="true" 
    4778                ProgramDatabaseFile=".\..\..\Debug/ResourceCompiler.pdb" 
    48                 SubSystem="1"/> 
    49             <Tool 
    50                 Name="VCMIDLTool" 
    51                 MkTypLibCompatible="TRUE" 
    52                 TypeLibraryName=".\..\Debug/ResourceCompiler.tlb"/> 
    53             <Tool 
    54                 Name="VCPostBuildEventTool"/> 
    55             <Tool 
    56                 Name="VCPreBuildEventTool"/> 
    57             <Tool 
    58                 Name="VCPreLinkEventTool"/> 
    59             <Tool 
    60                 Name="VCResourceCompilerTool" 
    61                 PreprocessorDefinitions="_AFXDLL;_DEBUG" 
    62                 Culture="1033"/> 
    63             <Tool 
    64                 Name="VCWebServiceProxyGeneratorTool"/> 
    65             <Tool 
    66                 Name="VCXMLDataGeneratorTool"/> 
    67             <Tool 
    68                 Name="VCWebDeploymentTool"/> 
    69             <Tool 
    70                 Name="VCManagedWrapperGeneratorTool"/> 
    71             <Tool 
    72                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     79                SubSystem="1" 
     80            /> 
     81            <Tool 
     82                Name="VCALinkTool" 
     83            /> 
     84            <Tool 
     85                Name="VCManifestTool" 
     86            /> 
     87            <Tool 
     88                Name="VCXDCMakeTool" 
     89            /> 
     90            <Tool 
     91                Name="VCBscMakeTool" 
     92            /> 
     93            <Tool 
     94                Name="VCFxCopTool" 
     95            /> 
     96            <Tool 
     97                Name="VCAppVerifierTool" 
     98            /> 
     99            <Tool 
     100                Name="VCWebDeploymentTool" 
     101            /> 
     102            <Tool 
     103                Name="VCPostBuildEventTool" 
     104            /> 
    73105        </Configuration> 
    74106        <Configuration 
     
    76108            OutputDirectory=".\..\..\Release" 
    77109            IntermediateDirectory=".\Release" 
    78             ConfigurationType="1"> 
     110            ConfigurationType="1" 
     111            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     112            > 
     113            <Tool 
     114                Name="VCPreBuildEventTool" 
     115            /> 
     116            <Tool 
     117                Name="VCCustomBuildTool" 
     118            /> 
     119            <Tool 
     120                Name="VCXMLDataGeneratorTool" 
     121            /> 
     122            <Tool 
     123                Name="VCWebServiceProxyGeneratorTool" 
     124            /> 
     125            <Tool 
     126                Name="VCMIDLTool" 
     127            /> 
    79128            <Tool 
    80129                Name="VCCLCompilerTool" 
    81130                RuntimeLibrary="0" 
    82                 UsePrecompiledHeader="3"/> 
    83             <Tool 
    84                 Name="VCCustomBuildTool"/> 
     131                UsePrecompiledHeader="2" 
     132            /> 
     133            <Tool 
     134                Name="VCManagedResourceCompilerTool" 
     135            /> 
     136            <Tool 
     137                Name="VCResourceCompilerTool" 
     138            /> 
     139            <Tool 
     140                Name="VCPreLinkEventTool" 
     141            /> 
    85142            <Tool 
    86143                Name="VCLinkerTool" 
    87                 OutputFile=".\..\..\Release\ResourceCompiler.exe"/> 
    88             <Tool 
    89                 Name="VCMIDLTool"/> 
    90             <Tool 
    91                 Name="VCPostBuildEventTool"/> 
    92             <Tool 
    93                 Name="VCPreBuildEventTool"/> 
    94             <Tool 
    95                 Name="VCPreLinkEventTool"/> 
    96             <Tool 
    97                 Name="VCResourceCompilerTool"/> 
    98             <Tool 
    99                 Name="VCWebServiceProxyGeneratorTool"/> 
    100             <Tool 
    101                 Name="VCXMLDataGeneratorTool"/> 
    102             <Tool 
    103                 Name="VCWebDeploymentTool"/> 
    104             <Tool 
    105                 Name="VCManagedWrapperGeneratorTool"/> 
    106             <Tool 
    107                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     144                OutputFile=".\..\..\Release\ResourceCompiler.exe" 
     145            /> 
     146            <Tool 
     147                Name="VCALinkTool" 
     148            /> 
     149            <Tool 
     150                Name="VCManifestTool" 
     151            /> 
     152            <Tool 
     153                Name="VCXDCMakeTool" 
     154            /> 
     155            <Tool 
     156                Name="VCBscMakeTool" 
     157            /> 
     158            <Tool 
     159                Name="VCFxCopTool" 
     160            /> 
     161            <Tool 
     162                Name="VCAppVerifierTool" 
     163            /> 
     164            <Tool 
     165                Name="VCWebDeploymentTool" 
     166            /> 
     167            <Tool 
     168                Name="VCPostBuildEventTool" 
     169            /> 
    108170        </Configuration> 
    109171    </Configurations> 
     
    113175        <Filter 
    114176            Name="Source Files" 
    115             Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"> 
    116             <File 
    117                 RelativePath=".\BitmapHelper.cpp"> 
    118             </File> 
    119             <File 
    120                 RelativePath=".\ResActorBuilder.cpp"> 
    121             </File> 
    122             <File 
    123                 RelativePath=".\ResBitmapBuilder.cpp"> 
    124             </File> 
    125             <File 
    126                 RelativePath=".\ResourceCompiler.cpp"> 
    127             </File> 
    128             <File 
    129                 RelativePath=".\ResourceLibBuilder.cpp"> 
    130             </File> 
    131             <File 
    132                 RelativePath=".\ResSoundBuilder.cpp"> 
    133             </File> 
    134             <File 
    135                 RelativePath=".\ResSpriteBuilder.cpp"> 
    136             </File> 
    137             <File 
    138                 RelativePath=".\StdAfx.cpp"> 
     177            Filter="cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" 
     178            > 
     179            <File 
     180                RelativePath=".\BitmapHelper.cpp" 
     181                > 
     182            </File> 
     183            <File 
     184                RelativePath=".\ResActorBuilder.cpp" 
     185                > 
     186            </File> 
     187            <File 
     188                RelativePath=".\ResBitmapBuilder.cpp" 
     189                > 
     190            </File> 
     191            <File 
     192                RelativePath=".\ResourceCompiler.cpp" 
     193                > 
     194            </File> 
     195            <File 
     196                RelativePath=".\ResourceLibBuilder.cpp" 
     197                > 
     198            </File> 
     199            <File 
     200                RelativePath=".\ResSoundBuilder.cpp" 
     201                > 
     202            </File> 
     203            <File 
     204                RelativePath=".\ResSpriteBuilder.cpp" 
     205                > 
     206            </File> 
     207            <File 
     208                RelativePath=".\StdAfx.cpp" 
     209                > 
    139210                <FileConfiguration 
    140                     Name="Debug|Win32"> 
     211                    Name="Debug|Win32" 
     212                    > 
    141213                    <Tool 
    142214                        Name="VCCLCompilerTool" 
    143                         UsePrecompiledHeader="1"/> 
     215                        UsePrecompiledHeader="1" 
     216                    /> 
    144217                </FileConfiguration> 
    145218                <FileConfiguration 
    146                     Name="Release|Win32"> 
     219                    Name="Release|Win32" 
     220                    > 
    147221                    <Tool 
    148222                        Name="VCCLCompilerTool" 
    149                         UsePrecompiledHeader="1"/> 
     223                        UsePrecompiledHeader="1" 
     224                    /> 
    150225                </FileConfiguration> 
    151226            </File> 
    152227            <File 
    153                 RelativePath=".\TextParsing.cpp"> 
     228                RelativePath=".\TextParsing.cpp" 
     229                > 
    154230            </File> 
    155231        </Filter> 
    156232        <Filter 
    157233            Name="Header Files" 
    158             Filter=""> 
    159             <File 
    160                 RelativePath=".\BitmapHelper.h"> 
    161             </File> 
    162             <File 
    163                 RelativePath=".\ResActorBuilder.h"> 
    164             </File> 
    165             <File 
    166                 RelativePath=".\ResBitmapBuilder.h"> 
    167             </File> 
    168             <File 
    169                 RelativePath=".\ResourceLibBuilder.h"> 
    170             </File> 
    171             <File 
    172                 RelativePath=".\ResSoundBuilder.h"> 
    173             </File> 
    174             <File 
    175                 RelativePath=".\ResSpriteBuilder.h"> 
    176             </File> 
    177             <File 
    178                 RelativePath=".\StdAfx.h"> 
    179             </File> 
    180             <File 
    181                 RelativePath=".\TextParsing.h"> 
     234            > 
     235            <File 
     236                RelativePath=".\BitmapHelper.h" 
     237                > 
     238            </File> 
     239            <File 
     240                RelativePath=".\ResActorBuilder.h" 
     241                > 
     242            </File> 
     243            <File 
     244                RelativePath=".\ResBitmapBuilder.h" 
     245                > 
     246            </File> 
     247            <File 
     248                RelativePath=".\ResourceLibBuilder.h" 
     249                > 
     250            </File> 
     251            <File 
     252                RelativePath=".\ResSoundBuilder.h" 
     253                > 
     254            </File> 
     255            <File 
     256                RelativePath=".\ResSpriteBuilder.h" 
     257                > 
     258            </File> 
     259            <File 
     260                RelativePath=".\StdAfx.h" 
     261                > 
     262            </File> 
     263            <File 
     264                RelativePath=".\TextParsing.h" 
     265                > 
    182266            </File> 
    183267        </Filter> 
  • trunk/engine/engine.vcproj

    r753 r850  
    22<VisualStudioProject 
    33    ProjectType="Visual C++" 
    4     Version="7.10" 
     4    Version="8.00" 
    55    Name="engine" 
    66    ProjectGUID="{1CCF897B-2194-4646-9F09-C307664F6193}" 
    77    RootNamespace="engine" 
    8     Keyword="ManagedCProj"> 
     8    Keyword="ManagedCProj" 
     9    > 
    910    <Platforms> 
    1011        <Platform 
    11             Name="Win32"/> 
     12            Name="Win32" 
     13        /> 
    1214    </Platforms> 
     15    <ToolFiles> 
     16    </ToolFiles> 
    1317    <Configurations> 
    1418        <Configuration 
     
    1721            IntermediateDirectory="$(ConfigurationName)" 
    1822            ConfigurationType="2" 
     23            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    1924            UseOfMFC="2" 
    2025            CharacterSet="2" 
    21             ManagedExtensions="FALSE"> 
     26            ManagedExtensions="0" 
     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            /> 
    2243            <Tool 
    2344                Name="VCCLCompilerTool" 
     
    2546                AdditionalIncludeDirectories="../include;../include/lua" 
    2647                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;MR_ENGINE;YAML_DECLARE_STATIC;WITH_OPENAL" 
    27                 MinimalRebuild="FALSE" 
     48                MinimalRebuild="false" 
    2849                BasicRuntimeChecks="0" 
    2950                RuntimeLibrary="3" 
    30                 RuntimeTypeInfo="TRUE" 
    31                 UsePrecompiledHeader="3" 
     51                RuntimeTypeInfo="true" 
     52                UsePrecompiledHeader="2" 
    3253                WarningLevel="3" 
    33                 DebugInformationFormat="3"/> 
    34             <Tool 
    35                 Name="VCCustomBuildTool"/> 
     54                DebugInformationFormat="3" 
     55            /> 
     56            <Tool 
     57                Name="VCManagedResourceCompilerTool" 
     58            /> 
     59            <Tool 
     60                Name="VCResourceCompilerTool" 
     61            /> 
     62            <Tool 
     63                Name="VCPreLinkEventTool" 
     64            /> 
    3665            <Tool 
    3766                Name="VCLinkerTool" 
     
    4069                LinkIncremental="2" 
    4170                AdditionalLibraryDirectories="../lib" 
    42                 GenerateDebugInformation="TRUE" 
     71                GenerateDebugInformation="true" 
    4372                AssemblyDebug="1" 
    4473                SubSystem="2" 
    45                 BaseAddress="0x61000000"/> 
    46             <Tool 
    47                 Name="VCMIDLTool"/> 
     74                BaseAddress="0x61000000" 
     75            /> 
     76            <Tool 
     77                Name="VCALinkTool" 
     78            /> 
     79            <Tool 
     80                Name="VCManifestTool" 
     81            /> 
     82            <Tool 
     83                Name="VCXDCMakeTool" 
     84            /> 
     85            <Tool 
     86                Name="VCBscMakeTool" 
     87            /> 
     88            <Tool 
     89                Name="VCFxCopTool" 
     90            /> 
     91            <Tool 
     92                Name="VCAppVerifierTool" 
     93            /> 
     94            <Tool 
     95                Name="VCWebDeploymentTool" 
     96            /> 
    4897            <Tool 
    4998                Name="VCPostBuildEventTool" 
    50                 CommandLine="copy ..\res\ObjFac1.dat ..\share"/> 
    51             <Tool 
    52                 Name="VCPreBuildEventTool"/> 
    53             <Tool 
    54                 Name="VCPreLinkEventTool"/> 
    55             <Tool 
    56                 Name="VCResourceCompilerTool"/> 
    57             <Tool 
    58                 Name="VCWebServiceProxyGeneratorTool"/> 
    59             <Tool 
    60                 Name="VCXMLDataGeneratorTool"/> 
    61             <Tool 
    62                 Name="VCWebDeploymentTool"/> 
    63             <Tool 
    64                 Name="VCManagedWrapperGeneratorTool"/> 
    65             <Tool 
    66                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     99                CommandLine="copy ..\res\ObjFac1.dat ..\share" 
     100            /> 
    67101        </Configuration> 
    68102        <Configuration 
     
    71105            IntermediateDirectory=".\Release" 
    72106            ConfigurationType="2" 
     107            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    73108            UseOfMFC="2" 
    74109            CharacterSet="2" 
    75             ManagedExtensions="FALSE"> 
     110            ManagedExtensions="0" 
     111            > 
     112            <Tool 
     113                Name="VCPreBuildEventTool" 
     114            /> 
     115            <Tool 
     116                Name="VCCustomBuildTool" 
     117            /> 
     118            <Tool 
     119                Name="VCXMLDataGeneratorTool" 
     120            /> 
     121            <Tool 
     122                Name="VCWebServiceProxyGeneratorTool" 
     123            /> 
     124            <Tool 
     125                Name="VCMIDLTool" 
     126            /> 
    76127            <Tool 
    77128                Name="VCCLCompilerTool" 
     
    79130                AdditionalIncludeDirectories="../include;../include/lua" 
    80131                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;MR_ENGINE;YAML_DECLARE_STATIC;WITH_OPENAL" 
    81                 StringPooling="TRUE" 
    82                 MinimalRebuild="FALSE" 
     132                StringPooling="true" 
     133                MinimalRebuild="false" 
    83134                RuntimeLibrary="2" 
    84                 EnableFunctionLevelLinking="TRUE" 
    85                 RuntimeTypeInfo="TRUE" 
    86                 UsePrecompiledHeader="3" 
     135                EnableFunctionLevelLinking="true" 
     136                RuntimeTypeInfo="true" 
     137                UsePrecompiledHeader="2" 
    87138                WarningLevel="3" 
    88                 DebugInformationFormat="0"/> 
    89             <Tool 
    90                 Name="VCCustomBuildTool"/> 
     139                DebugInformationFormat="0" 
     140            /> 
     141            <Tool 
     142                Name="VCManagedResourceCompilerTool" 
     143            /> 
     144            <Tool 
     145                Name="VCResourceCompilerTool" 
     146            /> 
     147            <Tool 
     148                Name="VCPreLinkEventTool" 
     149            /> 
    91150            <Tool 
    92151                Name="VCLinkerTool" 
    93                 IgnoreImportLibrary="FALSE" 
     152                IgnoreImportLibrary="false" 
    94153                AdditionalOptions="/MACHINE:I386" 
    95                 AdditionalDependencies="winmm.lib yaml.lib ddraw.lib dxguid.lib dsound.lib  lua5.1.lib libcurl.lib" 
     154                AdditionalDependencies="winmm.lib yaml.lib ddraw.lib dxguid.lib dsound.lib lua5.1.lib libcurl.lib" 
    96155                OutputFile=".\..\Release\engine.dll" 
    97156                LinkIncremental="1" 
    98                 SuppressStartupBanner="TRUE" 
     157                SuppressStartupBanner="true" 
    99158                AdditionalLibraryDirectories="..\lib" 
    100                 GenerateDebugInformation="FALSE" 
     159                GenerateDebugInformation="false" 
    101160                SubSystem="2" 
    102161                BaseAddress="0x61000000" 
    103                 FixedBaseAddress="0"/> 
    104             <Tool 
    105                 Name="VCMIDLTool"/> 
     162                FixedBaseAddress="0" 
     163            /> 
     164            <Tool 
     165                Name="VCALinkTool" 
     166            /> 
     167            <Tool 
     168                Name="VCManifestTool" 
     169            /> 
     170            <Tool 
     171                Name="VCXDCMakeTool" 
     172            /> 
     173            <Tool 
     174                Name="VCBscMakeTool" 
     175            /> 
     176            <Tool 
     177                Name="VCFxCopTool" 
     178            /> 
     179            <Tool 
     180                Name="VCAppVerifierTool" 
     181            /> 
     182            <Tool 
     183                Name="VCWebDeploymentTool" 
     184            /> 
    106185            <Tool 
    107186                Name="VCPostBuildEventTool" 
    108                 CommandLine="copy ..\res\ObjFac1.dat ..\share"/> 
    109             <Tool 
    110                 Name="VCPreBuildEventTool"/> 
    111             <Tool 
    112                 Name="VCPreLinkEventTool"/> 
    113             <Tool 
    114                 Name="VCResourceCompilerTool"/> 
    115             <Tool 
    116                 Name="VCWebServiceProxyGeneratorTool"/> 
    117             <Tool 
    118                 Name="VCXMLDataGeneratorTool"/> 
    119             <Tool 
    120                 Name="VCWebDeploymentTool"/> 
    121             <Tool 
    122                 Name="VCManagedWrapperGeneratorTool"/> 
    123             <Tool 
    124                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     187                CommandLine="copy ..\res\ObjFac1.dat ..\share" 
     188            /> 
    125189        </Configuration> 
    126190    </Configurations> 
     
    130194        <Filter 
    131195            Name="ColorTools" 
    132             Filter=""> 
    133             <File 
    134                 RelativePath=".\ColorTools\ColorTools.cpp"> 
    135             </File> 
    136             <File 
    137                 RelativePath=".\ColorTools\ColorTools.h"> 
     196            > 
     197            <File 
     198                RelativePath=".\ColorTools\ColorTools.cpp" 
     199                > 
     200            </File> 
     201            <File 
     202                RelativePath=".\ColorTools\ColorTools.h" 
     203                > 
    138204            </File> 
    139205        </Filter> 
    140206        <Filter 
    141207            Name="MainCharacter" 
    142             Filter=""> 
    143             <File 
    144                 RelativePath=".\MainCharacter\MainCharacter.cpp"> 
    145             </File> 
    146             <File 
    147                 RelativePath=".\MainCharacter\MainCharacter.h"> 
    148             </File> 
    149             <File 
    150                 RelativePath=".\MainCharacter\MainCharacterRenderer.cpp"> 
    151             </File> 
    152             <File 
    153                 RelativePath=".\MainCharacter\MainCharacterRenderer.h"> 
     208            > 
     209            <File 
     210                RelativePath=".\MainCharacter\MainCharacter.cpp" 
     211                > 
     212            </File> 
     213            <File 
     214                RelativePath=".\MainCharacter\MainCharacter.h" 
     215                > 
     216            </File> 
     217            <File 
     218                RelativePath=".\MainCharacter\MainCharacterRenderer.cpp" 
     219                > 
     220            </File> 
     221            <File 
     222                RelativePath=".\MainCharacter\MainCharacterRenderer.h" 
     223                > 
    154224            </File> 
    155225        </Filter> 
    156226        <Filter 
    157227            Name="Model" 
    158             Filter=""> 
    159             <File 
    160                 RelativePath=".\Model\ActorPool.h"> 
    161             </File> 
    162             <File 
    163                 RelativePath=".\Model\ConcreteShape.cpp"> 
    164             </File> 
    165             <File 
    166                 RelativePath=".\Model\ConcreteShape.h"> 
    167             </File> 
    168             <File 
    169                 RelativePath=".\Model\ContactEffect.cpp"> 
    170             </File> 
    171             <File 
    172                 RelativePath=".\Model\ContactEffect.h"> 
    173             </File> 
    174             <File 
    175                 RelativePath=".\Model\FreeElementMovingHelper.cpp"> 
    176             </File> 
    177             <File 
    178                 RelativePath=".\Model\FreeElementMovingHelper.h"> 
    179             </File> 
    180             <File 
    181                 RelativePath=".\Model\GameSession.cpp"> 
    182             </File> 
    183             <File 
    184                 RelativePath=".\Model\GameSession.h"> 
    185             </File> 
    186             <File 
    187                 RelativePath=".\Model\Level.cpp"> 
    188             </File> 
    189             <File 
    190                 RelativePath=".\Model\Level.h"> 
    191             </File> 
    192             <File 
    193                 RelativePath=".\Model\MazeElement.cpp"> 
    194             </File> 
    195             <File 
    196                 RelativePath=".\Model\MazeElement.h"> 
    197             </File> 
    198             <File 
    199                 RelativePath=".\Model\PhysicalCollision.cpp"> 
    200             </File> 
    201             <File 
    202                 RelativePath=".\Model\PhysicalCollision.h"> 
    203             </File> 
    204             <File 
    205                 RelativePath=".\Model\RaceEffects.h"> 
    206             </File> 
    207             <File 
    208                 RelativePath=".\Model\ShapeCollisions.cpp"> 
    209             </File> 
    210             <File 
    211                 RelativePath=".\Model\ShapeCollisions.h"> 
    212             </File> 
    213             <File 
    214                 RelativePath=".\Model\Shapes.cpp"> 
    215             </File> 
    216             <File 
    217                 RelativePath=".\Model\Shapes.h"> 
     228            > 
     229            <File 
     230                RelativePath=".\Model\ActorPool.h" 
     231                > 
     232            </File> 
     233            <File 
     234                RelativePath=".\Model\ConcreteShape.cpp" 
     235                > 
     236            </File> 
     237            <File 
     238                RelativePath=".\Model\ConcreteShape.h" 
     239                > 
     240            </File> 
     241            <File 
     242                RelativePath=".\Model\ContactEffect.cpp" 
     243                > 
     244            </File> 
     245            <File 
     246                RelativePath=".\Model\ContactEffect.h" 
     247                > 
     248            </File> 
     249            <File 
     250                RelativePath=".\Model\FreeElementMovingHelper.cpp" 
     251                > 
     252            </File> 
     253            <File 
     254                RelativePath=".\Model\FreeElementMovingHelper.h" 
     255                > 
     256            </File> 
     257            <File 
     258                RelativePath=".\Model\GameSession.cpp" 
     259                > 
     260            </File> 
     261            <File 
     262                RelativePath=".\Model\GameSession.h" 
     263                > 
     264            </File> 
     265            <File 
     266                RelativePath=".\Model\Level.cpp" 
     267                > 
     268            </File> 
     269            <File 
     270                RelativePath=".\Model\Level.h" 
     271                > 
     272            </File> 
     273            <File 
     274                RelativePath=".\Model\MazeElement.cpp" 
     275                > 
     276            </File> 
     277            <File 
     278                RelativePath=".\Model\MazeElement.h" 
     279                > 
     280            </File> 
     281            <File 
     282                RelativePath=".\Model\PhysicalCollision.cpp" 
     283                > 
     284            </File> 
     285            <File 
     286                RelativePath=".\Model\PhysicalCollision.h" 
     287                > 
     288            </File> 
     289            <File 
     290                RelativePath=".\Model\RaceEffects.h" 
     291                > 
     292            </File> 
     293            <File 
     294                RelativePath=".\Model\ShapeCollisions.cpp" 
     295                > 
     296            </File> 
     297            <File 
     298                RelativePath=".\Model\ShapeCollisions.h" 
     299                > 
     300            </File> 
     301            <File 
     302                RelativePath=".\Model\Shapes.cpp" 
     303                > 
     304            </File> 
     305            <File 
     306                RelativePath=".\Model\Shapes.h" 
     307                > 
    218308            </File> 
    219309        </Filter> 
    220310        <Filter 
    221311            Name="ObjFac1" 
    222             Filter=""> 
    223             <File 
    224                 RelativePath=".\ObjFac1\BallElement.cpp"> 
    225             </File> 
    226             <File 
    227                 RelativePath=".\ObjFac1\BallElement.h"> 
    228             </File> 
    229             <File 
    230                 RelativePath=".\ObjFac1\BumperGate.cpp"> 
    231             </File> 
    232             <File 
    233                 RelativePath=".\ObjFac1\BumperGate.h"> 
    234             </File> 
    235             <File 
    236                 RelativePath=".\ObjFac1\DefaultSurface.cpp"> 
    237             </File> 
    238             <File 
    239                 RelativePath=".\ObjFac1\DefaultSurface.h"> 
    240             </File> 
    241             <File 
    242                 RelativePath=".\ObjFac1\DoubleSpeedSource.cpp"> 
    243             </File> 
    244             <File 
    245                 RelativePath=".\ObjFac1\DoubleSpeedSource.h"> 
    246             </File> 
    247             <File 
    248                 RelativePath=".\ObjFac1\FinishLine.cpp"> 
    249             </File> 
    250             <File 
    251                 RelativePath=".\ObjFac1\FinishLine.h"> 
    252             </File> 
    253             <File 
    254                 RelativePath=".\ObjFac1\FuelSource.cpp"> 
    255             </File> 
    256             <File 
    257                 RelativePath=".\ObjFac1\FuelSource.h"> 
    258             </File> 
    259             <File 
    260                 RelativePath=".\ObjFac1\gate.h"> 
    261             </File> 
    262             <File 
    263                 RelativePath=".\ObjFac1\GenericRenderer.cpp"> 
    264             </File> 
    265             <File 
    266                 RelativePath=".\ObjFac1\GenericRenderer.h"> 
    267             </File> 
    268             <File 
    269                 RelativePath=".\ObjFac1\HoverRender.cpp"> 
    270             </File> 
    271             <File 
    272                 RelativePath=".\ObjFac1\HoverRender.h"> 
    273             </File> 
    274             <File 
    275                 RelativePath=".\ObjFac1\Mine.cpp"> 
    276             </File> 
    277             <File 
    278                 RelativePath=".\ObjFac1\Mine.h"> 
    279             </File> 
    280             <File 
    281                 RelativePath=".\ObjFac1\Missile.cpp"> 
    282             </File> 
    283             <File 
    284                 RelativePath=".\ObjFac1\Missile.h"> 
    285             </File> 
    286             <File 
    287                 RelativePath=".\ObjFac1\ObjFac1.cpp"> 
    288             </File> 
    289             <File 
    290                 RelativePath=".\ObjFac1\ObjFac1.h"> 
    291             </File> 
    292             <File 
    293                 RelativePath=".\ObjFac1\ObjFac1Res.h"> 
    294             </File> 
    295             <File 
    296                 RelativePath=".\ObjFac1\PowerUp.cpp"> 
    297             </File> 
    298             <File 
    299                 RelativePath=".\ObjFac1\PowerUp.h"> 
    300             </File> 
    301             <File 
    302                 RelativePath=".\ObjFac1\TestElement.cpp"> 
    303             </File> 
    304             <File 
    305                 RelativePath=".\ObjFac1\TestElement.h"> 
    306             </File> 
    307             <File 
    308                 RelativePath=".\ObjFac1\WoodSurface.cpp"> 
    309             </File> 
    310             <File 
    311                 RelativePath=".\ObjFac1\WoodSurface.h"> 
     312            > 
     313            <File 
     314                RelativePath=".\ObjFac1\BallElement.cpp" 
     315                > 
     316            </File> 
     317            <File 
     318                RelativePath=".\ObjFac1\BallElement.h" 
     319                > 
     320            </File> 
     321            <File 
     322                RelativePath=".\ObjFac1\BumperGate.cpp" 
     323                > 
     324            </File> 
     325            <File 
     326                RelativePath=".\ObjFac1\BumperGate.h" 
     327                > 
     328            </File> 
     329            <File 
     330                RelativePath=".\ObjFac1\DefaultSurface.cpp" 
     331                > 
     332            </File> 
     333            <File 
     334                RelativePath=".\ObjFac1\DefaultSurface.h" 
     335                > 
     336            </File> 
     337            <File 
     338                RelativePath=".\ObjFac1\DoubleSpeedSource.cpp" 
     339                > 
     340            </File> 
     341            <File 
     342                RelativePath=".\ObjFac1\DoubleSpeedSource.h" 
     343                > 
     344            </File> 
     345            <File 
     346                RelativePath=".\ObjFac1\FinishLine.cpp" 
     347                > 
     348            </File> 
     349            <File 
     350                RelativePath=".\ObjFac1\FinishLine.h" 
     351                > 
     352            </File> 
     353            <File 
     354                RelativePath=".\ObjFac1\FuelSource.cpp" 
     355                > 
     356            </File> 
     357            <File 
     358                RelativePath=".\ObjFac1\FuelSource.h" 
     359                > 
     360            </File> 
     361            <File 
     362                RelativePath=".\ObjFac1\gate.h" 
     363                > 
     364            </File> 
     365            <File 
     366                RelativePath=".\ObjFac1\GenericRenderer.cpp" 
     367                > 
     368            </File> 
     369            <File 
     370                RelativePath=".\ObjFac1\GenericRenderer.h" 
     371                > 
     372            </File> 
     373            <File 
     374                RelativePath=".\ObjFac1\HoverRender.cpp" 
     375                > 
     376            </File> 
     377            <File 
     378                RelativePath=".\ObjFac1\HoverRender.h" 
     379                > 
     380            </File> 
     381            <File 
     382                RelativePath=".\ObjFac1\Mine.cpp" 
     383                > 
     384            </File> 
     385            <File 
     386                RelativePath=".\ObjFac1\Mine.h" 
     387                > 
     388            </File> 
     389            <File 
     390                RelativePath=".\ObjFac1\Missile.cpp" 
     391                > 
     392            </File> 
     393            <File 
     394                RelativePath=".\ObjFac1\Missile.h" 
     395                > 
     396            </File> 
     397            <File 
     398                RelativePath=".\ObjFac1\ObjFac1.cpp" 
     399                > 
     400            </File> 
     401            <File 
     402                RelativePath=".\ObjFac1\ObjFac1.h" 
     403                > 
     404            </File> 
     405            <File 
     406                RelativePath=".\ObjFac1\ObjFac1Res.h" 
     407                > 
     408            </File> 
     409            <File 
     410                RelativePath=".\ObjFac1\PowerUp.cpp" 
     411                > 
     412            </File> 
     413            <File 
     414                RelativePath=".\ObjFac1\PowerUp.h" 
     415                > 
     416            </File> 
     417            <File 
     418                RelativePath=".\ObjFac1\TestElement.cpp" 
     419                > 
     420            </File> 
     421            <File 
     422                RelativePath=".\ObjFac1\TestElement.h" 
     423                > 
     424            </File> 
     425            <File 
     426                RelativePath=".\ObjFac1\WoodSurface.cpp" 
     427                > 
     428            </File> 
     429            <File 
     430                RelativePath=".\ObjFac1\WoodSurface.h" 
     431                > 
    312432            </File> 
    313433        </Filter> 
    314434        <Filter 
    315435            Name="ObjFacTools" 
    316             Filter=""> 
    317             <File 
    318                 RelativePath=".\ObjFacTools\BitmapSurface.cpp"> 
    319             </File> 
    320             <File 
    321                 RelativePath=".\ObjFacTools\BitmapSurface.h"> 
    322             </File> 
    323             <File 
    324                 RelativePath=".\ObjFacTools\FreeElementBase.cpp"> 
    325             </File> 
    326             <File 
    327                 RelativePath=".\ObjFacTools\FreeElementBase.h"> 
    328             </File> 
    329             <File 
    330                 RelativePath=".\ObjFacTools\FreeElementBaseRenderer.cpp"> 
    331             </File> 
    332             <File 
    333                 RelativePath=".\ObjFacTools\FreeElementBaseRenderer.h"> 
    334             </File> 
    335             <File 
    336                 RelativePath=".\ObjFacTools\MovementSpec.h"> 
    337             </File> 
    338             <File 
    339                 RelativePath=".\ObjFacTools\ResActor.cpp"> 
    340             </File> 
    341             <File 
    342                 RelativePath=".\ObjFacTools\ResActor.h"> 
    343             </File> 
    344             <File 
    345                 RelativePath=".\ObjFacTools\ResBitmap.cpp"> 
    346             </File> 
    347             <File 
    348                 RelativePath=".\ObjFacTools\ResBitmap.h"> 
    349             </File> 
    350             <File 
    351                 RelativePath=".\ObjFacTools\ResourceLib.cpp"> 
    352             </File> 
    353             <File 
    354                 RelativePath=".\ObjFacTools\ResourceLib.h"> 
    355             </File> 
    356             <File 
    357                 RelativePath=".\ObjFacTools\ResSound.cpp"> 
    358             </File> 
    359             <File 
    360                 RelativePath=".\ObjFacTools\ResSound.h"> 
    361             </File> 
    362             <File 
    363                 RelativePath=".\ObjFacTools\ResSprite.cpp"> 
    364             </File> 
    365             <File 
    366                 RelativePath=".\ObjFacTools\ResSprite.h"> 
    367             </File> 
    368             <File 
    369                 RelativePath=".\ObjFacTools\SpriteHandle.cpp"> 
    370             </File> 
    371             <File 
    372                 RelativePath=".\ObjFacTools\SpriteHandle.h"> 
     436            > 
     437            <File 
     438                RelativePath=".\ObjFacTools\BitmapSurface.cpp" 
     439                > 
     440            </File> 
     441            <File 
     442                RelativePath=".\ObjFacTools\BitmapSurface.h" 
     443                > 
     444            </File> 
     445            <File 
     446                RelativePath=".\ObjFacTools\FreeElementBase.cpp" 
     447                > 
     448            </File> 
     449            <File 
     450                RelativePath=".\ObjFacTools\FreeElementBase.h" 
     451                > 
     452            </File> 
     453            <File 
     454                RelativePath=".\ObjFacTools\FreeElementBaseRenderer.cpp" 
     455                > 
     456            </File> 
     457            <File 
     458                RelativePath=".\ObjFacTools\FreeElementBaseRenderer.h" 
     459                > 
     460            </File> 
     461            <File 
     462                RelativePath=".\ObjFacTools\MovementSpec.h" 
     463                > 
     464            </File> 
     465            <File 
     466                RelativePath=".\ObjFacTools\ResActor.cpp" 
     467                > 
     468            </File> 
     469            <File 
     470                RelativePath=".\ObjFacTools\ResActor.h" 
     471                > 
     472            </File> 
     473            <File 
     474                RelativePath=".\ObjFacTools\ResBitmap.cpp" 
     475                > 
     476            </File> 
     477            <File 
     478                RelativePath=".\ObjFacTools\ResBitmap.h" 
     479                > 
     480            </File> 
     481            <File 
     482                RelativePath=".\ObjFacTools\ResourceLib.cpp" 
     483                > 
     484            </File> 
     485            <File 
     486                RelativePath=".\ObjFacTools\ResourceLib.h" 
     487                > 
     488            </File> 
     489            <File 
     490                RelativePath=".\ObjFacTools\ResSound.cpp" 
     491                > 
     492            </File> 
     493            <File 
     494                RelativePath=".\ObjFacTools\ResSound.h" 
     495                > 
     496            </File> 
     497            <File 
     498                RelativePath=".\ObjFacTools\ResSprite.cpp" 
     499                > 
     500            </File> 
     501            <File 
     502                RelativePath=".\ObjFacTools\ResSprite.h" 
     503                > 
     504            </File> 
     505            <File 
     506                RelativePath=".\ObjFacTools\SpriteHandle.cpp" 
     507                > 
     508            </File> 
     509            <File 
     510                RelativePath=".\ObjFacTools\SpriteHandle.h" 
     511                > 
    373512            </File> 
    374513        </Filter> 
    375514        <Filter 
    376515            Name="PaletteCreator" 
    377             Filter=""> 
    378             <File 
    379                 RelativePath=".\PaletteCreator\PaletteCreator.cpp"> 
     516            > 
     517            <File 
     518                RelativePath=".\PaletteCreator\PaletteCreator.cpp" 
     519                > 
    380520            </File> 
    381521        </Filter> 
    382522        <Filter 
    383523            Name="Util" 
    384             Filter=""> 
    385             <File 
    386                 RelativePath=".\Util\BitPacking.h"> 
    387             </File> 
    388             <File 
    389                 RelativePath=".\Util\Config.cpp"> 
    390             </File> 
    391             <File 
    392                 RelativePath=".\Util\Config.h"> 
    393             </File> 
    394             <File 
    395                 RelativePath=".\Util\Cursor.h"> 
    396             </File> 
    397             <File 
    398                 RelativePath=".\Util\DllObjectFactory.cpp"> 
    399             </File> 
    400             <File 
    401                 RelativePath=".\Util\DllObjectFactory.h"> 
    402             </File> 
    403             <File 
    404                 RelativePath=".\Util\FastArray.h"> 
    405             </File> 
    406             <File 
    407                 RelativePath=".\Util\FastFifo.h"> 
    408             </File> 
    409             <File 
    410                 RelativePath=".\Util\FastMemManip.h"> 
    411             </File> 
    412             <File 
    413                 RelativePath=".\Util\FuzzyLogic.cpp"> 
    414             </File> 
    415             <File 
    416                 RelativePath=".\Util\FuzzyLogic.h"> 
    417             </File> 
    418             <File 
    419                 RelativePath=".\Util\KeyHandling.h"> 
    420             </File> 
    421             <File 
    422                 RelativePath=".\Util\MR_Types.h"> 
    423             </File> 
    424             <File 
    425                 RelativePath=".\Util\NET.rc"> 
    426             </File> 
    427             <File 
    428                 RelativePath=".\Util\OS.cpp"> 
    429             </File> 
    430             <File 
    431                 RelativePath=".\Util\OS.h"> 
    432             </File> 
    433             <File 
    434                 RelativePath=".\Util\Profiler.cpp"> 
    435             </File> 
    436             <File 
    437                 RelativePath=".\Util\Profiler.h"> 
    438             </File> 
    439             <File 
    440                 RelativePath=".\Util\RecordFile.cpp"> 
    441             </File> 
    442             <File 
    443                 RelativePath=".\Util\RecordFile.h"> 
    444             </File> 
    445             <File 
    446                 RelativePath=".\Util\resource.h"> 
    447             </File> 
    448             <File 
    449                 RelativePath=".\Util\Str.cpp"> 
    450             </File> 
    451             <File 
    452                 RelativePath=".\Util\Str.h"> 
    453             </File> 
    454             <File 
    455                 RelativePath=".\Util\StrRes.cpp"> 
    456             </File> 
    457             <File 
    458                 RelativePath=".\Util\StrRes.h"> 
    459             </File> 
    460             <File 
    461                 RelativePath=".\Util\WorldCoordinates.cpp"> 
    462             </File> 
    463             <File 
    464                 RelativePath=".\Util\WorldCoordinates.h"> 
     524            > 
     525            <File 
     526                RelativePath=".\Util\BitPacking.h" 
     527                > 
     528            </File> 
     529            <File 
     530                RelativePath=".\Util\Config.cpp" 
     531                > 
     532            </File> 
     533            <File 
     534                RelativePath=".\Util\Config.h" 
     535                > 
     536            </File> 
     537            <File 
     538                RelativePath=".\Util\Cursor.h" 
     539                > 
     540            </File> 
     541            <File 
     542                RelativePath=".\Util\DllObjectFactory.cpp" 
     543                > 
     544            </File> 
     545            <File 
     546                RelativePath=".\Util\DllObjectFactory.h" 
     547                > 
     548            </File> 
     549            <File 
     550                RelativePath=".\Util\FastArray.h" 
     551                > 
     552            </File> 
     553            <File 
     554                RelativePath=".\Util\FastFifo.h" 
     555                > 
     556            </File> 
     557            <File 
     558                RelativePath=".\Util\FastMemManip.h" 
     559                > 
     560            </File> 
     561            <File 
     562                RelativePath=".\Util\FuzzyLogic.cpp" 
     563                > 
     564            </File> 
     565            <File 
     566                RelativePath=".\Util\FuzzyLogic.h" 
     567                > 
     568            </File> 
     569            <File 
     570                RelativePath=".\Util\KeyHandling.h" 
     571                > 
     572            </File> 
     573            <File 
     574                RelativePath=".\Util\MR_Types.h" 
     575                > 
     576            </File> 
     577            <File 
     578                RelativePath=".\Util\NET.rc" 
     579                > 
     580            </File> 
     581            <File 
     582                RelativePath=".\Util\OS.cpp" 
     583                > 
     584            </File> 
     585            <File 
     586                RelativePath=".\Util\OS.h" 
     587                > 
     588            </File> 
     589            <File 
     590                RelativePath=".\Util\Profiler.cpp" 
     591                > 
     592            </File> 
     593            <File 
     594                RelativePath=".\Util\Profiler.h" 
     595                > 
     596            </File> 
     597            <File 
     598                RelativePath=".\Util\RecordFile.cpp" 
     599                > 
     600            </File> 
     601            <File 
     602                RelativePath=".\Util\RecordFile.h" 
     603                > 
     604            </File> 
     605            <File 
     606                RelativePath=".\Util\resource.h" 
     607                > 
     608            </File> 
     609            <File 
     610                RelativePath=".\Util\Str.cpp" 
     611                > 
     612            </File> 
     613            <File 
     614                RelativePath=".\Util\Str.h" 
     615                > 
     616            </File> 
     617            <File 
     618                RelativePath=".\Util\StrRes.cpp" 
     619                > 
     620            </File> 
     621            <File 
     622                RelativePath=".\Util\StrRes.h" 
     623                > 
     624            </File> 
     625            <File 
     626                RelativePath=".\Util\WorldCoordinates.cpp" 
     627                > 
     628            </File> 
     629            <File 
     630                RelativePath=".\Util\WorldCoordinates.h" 
     631                > 
    465632            </File> 
    466633        </Filter> 
    467634        <Filter 
    468635            Name="VideoServices" 
    469             Filter=""> 
    470             <File 
    471                 RelativePath=".\VideoServices\2DViewPort.cpp"> 
    472             </File> 
    473             <File 
    474                 RelativePath=".\VideoServices\2DViewPort.h"> 
    475             </File> 
    476             <File 
    477                 RelativePath=".\VideoServices\3DViewport.cpp"> 
    478             </File> 
    479             <File 
    480                 RelativePath=".\VideoServices\3DViewport.h"> 
    481             </File> 
    482             <File 
    483                 RelativePath=".\VideoServices\3DViewportRendering.cpp"> 
    484             </File> 
    485             <File 
    486                 RelativePath=".\VideoServices\Bitmap.cpp"> 
    487             </File> 
    488             <File 
    489                 RelativePath=".\VideoServices\Bitmap.h"> 
    490             </File> 
    491             <File 
    492                 RelativePath=".\VideoServices\ColorPalette.cpp"> 
    493             </File> 
    494             <File 
    495                 RelativePath=".\VideoServices\ColorPalette.h"> 
    496             </File> 
    497             <File 
    498                 RelativePath=".\VideoServices\ColorTab.cpp"> 
    499             </File> 
    500             <File 
    501                 RelativePath=".\VideoServices\Font.cpp"> 
    502             </File> 
    503             <File 
    504                 RelativePath=".\VideoServices\Font.h"> 
    505             </File> 
    506             <File 
    507                 RelativePath=".\VideoServices\MultipartText.cpp"> 
    508             </File> 
    509             <File 
    510                 RelativePath=".\VideoServices\MultipartText.h"> 
    511             </File> 
    512             <File 
    513                 RelativePath=".\VideoServices\NumericGlyphs.cpp"> 
    514             </File> 
    515             <File 
    516                 RelativePath=".\VideoServices\NumericGlyphs.h"> 
    517             </File> 
    518             <File 
    519                 RelativePath=".\VideoServices\Patch.cpp"> 
    520             </File> 
    521             <File 
    522                 RelativePath=".\VideoServices\Patch.h"> 
    523             </File> 
    524             <File 
    525                 RelativePath=".\VideoServices\SoundServer.cpp"> 
    526             </File> 
    527             <File 
    528                 RelativePath=".\VideoServices\SoundServer.h"> 
    529             </File> 
    530             <File 
    531                 RelativePath=".\VideoServices\Sprite.cpp"> 
    532             </File> 
    533             <File 
    534                 RelativePath=".\VideoServices\Sprite.h"> 
    535             </File> 
    536             <File 
    537                 RelativePath=".\VideoServices\StaticText.cpp"> 
    538             </File> 
    539             <File 
    540                 RelativePath=".\VideoServices\StaticText.h"> 
    541             </File> 
    542             <File 
    543                 RelativePath=".\VideoServices\VideoBuffer.cpp"> 
    544             </File> 
    545             <File 
    546                 RelativePath=".\VideoServices\VideoBuffer.h"> 
    547             </File> 
    548             <File 
    549                 RelativePath=".\VideoServices\VideoBuffer2DDraw.cpp"> 
     636            > 
     637            <File 
     638                RelativePath=".\VideoServices\2DViewPort.cpp" 
     639                > 
     640            </File> 
     641            <File 
     642                RelativePath=".\VideoServices\2DViewPort.h" 
     643                > 
     644            </File> 
     645            <File 
     646                RelativePath=".\VideoServices\3DViewport.cpp" 
     647                > 
     648            </File> 
     649            <File 
     650                RelativePath=".\VideoServices\3DViewport.h" 
     651                > 
     652            </File> 
     653            <File 
     654                RelativePath=".\VideoServices\3DViewportRendering.cpp" 
     655                > 
     656            </File> 
     657            <File 
     658                RelativePath=".\VideoServices\Bitmap.cpp" 
     659                > 
     660            </File> 
     661            <File 
     662                RelativePath=".\VideoServices\Bitmap.h" 
     663                > 
     664            </File> 
     665            <File 
     666                RelativePath=".\VideoServices\ColorPalette.cpp" 
     667                > 
     668            </File> 
     669            <File 
     670                RelativePath=".\VideoServices\ColorPalette.h" 
     671                > 
     672            </File> 
     673            <File 
     674                RelativePath=".\VideoServices\ColorTab.cpp" 
     675                > 
     676            </File> 
     677            <File 
     678                RelativePath=".\VideoServices\Font.cpp" 
     679                > 
     680            </File> 
     681            <File 
     682                RelativePath=".\VideoServices\Font.h" 
     683                > 
     684            </File> 
     685            <File 
     686                RelativePath=".\VideoServices\MultipartText.cpp" 
     687                > 
     688            </File> 
     689            <File 
     690                RelativePath=".\VideoServices\MultipartText.h" 
     691                > 
     692            </File> 
     693            <File 
     694                RelativePath=".\VideoServices\NumericGlyphs.cpp" 
     695                > 
     696            </File> 
     697            <File 
     698                RelativePath=".\VideoServices\NumericGlyphs.h" 
     699                > 
     700            </File> 
     701            <File 
     702                RelativePath=".\VideoServices\Patch.cpp" 
     703                > 
     704            </File> 
     705            <File 
     706                RelativePath=".\VideoServices\Patch.h" 
     707                > 
     708            </File> 
     709            <File 
     710                RelativePath=".\VideoServices\SoundServer.cpp" 
     711                > 
     712            </File> 
     713            <File 
     714                RelativePath=".\VideoServices\SoundServer.h" 
     715                > 
     716            </File> 
     717            <File 
     718                RelativePath=".\VideoServices\Sprite.cpp" 
     719                > 
     720            </File> 
     721            <File 
     722                RelativePath=".\VideoServices\Sprite.h" 
     723                > 
     724            </File> 
     725            <File 
     726                RelativePath=".\VideoServices\StaticText.cpp" 
     727                > 
     728            </File> 
     729            <File 
     730                RelativePath=".\VideoServices\StaticText.h" 
     731                > 
     732            </File> 
     733            <File 
     734                RelativePath=".\VideoServices\VideoBuffer.cpp" 
     735                > 
     736            </File> 
     737            <File 
     738                RelativePath=".\VideoServices\VideoBuffer.h" 
     739                > 
     740            </File> 
     741            <File 
     742                RelativePath=".\VideoServices\VideoBuffer2DDraw.cpp" 
     743                > 
    550744            </File> 
    551745        </Filter> 
    552746        <Filter 
    553747            Name="yaml" 
    554             Filter=""> 
    555             <File 
    556                 RelativePath=".\Util\yaml\Emitter.cpp"> 
    557             </File> 
    558             <File 
    559                 RelativePath=".\Util\yaml\Emitter.h"> 
    560             </File> 
    561             <File 
    562                 RelativePath=".\Util\yaml\MapNode.cpp"> 
    563             </File> 
    564             <File 
    565                 RelativePath=".\Util\yaml\MapNode.h"> 
    566             </File> 
    567             <File 
    568                 RelativePath=".\Util\yaml\Node.h"> 
    569             </File> 
    570             <File 
    571                 RelativePath=".\Util\yaml\NodeFactory.cpp"> 
    572             </File> 
    573             <File 
    574                 RelativePath=".\Util\yaml\NodeFactory.h"> 
    575             </File> 
    576             <File 
    577                 RelativePath=".\Util\yaml\Parser.cpp"> 
    578             </File> 
    579             <File 
    580                 RelativePath=".\Util\yaml\Parser.h"> 
    581             </File> 
    582             <File 
    583                 RelativePath=".\Util\yaml\ScalarNode.cpp"> 
    584             </File> 
    585             <File 
    586                 RelativePath=".\Util\yaml\ScalarNode.h"> 
    587             </File> 
    588             <File 
    589                 RelativePath=".\Util\yaml\SeqNode.cpp"> 
    590             </File> 
    591             <File 
    592                 RelativePath=".\Util\yaml\SeqNode.h"> 
    593             </File> 
    594             <File 
    595                 RelativePath=".\Util\yaml\YamlExn.h"> 
     748            > 
     749            <File 
     750                RelativePath=".\Util\yaml\Emitter.cpp" 
     751                > 
     752            </File> 
     753            <File 
     754                RelativePath=".\Util\yaml\Emitter.h" 
     755                > 
     756            </File> 
     757            <File 
     758                RelativePath=".\Util\yaml\MapNode.cpp" 
     759                > 
     760            </File> 
     761            <File 
     762                RelativePath=".\Util\yaml\MapNode.h" 
     763                > 
     764            </File> 
     765            <File 
     766                RelativePath=".\Util\yaml\Node.h" 
     767                > 
     768            </File> 
     769            <File 
     770                RelativePath=".\Util\yaml\NodeFactory.cpp" 
     771                > 
     772            </File> 
     773            <File 
     774                RelativePath=".\Util\yaml\NodeFactory.h" 
     775                > 
     776            </File> 
     777            <File 
     778                RelativePath=".\Util\yaml\Parser.cpp" 
     779                > 
     780            </File> 
     781            <File 
     782                RelativePath=".\Util\yaml\Parser.h" 
     783                > 
     784            </File> 
     785            <File 
     786                RelativePath=".\Util\yaml\ScalarNode.cpp" 
     787                > 
     788            </File> 
     789            <File 
     790                RelativePath=".\Util\yaml\ScalarNode.h" 
     791                > 
     792            </File> 
     793            <File 
     794                RelativePath=".\Util\yaml\SeqNode.cpp" 
     795                > 
     796            </File> 
     797            <File 
     798                RelativePath=".\Util\yaml\SeqNode.h" 
     799                > 
     800            </File> 
     801            <File 
     802                RelativePath=".\Util\yaml\YamlExn.h" 
     803                > 
    596804            </File> 
    597805        </Filter> 
    598806        <Filter 
    599807            Name="Script" 
    600             Filter=""> 
    601             <File 
    602                 RelativePath=".\Script\Env.cpp"> 
    603             </File> 
    604             <File 
    605                 RelativePath=".\Script\Env.h"> 
    606             </File> 
    607             <File 
    608                 RelativePath=".\Script\ScriptExn.h"> 
     808            > 
     809            <File 
     810                RelativePath=".\Script\Env.cpp" 
     811                > 
     812            </File> 
     813            <File 
     814                RelativePath=".\Script\Env.h" 
     815                > 
     816            </File> 
     817            <File 
     818                RelativePath=".\Script\ScriptExn.h" 
     819                > 
    609820            </File> 
    610821        </Filter> 
    611822        <Filter 
    612823            Name="Net" 
    613             Filter=""> 
    614             <File 
    615                 RelativePath=".\Net\Agent.cpp"> 
    616             </File> 
    617             <File 
    618                 RelativePath=".\Net\Agent.h"> 
    619             </File> 
    620             <File 
    621                 RelativePath=".\Net\BaseTransfer.cpp"> 
    622             </File> 
    623             <File 
    624                 RelativePath=".\Net\BaseTransfer.h"> 
    625             </File> 
    626             <File 
    627                 RelativePath=".\Net\BlockingTransfer.cpp"> 
    628             </File> 
    629             <File 
    630                 RelativePath=".\Net\BlockingTransfer.h"> 
    631             </File> 
    632             <File 
    633                 RelativePath=".\Net\CancelFlag.h"> 
    634             </File> 
    635             <File 
    636                 RelativePath=".\Net\NetExn.h"> 
    637             </File> 
    638             <File 
    639                 RelativePath=".\Net\Transfer.h"> 
     824            > 
     825            <File 
     826                RelativePath=".\Net\Agent.cpp" 
     827                > 
     828            </File> 
     829            <File 
     830                RelativePath=".\Net\Agent.h" 
     831                > 
     832            </File> 
     833            <File 
     834                RelativePath=".\Net\BaseTransfer.cpp" 
     835                > 
     836            </File> 
     837            <File 
     838                RelativePath=".\Net\BaseTransfer.h" 
     839                > 
     840            </File> 
     841            <File 
     842                RelativePath=".\Net\BlockingTransfer.cpp" 
     843                > 
     844            </File> 
     845            <File 
     846                RelativePath=".\Net\BlockingTransfer.h" 
     847                > 
     848            </File> 
     849            <File 
     850                RelativePath=".\Net\CancelFlag.h" 
     851                > 
     852            </File> 
     853            <File 
     854                RelativePath=".\Net\NetExn.h" 
     855                > 
     856            </File> 
     857            <File 
     858                RelativePath=".\Net\Transfer.h" 
     859                > 
    640860            </File> 
    641861        </Filter> 
    642862        <File 
    643             RelativePath=".\StdAfx.cpp"> 
     863            RelativePath=".\StdAfx.cpp" 
     864            > 
    644865            <FileConfiguration 
    645                 Name="Debug|Win32"> 
     866                Name="Debug|Win32" 
     867                > 
    646868                <Tool 
    647869                    Name="VCCLCompilerTool" 
    648870                    UsePrecompiledHeader="1" 
    649                     ObjectFile="$(IntDir)/$(InputName)5.obj"/> 
     871                    ObjectFile="$(IntDir)/$(InputName)5.obj" 
     872                /> 
    650873            </FileConfiguration> 
    651874            <FileConfiguration 
    652                 Name="Release|Win32"> 
     875                Name="Release|Win32" 
     876                > 
    653877                <Tool 
    654878                    Name="VCCLCompilerTool" 
    655879                    UsePrecompiledHeader="1" 
    656                     ObjectFile="$(IntDir)/$(InputName)5.obj"/> 
     880                    ObjectFile="$(IntDir)/$(InputName)5.obj" 
     881                /> 
    657882            </FileConfiguration> 
    658883        </File> 
    659884        <File 
    660             RelativePath=".\StdAfx.h"> 
     885            RelativePath=".\StdAfx.h" 
     886            > 
    661887        </File> 
    662888    </Files> 
  • trunk/hoverrace.sln

    r824 r850  
    1 Microsoft Visual Studio Solution File, Format Version 8.00 
     1Microsoft Visual Studio Solution File, Format Version 9.00 
     2# Visual Studio 2005 
    23Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "engine", "engine\engine.vcproj", "{1CCF897B-2194-4646-9F09-C307664F6193}" 
    3     ProjectSection(ProjectDependencies) = postProject 
    4     EndProjectSection 
    54EndProject 
    65Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "client", "client\client.vcproj", "{49D400AC-8D6D-4866-84A7-B38389E035E3}" 
     
    2019EndProject 
    2120Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "updater", "updater\updater.vcproj", "{2453907E-2872-409E-A1E9-49279F8D0B7A}" 
    22     ProjectSection(ProjectDependencies) = postProject 
    23     EndProjectSection 
    2421EndProject 
    2522Global 
    26     GlobalSection(SolutionConfiguration) = preSolution 
    27         Debug = Debug 
    28         Release = Release 
     23    GlobalSection(SolutionConfigurationPlatforms) = preSolution 
     24        Debug|Win32 = Debug|Win32 
     25        Release|Win32 = Release|Win32 
    2926    EndGlobalSection 
    30     GlobalSection(ProjectConfiguration) = postSolution 
    31         {1CCF897B-2194-4646-9F09-C307664F6193}.Debug.ActiveCfg = Debug|Win32 
    32         {1CCF897B-2194-4646-9F09-C307664F6193}.Debug.Build.0 = Debug|Win32 
    33         {1CCF897B-2194-4646-9F09-C307664F6193}.Release.ActiveCfg = Release|Win32 
    34         {1CCF897B-2194-4646-9F09-C307664F6193}.Release.Build.0 = Release|Win32 
    35         {49D400AC-8D6D-4866-84A7-B38389E035E3}.Debug.ActiveCfg = Debug|Win32 
    36         {49D400AC-8D6D-4866-84A7-B38389E035E3}.Debug.Build.0 = Debug|Win32 
    37         {49D400AC-8D6D-4866-84A7-B38389E035E3}.Release.ActiveCfg = Release|Win32 
    38         {49D400AC-8D6D-4866-84A7-B38389E035E3}.Release.Build.0 = Release|Win32 
    39         {BE113900-CEB8-4289-91A9-930B145BF0E8}.Debug.ActiveCfg = Debug|Win32 
    40         {BE113900-CEB8-4289-91A9-930B145BF0E8}.Debug.Build.0 = Debug|Win32 
    41         {BE113900-CEB8-4289-91A9-930B145BF0E8}.Release.ActiveCfg = Release|Win32 
    42         {BE113900-CEB8-4289-91A9-930B145BF0E8}.Release.Build.0 = Release|Win32 
    43         {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Debug.ActiveCfg = Debug|Win32 
    44         {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Debug.Build.0 = Debug|Win32 
    45         {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Release.ActiveCfg = Release|Win32 
    46         {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Release.Build.0 = Release|Win32 
    47         {2453907E-2872-409E-A1E9-49279F8D0B7A}.Debug.ActiveCfg = Debug|Win32 
    48         {2453907E-2872-409E-A1E9-49279F8D0B7A}.Debug.Build.0 = Debug|Win32 
    49         {2453907E-2872-409E-A1E9-49279F8D0B7A}.Release.ActiveCfg = Release|Win32 
    50         {2453907E-2872-409E-A1E9-49279F8D0B7A}.Release.Build.0 = Release|Win32 
     27    GlobalSection(ProjectConfigurationPlatforms) = postSolution 
     28        {1CCF897B-2194-4646-9F09-C307664F6193}.Debug|Win32.ActiveCfg = Debug|Win32 
     29        {1CCF897B-2194-4646-9F09-C307664F6193}.Debug|Win32.Build.0 = Debug|Win32 
     30        {1CCF897B-2194-4646-9F09-C307664F6193}.Release|Win32.ActiveCfg = Release|Win32 
     31        {1CCF897B-2194-4646-9F09-C307664F6193}.Release|Win32.Build.0 = Release|Win32 
     32        {49D400AC-8D6D-4866-84A7-B38389E035E3}.Debug|Win32.ActiveCfg = Debug|Win32 
     33        {49D400AC-8D6D-4866-84A7-B38389E035E3}.Debug|Win32.Build.0 = Debug|Win32 
     34        {49D400AC-8D6D-4866-84A7-B38389E035E3}.Release|Win32.ActiveCfg = Release|Win32 
     35        {49D400AC-8D6D-4866-84A7-B38389E035E3}.Release|Win32.Build.0 = Release|Win32 
     36        {BE113900-CEB8-4289-91A9-930B145BF0E8}.Debug|Win32.ActiveCfg = Debug|Win32 
     37        {BE113900-CEB8-4289-91A9-930B145BF0E8}.Debug|Win32.Build.0 = Debug|Win32 
     38        {BE113900-CEB8-4289-91A9-930B145BF0E8}.Release|Win32.ActiveCfg = Release|Win32 
     39        {BE113900-CEB8-4289-91A9-930B145BF0E8}.Release|Win32.Build.0 = Release|Win32 
     40        {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Debug|Win32.ActiveCfg = Debug|Win32 
     41        {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Debug|Win32.Build.0 = Debug|Win32 
     42        {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Release|Win32.ActiveCfg = Release|Win32 
     43        {DDC913AD-31C6-481A-BD31-3949CBF06FE3}.Release|Win32.Build.0 = Release|Win32 
     44        {2453907E-2872-409E-A1E9-49279F8D0B7A}.Debug|Win32.ActiveCfg = Debug|Win32 
     45        {2453907E-2872-409E-A1E9-49279F8D0B7A}.Debug|Win32.Build.0 = Debug|Win32 
     46        {2453907E-2872-409E-A1E9-49279F8D0B7A}.Release|Win32.ActiveCfg = Release|Win32 
     47        {2453907E-2872-409E-A1E9-49279F8D0B7A}.Release|Win32.Build.0 = Release|Win32 
    5148    EndGlobalSection 
    52     GlobalSection(ExtensibilityGlobals) = postSolution 
    53     EndGlobalSection 
    54     GlobalSection(ExtensibilityAddIns) = postSolution 
     49    GlobalSection(SolutionProperties) = preSolution 
     50        HideSolutionNode = FALSE 
    5551    EndGlobalSection 
    5652EndGlobal 
  • trunk/updater/updater.vcproj

    r826 r850  
    22<VisualStudioProject 
    33    ProjectType="Visual C++" 
    4     Version="7.10" 
     4    Version="8.00" 
    55    Name="updater" 
    66    ProjectGUID="{2453907E-2872-409E-A1E9-49279F8D0B7A}" 
    77    RootNamespace="updater" 
    8     Keyword="ManagedCProj"> 
     8    Keyword="ManagedCProj" 
     9    > 
    910    <Platforms> 
    1011        <Platform 
    11             Name="Win32"/> 
     12            Name="Win32" 
     13        /> 
    1214    </Platforms> 
     15    <ToolFiles> 
     16    </ToolFiles> 
    1317    <Configurations> 
    1418        <Configuration 
     
    1721            IntermediateDirectory="$(ConfigurationName)" 
    1822            ConfigurationType="1" 
     23            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    1924            CharacterSet="2" 
    20             ManagedExtensions="TRUE"> 
     25            ManagedExtensions="4" 
     26            > 
     27            <Tool 
     28                Name="VCPreBuildEventTool" 
     29            /> 
     30            <Tool 
     31                Name="VCCustomBuildTool" 
     32            /> 
     33            <Tool 
     34                Name="VCXMLDataGeneratorTool" 
     35            /> 
     36            <Tool 
     37                Name="VCWebServiceProxyGeneratorTool" 
     38            /> 
     39            <Tool 
     40                Name="VCMIDLTool" 
     41            /> 
    2142            <Tool 
    2243                Name="VCCLCompilerTool" 
     
    2445                AdditionalIncludeDirectories="../include" 
    2546                PreprocessorDefinitions="WIN32;_DEBUG" 
    26                 MinimalRebuild="FALSE" 
     47                MinimalRebuild="false" 
    2748                BasicRuntimeChecks="0" 
    28                 RuntimeLibrary="1" 
     49                RuntimeLibrary="3" 
    2950                WarningLevel="3" 
    30                 DebugInformationFormat="3"/> 
    31             <Tool 
    32                 Name="VCCustomBuildTool"/> 
     51                DebugInformationFormat="3" 
     52            /> 
     53            <Tool 
     54                Name="VCManagedResourceCompilerTool" 
     55            /> 
     56            <Tool 
     57                Name="VCResourceCompilerTool" 
     58            /> 
     59            <Tool 
     60                Name="VCPreLinkEventTool" 
     61            /> 
    3362            <Tool 
    3463                Name="VCLinkerTool" 
     
    3766                LinkIncremental="2" 
    3867                AdditionalLibraryDirectories="../lib" 
    39                 GenerateDebugInformation="TRUE" 
    40                 AssemblyDebug="1"/> 
    41             <Tool 
    42                 Name="VCMIDLTool"/> 
    43             <Tool 
    44                 Name="VCPostBuildEventTool"/> 
    45             <Tool 
    46                 Name="VCPreBuildEventTool"/> 
    47             <Tool 
    48                 Name="VCPreLinkEventTool"/> 
    49             <Tool 
    50                 Name="VCResourceCompilerTool"/> 
    51             <Tool 
    52                 Name="VCWebServiceProxyGeneratorTool"/> 
    53             <Tool 
    54                 Name="VCXMLDataGeneratorTool"/> 
    55             <Tool 
    56                 Name="VCWebDeploymentTool"/> 
    57             <Tool 
    58                 Name="VCManagedWrapperGeneratorTool"/> 
    59             <Tool 
    60                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     68                GenerateDebugInformation="true" 
     69                AssemblyDebug="1" 
     70            /> 
     71            <Tool 
     72                Name="VCALinkTool" 
     73            /> 
     74            <Tool 
     75                Name="VCManifestTool" 
     76            /> 
     77            <Tool 
     78                Name="VCXDCMakeTool" 
     79            /> 
     80            <Tool 
     81                Name="VCBscMakeTool" 
     82            /> 
     83            <Tool 
     84                Name="VCFxCopTool" 
     85            /> 
     86            <Tool 
     87                Name="VCAppVerifierTool" 
     88            /> 
     89            <Tool 
     90                Name="VCWebDeploymentTool" 
     91            /> 
     92            <Tool 
     93                Name="VCPostBuildEventTool" 
     94            /> 
    6195        </Configuration> 
    6296        <Configuration 
     
    6599            IntermediateDirectory="$(ConfigurationName)" 
    66100            ConfigurationType="1" 
     101            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    67102            CharacterSet="2" 
    68             ManagedExtensions="TRUE"> 
     103            ManagedExtensions="4" 
     104            > 
     105            <Tool 
     106                Name="VCPreBuildEventTool" 
     107            /> 
     108            <Tool 
     109                Name="VCCustomBuildTool" 
     110            /> 
     111            <Tool 
     112                Name="VCXMLDataGeneratorTool" 
     113            /> 
     114            <Tool 
     115                Name="VCWebServiceProxyGeneratorTool" 
     116            /> 
     117            <Tool 
     118                Name="VCMIDLTool" 
     119            /> 
    69120            <Tool 
    70121                Name="VCCLCompilerTool" 
    71122                AdditionalIncludeDirectories="../include" 
    72123                PreprocessorDefinitions="WIN32;NDEBUG" 
    73                 MinimalRebuild="FALSE" 
    74                 RuntimeLibrary="0" 
     124                MinimalRebuild="false" 
     125                RuntimeLibrary="2" 
    75126                WarningLevel="3" 
    76                 DebugInformationFormat="3"/> 
    77             <Tool 
    78                 Name="VCCustomBuildTool"/> 
     127                DebugInformationFormat="3" 
     128            /> 
     129            <Tool 
     130                Name="VCManagedResourceCompilerTool" 
     131            /> 
     132            <Tool 
     133                Name="VCResourceCompilerTool" 
     134            /> 
     135            <Tool 
     136                Name="VCPreLinkEventTool" 
     137            /> 
    79138            <Tool 
    80139                Name="VCLinkerTool" 
     
    83142                LinkIncremental="1" 
    84143                AdditionalLibraryDirectories="../lib" 
    85                 GenerateDebugInformation="TRUE"/> 
    86             <Tool 
    87                 Name="VCMIDLTool"/> 
    88             <Tool 
    89                 Name="VCPostBuildEventTool"/> 
    90             <Tool 
    91                 Name="VCPreBuildEventTool"/> 
    92             <Tool 
    93                 Name="VCPreLinkEventTool"/> 
    94             <Tool 
    95                 Name="VCResourceCompilerTool"/> 
    96             <Tool 
    97                 Name="VCWebServiceProxyGeneratorTool"/> 
    98             <Tool 
    99                 Name="VCXMLDataGeneratorTool"/> 
    100             <Tool 
    101                 Name="VCWebDeploymentTool"/> 
    102             <Tool 
    103                 Name="VCManagedWrapperGeneratorTool"/> 
    104             <Tool 
    105                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     144                GenerateDebugInformation="true" 
     145            /> 
     146            <Tool 
     147                Name="VCALinkTool" 
     148            /> 
     149            <Tool 
     150                Name="VCManifestTool" 
     151            /> 
     152            <Tool 
     153                Name="VCXDCMakeTool" 
     154            /> 
     155            <Tool 
     156                Name="VCBscMakeTool" 
     157            /> 
     158            <Tool 
     159                Name="VCFxCopTool" 
     160            /> 
     161            <Tool 
     162                Name="VCAppVerifierTool" 
     163            /> 
     164            <Tool 
     165                Name="VCWebDeploymentTool" 
     166            /> 
     167            <Tool 
     168                Name="VCPostBuildEventTool" 
     169            /> 
    106170        </Configuration> 
    107171    </Configurations> 
     
    112176            Name="Source Files" 
    113177            Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 
    114             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 
    115             <File 
    116                 RelativePath=".\CreatePatch.cpp"> 
    117             </File> 
    118             <File 
    119                 RelativePath=".\main.cpp"> 
    120             </File> 
    121             <File 
    122                 RelativePath=".\PatchHoverRace.cpp"> 
    123             </File> 
    124             <File 
    125                 RelativePath=".\StdAfx.cpp"> 
     178            UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 
     179            > 
     180            <File 
     181                RelativePath=".\main.cpp" 
     182                > 
     183            </File> 
     184            <File 
     185                RelativePath=".\StdAfx.cpp" 
     186                > 
    126187            </File> 
    127188        </Filter> 
     
    129190            Name="Header Files" 
    130191            Filter="h;hpp;hxx;hm;inl;inc;xsd" 
    131             UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 
    132             <File 
    133                 RelativePath=".\CreatePatch.h"> 
    134             </File> 
    135             <File 
    136                 RelativePath=".\PatchHoverRace.h"> 
    137             </File> 
    138             <File 
    139                 RelativePath=".\StdAfx.h"> 
     192            UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 
     193            > 
     194            <File 
     195                RelativePath=".\StdAfx.h" 
     196                > 
    140197            </File> 
    141198        </Filter> 
     
    143200            Name="Resource Files" 
    144201            Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 
    145             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 
     202            UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 
     203            > 
    146204        </Filter> 
    147205        <Filter 
    148206            Name="bsdiff" 
    149             Filter=""> 
    150             <File 
    151                 RelativePath=".\bsdiff\bsdiff.cpp"> 
    152             </File> 
    153             <File 
    154                 RelativePath=".\bsdiff\bsdiff.h"> 
    155             </File> 
    156             <File 
    157                 RelativePath=".\bsdiff\bspatch.cpp"> 
    158             </File> 
    159             <File 
    160                 RelativePath=".\bsdiff\bspatch.h"> 
     207            > 
     208            <File 
     209                RelativePath=".\bsdiff\bsdiff.cpp" 
     210                > 
     211            </File> 
     212            <File 
     213                RelativePath=".\bsdiff\bsdiff.h" 
     214                > 
     215            </File> 
     216            <File 
     217                RelativePath=".\bsdiff\bspatch.cpp" 
     218                > 
     219            </File> 
     220            <File 
     221                RelativePath=".\bsdiff\bspatch.h" 
     222                > 
    161223            </File> 
    162224        </Filter> 
    163225        <Filter 
    164226            Name="bzlib" 
    165             Filter=""> 
    166             <File 
    167                 RelativePath=".\bzlib\blocksort.c"> 
    168             </File> 
    169             <File 
    170                 RelativePath=".\bzlib\bzlib.c"> 
    171             </File> 
    172             <File 
    173                 RelativePath=".\bzlib\bzlib.h"> 
    174             </File> 
    175             <File 
    176                 RelativePath=".\bzlib\bzlib_private.h"> 
    177             </File> 
    178             <File 
    179                 RelativePath=".\bzlib\compress.c"> 
    180             </File> 
    181             <File 
    182                 RelativePath=".\bzlib\crctable.c"> 
    183             </File> 
    184             <File 
    185                 RelativePath=".\bzlib\decompress.c"> 
    186             </File> 
    187             <File 
    188                 RelativePath=".\bzlib\huffman.c"> 
    189             </File> 
    190             <File 
    191                 RelativePath=".\bzlib\randtable.c"> 
     227            > 
     228            <File 
     229                RelativePath=".\bzlib\blocksort.c" 
     230                > 
     231                <FileConfiguration 
     232                    Name="Debug|Win32" 
     233                    > 
     234                    <Tool 
     235                        Name="VCCLCompilerTool" 
     236                        CompileAsManaged="0" 
     237                    /> 
     238                </FileConfiguration> 
     239            </File> 
     240            <File 
     241                RelativePath=".\bzlib\bzlib.c" 
     242                > 
     243                <FileConfiguration 
     244                    Name="Debug|Win32" 
     245                    > 
     246                    <Tool 
     247                        Name="VCCLCompilerTool" 
     248                        CompileAsManaged="0" 
     249                    /> 
     250                </FileConfiguration> 
     251            </File> 
     252            <File 
     253                RelativePath=".\bzlib\bzlib.h" 
     254                > 
     255            </File> 
     256            <File 
     257                RelativePath=".\bzlib\bzlib_private.h" 
     258                > 
     259            </File> 
     260            <File 
     261                RelativePath=".\bzlib\compress.c" 
     262                > 
     263                <FileConfiguration 
     264                    Name="Debug|Win32" 
     265                    > 
     266                    <Tool 
     267                        Name="VCCLCompilerTool" 
     268                        CompileAsManaged="0" 
     269                    /> 
     270                </FileConfiguration> 
     271            </File> 
     272            <File 
     273                RelativePath=".\bzlib\crctable.c" 
     274                > 
     275                <FileConfiguration 
     276                    Name="Debug|Win32" 
     277                    > 
     278                    <Tool 
     279                        Name="VCCLCompilerTool" 
     280                        CompileAsManaged="0" 
     281                    /> 
     282                </FileConfiguration> 
     283            </File> 
     284            <File 
     285                RelativePath=".\bzlib\decompress.c" 
     286                > 
     287                <FileConfiguration 
     288                    Name="Debug|Win32" 
     289                    > 
     290                    <Tool 
     291                        Name="VCCLCompilerTool" 
     292                        CompileAsManaged="0" 
     293                    /> 
     294                </FileConfiguration> 
     295            </File> 
     296            <File 
     297                RelativePath=".\bzlib\huffman.c" 
     298                > 
     299                <FileConfiguration 
     300                    Name="Debug|Win32" 
     301                    > 
     302                    <Tool 
     303                        Name="VCCLCompilerTool" 
     304                        CompileAsManaged="0" 
     305                    /> 
     306                </FileConfiguration> 
     307            </File> 
     308            <File 
     309                RelativePath=".\bzlib\randtable.c" 
     310                > 
     311                <FileConfiguration 
     312                    Name="Debug|Win32" 
     313                    > 
     314                    <Tool 
     315                        Name="VCCLCompilerTool" 
     316                        CompileAsManaged="0" 
     317                    /> 
     318                </FileConfiguration> 
    192319            </File> 
    193320        </Filter> 
    194321        <Filter 
    195322            Name="Libraries" 
    196             Filter=""> 
    197             <File 
    198                 RelativePath="..\lib\LiteUnzip.dll"> 
    199                 <FileConfiguration 
    200                     Name="Debug|Win32"> 
     323            > 
     324            <File 
     325                RelativePath="..\lib\LiteUnzip.dll" 
     326                > 
     327                <FileConfiguration 
     328                    Name="Debug|Win32" 
     329                    > 
    201330                    <Tool 
    202331                        Name="VCCustomBuildTool" 
    203332                        Description="$(InputFileName)" 
    204                         CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot; 
    205 " 
    206                         Outputs="$(OutDir)\$(InputFileName)"/> 
    207                 </FileConfiguration> 
    208                 <FileConfiguration 
    209                     Name="Release|Win32"> 
     333                        CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A;" 
     334                        Outputs="$(OutDir)\$(InputFileName)" 
     335                    /> 
     336                </FileConfiguration> 
     337                <FileConfiguration 
     338                    Name="Release|Win32" 
     339                    > 
    210340                    <Tool 
    211341                        Name="VCCustomBuildTool" 
    212342                        Description="$(InputFileName)" 
    213                         CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot; 
    214 " 
    215                         Outputs="$(OutDir)\$(InputFileName)"/> 
    216                 </FileConfiguration> 
    217             </File> 
    218             <File 
    219                 RelativePath="..\lib\LiteZip.dll"> 
    220                 <FileConfiguration 
    221                     Name="Debug|Win32"> 
     343                        CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A;" 
     344                        Outputs="$(OutDir)\$(InputFileName)" 
     345                    /> 
     346                </FileConfiguration> 
     347            </File> 
     348            <File 
     349                RelativePath="..\lib\LiteZip.dll" 
     350                > 
     351                <FileConfiguration 
     352                    Name="Debug|Win32" 
     353                    > 
    222354                    <Tool 
    223355                        Name="VCCustomBuildTool" 
    224356                        Description="$(InputFileName)" 
    225                         CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot; 
    226 " 
    227                         Outputs="$(OutDir)\$(InputFileName)"/> 
    228                 </FileConfiguration> 
    229                 <FileConfiguration 
    230                     Name="Release|Win32"> 
     357                        CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A;" 
     358                        Outputs="$(OutDir)\$(InputFileName)" 
     359                    /> 
     360                </FileConfiguration> 
     361                <FileConfiguration 
     362                    Name="Release|Win32" 
     363                    > 
    231364                    <Tool 
    232365                        Name="VCCustomBuildTool" 
    233366                        Description="$(InputFileName)" 
    234                         CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot; 
    235 " 
    236                         Outputs="$(OutDir)\$(InputFileName)"/> 
     367                        CommandLine="copy &quot;$(InputPath)&quot; &quot;$(OutDir)&quot;&#x0D;&#x0A;" 
     368                        Outputs="$(OutDir)\$(InputFileName)" 
     369                    /> 
    237370                </FileConfiguration> 
    238371            </File>