Changeset 850 for trunk/client/client.vcproj – HoverRace
Show
Ignore:
Timestamp:
02/04/10 15:18:43 (6 months ago)
Author:
ryan
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/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>