CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

TiberianDawn.vcxproj (24897B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12   </ItemGroup>
     13   <PropertyGroup Label="Globals">
     14     <ProjectGuid>{1380ED08-82A3-49C2-A171-1915574B3382}</ProjectGuid>
     15     <Keyword>Win32Proj</Keyword>
     16     <RootNamespace>TiberianDawn</RootNamespace>
     17     <SccProjectName>SAK</SccProjectName>
     18     <SccAuxPath>SAK</SccAuxPath>
     19     <SccLocalPath>SAK</SccLocalPath>
     20     <SccProvider>SAK</SccProvider>
     21     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
     22   </PropertyGroup>
     23   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     25     <ConfigurationType>DynamicLibrary</ConfigurationType>
     26     <UseDebugLibraries>true</UseDebugLibraries>
     27     <CharacterSet>MultiByte</CharacterSet>
     28     <PlatformToolset>v141</PlatformToolset>
     29   </PropertyGroup>
     30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     31     <ConfigurationType>DynamicLibrary</ConfigurationType>
     32     <UseDebugLibraries>false</UseDebugLibraries>
     33     <WholeProgramOptimization>false</WholeProgramOptimization>
     34     <CharacterSet>MultiByte</CharacterSet>
     35     <PlatformToolset>v141</PlatformToolset>
     36   </PropertyGroup>
     37   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     38   <ImportGroup Label="ExtensionSettings">
     39     <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
     40   </ImportGroup>
     41   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     42     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     43   </ImportGroup>
     44   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     45     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     46   </ImportGroup>
     47   <PropertyGroup Label="UserMacros" />
     48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     49     <LinkIncremental>false</LinkIncremental>
     50     <OutDir>..\bin\$(PlatformName)\</OutDir>
     51     <IntDir>$(PlatformName)\$(Configuration)\</IntDir>
     52     <TargetName>$(ProjectName)I</TargetName>
     53   </PropertyGroup>
     54   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     55     <LinkIncremental>false</LinkIncremental>
     56     <OutDir>..\bin\$(PlatformName)\</OutDir>
     57     <IntDir>$(PlatformName)\$(Configuration)\</IntDir>
     58   </PropertyGroup>
     59   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     60     <ClCompile>
     61       <PrecompiledHeader>
     62       </PrecompiledHeader>
     63       <WarningLevel>Level3</WarningLevel>
     64       <Optimization>Disabled</Optimization>
     65       <PreprocessorDefinitions>TRUE_FALSE_DEFINED;WIN32;_DEBUG;_WINDOWS;_USRDLL;TIBERIANDAWN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     66       <AdditionalIncludeDirectories>./win32lib</AdditionalIncludeDirectories>
     67       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     68       <ExceptionHandling>false</ExceptionHandling>
     69       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     70       <DisableSpecificWarnings>4800;4244;4996</DisableSpecificWarnings>
     71       <MultiProcessorCompilation>true</MultiProcessorCompilation>
     72       <StructMemberAlignment>1Byte</StructMemberAlignment>
     73       <SupportJustMyCode>false</SupportJustMyCode>
     74       <TreatWarningAsError>true</TreatWarningAsError>
     75     </ClCompile>
     76     <Link>
     77       <SubSystem>Windows</SubSystem>
     78       <AdditionalDependencies>winmm.lib;Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
     79       <RandomizedBaseAddress>false</RandomizedBaseAddress>
     80       <DataExecutionPrevention>false</DataExecutionPrevention>
     81       <FixedBaseAddress>false</FixedBaseAddress>
     82       <BaseAddress>
     83       </BaseAddress>
     84       <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
     85     </Link>
     86     <PreLinkEvent>
     87       <Command>
     88       </Command>
     89     </PreLinkEvent>
     90   </ItemDefinitionGroup>
     91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     92     <ClCompile>
     93       <WarningLevel>Level3</WarningLevel>
     94       <PrecompiledHeader>
     95       </PrecompiledHeader>
     96       <Optimization>MaxSpeed</Optimization>
     97       <FunctionLevelLinking>true</FunctionLevelLinking>
     98       <IntrinsicFunctions>true</IntrinsicFunctions>
     99       <PreprocessorDefinitions>TRUE_FALSE_DEFINED;WIN32;NDEBUG;_WINDOWS;_USRDLL;TIBERIANDAWN_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    100       <AdditionalIncludeDirectories>./win32lib</AdditionalIncludeDirectories>
    101       <DisableSpecificWarnings>4800;4244;4996</DisableSpecificWarnings>
    102       <ExceptionHandling>false</ExceptionHandling>
    103       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    104       <WholeProgramOptimization>false</WholeProgramOptimization>
    105       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    106       <StructMemberAlignment>1Byte</StructMemberAlignment>
    107       <TreatWarningAsError>true</TreatWarningAsError>
    108     </ClCompile>
    109     <Link>
    110       <SubSystem>Windows</SubSystem>
    111       <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
    112       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    113       <OptimizeReferences>true</OptimizeReferences>
    114       <AdditionalDependencies>winmm.lib;Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
    115       <ImageHasSafeExceptionHandlers />
    116       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    117       <DataExecutionPrevention>false</DataExecutionPrevention>
    118     </Link>
    119     <PreLinkEvent>
    120       <Command>
    121       </Command>
    122     </PreLinkEvent>
    123   </ItemDefinitionGroup>
    124   <ItemGroup>
    125     <MASM Include="win32lib\TOBUFF.ASM" />
    126     <MASM Include="win32lib\XORDELTA.ASM">
    127       <EnableMASM51Compatibility Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</EnableMASM51Compatibility>
    128       <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">1</PreserveIdentifierCase>
    129       <EnableMASM51Compatibility Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</EnableMASM51Compatibility>
    130       <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</PreserveIdentifierCase>
    131     </MASM>
    132     <None Include="COORDA.ASM" />
    133     <MASM Include="KEYFBUFF.ASM">
    134       <FileType>Document</FileType>
    135       <EnableMASM51Compatibility Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</EnableMASM51Compatibility>
    136       <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</PreserveIdentifierCase>
    137       <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">1</PreserveIdentifierCase>
    138       <EnableMASM51Compatibility Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</EnableMASM51Compatibility>
    139     </MASM>
    140     <None Include="KEYFBUFF.INC" />
    141     <MASM Include="MMX.ASM">
    142       <FileType>Document</FileType>
    143     </MASM>
    144     <None Include="PAGFAULT.ASM" />
    145     <None Include="SUPPORT.ASM" />
    146     <MASM Include="TXTPRNT.ASM">
    147       <FileType>Document</FileType>
    148       <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">1</PreserveIdentifierCase>
    149       <PreserveIdentifierCase Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">1</PreserveIdentifierCase>
    150       <EnableMASM51Compatibility Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</EnableMASM51Compatibility>
    151       <EnableMASM51Compatibility Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</EnableMASM51Compatibility>
    152     </MASM>
    153     <None Include="win32lib\DIFFTB.INC" />
    154     <None Include="win32lib\DRAWBUFF.INC" />
    155     <MASM Include="win32lib\FACINGFF.ASM">
    156       <FileType>Document</FileType>
    157       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
    158       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
    159     </MASM>
    160     <None Include="win32lib\GBUFFER.INC" />
    161     <None Include="win32lib\HOLD.TXT" />
    162     <None Include="win32lib\INDEXTB.INC" />
    163     <None Include="win32lib\KEYBOARD.INC" />
    164     <None Include="win32lib\KEYSTRUC.INC" />
    165     <None Include="win32lib\MCGAPRIM.INC" />
    166     <None Include="win32lib\MOUSE.INC" />
    167     <None Include="win32lib\NYBBTB.INC" />
    168     <None Include="win32lib\PROFILE.INC" />
    169     <None Include="win32lib\REMAP.ASM" />
    170     <None Include="win32lib\SHAPE.INC" />
    171     <None Include="win32lib\STAMP.INC" />
    172     <None Include="win32lib\SVGAPRIM.INC" />
    173     <None Include="win32lib\WWMEM.INC" />
    174     <None Include="WINASM.ASM" />
    175   </ItemGroup>
    176   <ItemGroup>
    177     <ClInclude Include="ABSTRACT.H" />
    178     <ClInclude Include="AIRCRAFT.H" />
    179     <ClInclude Include="ANIM.H" />
    180     <ClInclude Include="AUDIO.H" />
    181     <ClInclude Include="BASE.H" />
    182     <ClInclude Include="BUILDING.H" />
    183     <ClInclude Include="BULLET.H" />
    184     <ClInclude Include="CARGO.H" />
    185     <ClInclude Include="CCDDE.H" />
    186     <ClInclude Include="CCFILE.H" />
    187     <ClInclude Include="CDFILE.H" />
    188     <ClInclude Include="CELL.H" />
    189     <ClInclude Include="CHECKBOX.H" />
    190     <ClInclude Include="CHEKLIST.H" />
    191     <ClInclude Include="COLRLIST.H" />
    192     <ClInclude Include="COMBUF.H" />
    193     <ClInclude Include="COMPAT.H" />
    194     <ClInclude Include="COMQUEUE.H" />
    195     <ClInclude Include="CONFDLG.H" />
    196     <ClInclude Include="CONNECT.H" />
    197     <ClInclude Include="CONNMGR.H" />
    198     <ClInclude Include="CONQUER.H" />
    199     <ClInclude Include="CONTROL.H" />
    200     <ClInclude Include="COORDA.h" />
    201     <ClInclude Include="CREDITS.H" />
    202     <ClInclude Include="CREW.H" />
    203     <ClInclude Include="DDE.H" />
    204     <ClInclude Include="DEBUG.H" />
    205     <ClInclude Include="DEFINES.H" />
    206     <ClInclude Include="DESCDLG.H" />
    207     <ClInclude Include="DIAL8.H" />
    208     <ClInclude Include="DISPLAY.H" />
    209     <ClInclude Include="DLLInterface.h" />
    210     <ClInclude Include="DLLInterfaceVersion.h" />
    211     <ClInclude Include="DOOR.H" />
    212     <ClInclude Include="DPMI.H" />
    213     <ClInclude Include="DRIVE.H" />
    214     <ClInclude Include="EDIT.H" />
    215     <ClInclude Include="ENDING.H" />
    216     <ClInclude Include="EVENT.H" />
    217     <ClInclude Include="EXTERNS.H" />
    218     <ClInclude Include="FACING.H" />
    219     <ClInclude Include="FACTORY.H" />
    220     <ClInclude Include="FIELD.H" />
    221     <ClInclude Include="FLASHER.H" />
    222     <ClInclude Include="FLY.H" />
    223     <ClInclude Include="FOOT.H" />
    224     <ClInclude Include="FTIMER.H" />
    225     <ClInclude Include="FUNCTION.H" />
    226     <ClInclude Include="FUSE.H" />
    227     <ClInclude Include="GADGET.H" />
    228     <ClInclude Include="GAMEDLG.H" />
    229     <ClInclude Include="GAUGE.H" />
    230     <ClInclude Include="GOPTIONS.H" />
    231     <ClInclude Include="GSCREEN.H" />
    232     <ClInclude Include="HEAP.H" />
    233     <ClInclude Include="HELP.H" />
    234     <ClInclude Include="HOUSE.H" />
    235     <ClInclude Include="INFANTRY.H" />
    236     <ClInclude Include="INTRO.H" />
    237     <ClInclude Include="IPX.H" />
    238     <ClInclude Include="IPX95.H" />
    239     <ClInclude Include="IPXADDR.H" />
    240     <ClInclude Include="IPXCONN.H" />
    241     <ClInclude Include="IPXGCONN.H" />
    242     <ClInclude Include="IPXMGR.H" />
    243     <ClInclude Include="JSHELL.H" />
    244     <ClInclude Include="LAYER.H" />
    245     <ClInclude Include="LED.H" />
    246     <ClInclude Include="LINK.H" />
    247     <ClInclude Include="LIST.H" />
    248     <ClInclude Include="LOADDLG.H" />
    249     <ClInclude Include="LOGIC.H" />
    250     <ClInclude Include="MAP.H" />
    251     <ClInclude Include="MAPEDIT.H" />
    252     <ClInclude Include="MEMCHECK.H" />
    253     <ClInclude Include="MESSAGE.H" />
    254     <ClInclude Include="MISSION.H" />
    255     <ClInclude Include="MIXFILE.H" />
    256     <ClInclude Include="MONOC.H" />
    257     <ClInclude Include="MOUSE.H" />
    258     <ClInclude Include="MSGBOX.H" />
    259     <ClInclude Include="MSGLIST.H" />
    260     <ClInclude Include="NOSEQCON.H" />
    261     <ClInclude Include="NULLCONN.H" />
    262     <ClInclude Include="NULLMGR.H" />
    263     <ClInclude Include="OBJECT.H" />
    264     <ClInclude Include="OPTIONS.H" />
    265     <ClInclude Include="OVERLAY.H" />
    266     <ClInclude Include="PACKET.H" />
    267     <ClInclude Include="PHONE.H" />
    268     <ClInclude Include="POWER.H" />
    269     <ClInclude Include="QUEUE.H" />
    270     <ClInclude Include="RADAR.H" />
    271     <ClInclude Include="RADIO.H" />
    272     <ClInclude Include="RAWFILE.H" />
    273     <ClInclude Include="REAL.H" />
    274     <ClInclude Include="REGION.H" />
    275     <ClInclude Include="Resource\resource.h" />
    276     <ClInclude Include="RULES.H" />
    277     <ClInclude Include="SAVEDLG.H" />
    278     <ClInclude Include="SCORE.H" />
    279     <ClInclude Include="SCREEN.H" />
    280     <ClInclude Include="SCROLL.H" />
    281     <ClInclude Include="SEQCONN.H" />
    282     <ClInclude Include="SESSION.H" />
    283     <ClInclude Include="SHAPEBTN.H" />
    284     <ClInclude Include="SIDEBAR.H" />
    285     <ClInclude Include="SIDEBARGlyphx.H" />
    286     <ClInclude Include="SLIDER.H" />
    287     <ClInclude Include="SMUDGE.H" />
    288     <ClInclude Include="SOUNDDLG.H" />
    289     <ClInclude Include="SPECIAL.H" />
    290     <ClInclude Include="STAGE.H" />
    291     <ClInclude Include="SUPER.H" />
    292     <ClInclude Include="TAB.H" />
    293     <ClInclude Include="TARCOM.H" />
    294     <ClInclude Include="TARGET.H" />
    295     <ClInclude Include="TCPIP.H" />
    296     <ClInclude Include="TEAM.H" />
    297     <ClInclude Include="TEAMTYPE.H" />
    298     <ClInclude Include="TECHNO.H" />
    299     <ClInclude Include="TEMPLATE.H" />
    300     <ClInclude Include="TERRAIN.H" />
    301     <ClInclude Include="TEXTBLIT.H" />
    302     <ClInclude Include="TEXTBTN.H" />
    303     <ClInclude Include="THEME.H" />
    304     <ClInclude Include="TOGGLE.H" />
    305     <ClInclude Include="TRIGGER.H" />
    306     <ClInclude Include="TURRET.H" />
    307     <ClInclude Include="TXTLABEL.H" />
    308     <ClInclude Include="TYPE.H" />
    309     <ClInclude Include="UNIT.H" />
    310     <ClInclude Include="UTRACKER.H" />
    311     <ClInclude Include="VECTOR.H" />
    312     <ClInclude Include="VISUDLG.H" />
    313     <ClInclude Include="WATCOM.H" />
    314     <ClInclude Include="win32lib\AUDIO.H" />
    315     <ClInclude Include="win32lib\BUFFER.H" />
    316     <ClInclude Include="win32lib\DDRAW.H" />
    317     <ClInclude Include="win32lib\DEFINES.H" />
    318     <ClInclude Include="win32lib\DESCMGMT.H" />
    319     <ClInclude Include="win32lib\DIPTHONG.H" />
    320     <ClInclude Include="win32lib\DPLAY.H" />
    321     <ClInclude Include="win32lib\DRAWBUFF.H" />
    322     <ClInclude Include="win32lib\DSETUP.H" />
    323     <ClInclude Include="win32lib\DSOUND.H" />
    324     <ClInclude Include="win32lib\EXTERNS.H" />
    325     <ClInclude Include="win32lib\FACINGFF.h" />
    326     <ClInclude Include="win32lib\FASTFILE.H" />
    327     <ClInclude Include="win32lib\FILE.H" />
    328     <ClInclude Include="win32lib\FILEPCX.H" />
    329     <ClInclude Include="win32lib\FILETEMP.H" />
    330     <ClInclude Include="win32lib\FONT.H" />
    331     <ClInclude Include="win32lib\FUNCTION.H" />
    332     <ClInclude Include="win32lib\GBUFFER.H" />
    333     <ClInclude Include="win32lib\ICONCACH.H" />
    334     <ClInclude Include="win32lib\IFF.H" />
    335     <ClInclude Include="win32lib\KEYBOARD.H" />
    336     <ClInclude Include="win32lib\MEMFLAG.H" />
    337     <ClInclude Include="win32lib\MISC.H" />
    338     <ClInclude Include="win32lib\MODEMREG.H" />
    339     <ClInclude Include="win32lib\MONO.H" />
    340     <ClInclude Include="win32lib\MOUSE.H" />
    341     <ClInclude Include="win32lib\PALETTE.H" />
    342     <ClInclude Include="win32lib\PLAYCD.H" />
    343     <ClInclude Include="win32lib\PROFILE.H" />
    344     <ClInclude Include="win32lib\RAWFILE.H" />
    345     <ClInclude Include="win32lib\SHAPE.H" />
    346     <ClInclude Include="win32lib\SOUND.H" />
    347     <ClInclude Include="win32lib\SOUNDINT.H" />
    348     <ClInclude Include="win32lib\STRUCTS.H" />
    349     <ClInclude Include="win32lib\TILE.H" />
    350     <ClInclude Include="win32lib\TIMER.H" />
    351     <ClInclude Include="win32lib\VIDEO.H" />
    352     <ClInclude Include="win32lib\WINCOMM.H" />
    353     <ClInclude Include="win32lib\WSA.H" />
    354     <ClInclude Include="win32lib\WWFILE.H" />
    355     <ClInclude Include="win32lib\WWLIB32.H" />
    356     <ClInclude Include="win32lib\WWMEM.H" />
    357     <ClInclude Include="win32lib\WWSTD.H" />
    358     <ClInclude Include="win32lib\WW_WIN.H" />
    359     <ClInclude Include="win32lib\_FILE.H" />
    360     <ClInclude Include="WWALLOC.H" />
    361     <ClInclude Include="WWFILE.H" />
    362   </ItemGroup>
    363   <ItemGroup>
    364     <ClCompile Include="AADATA.CPP" />
    365     <ClCompile Include="ABSTRACT.CPP" />
    366     <ClCompile Include="ADATA.CPP" />
    367     <ClCompile Include="AIRCRAFT.CPP" />
    368     <ClCompile Include="ALLOC.CPP">
    369       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
    370       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
    371     </ClCompile>
    372     <ClCompile Include="ANIM.CPP" />
    373     <ClCompile Include="AUDIO.CPP" />
    374     <ClCompile Include="BASE.CPP" />
    375     <ClCompile Include="BBDATA.CPP" />
    376     <ClCompile Include="BDATA.CPP" />
    377     <ClCompile Include="BUILDING.CPP" />
    378     <ClCompile Include="BULLET.CPP" />
    379     <ClCompile Include="CARGO.CPP" />
    380     <ClCompile Include="CCDDE.CPP" />
    381     <ClCompile Include="CCFILE.CPP" />
    382     <ClCompile Include="CDATA.CPP" />
    383     <ClCompile Include="CDFILE.CPP" />
    384     <ClCompile Include="CELL.CPP" />
    385     <ClCompile Include="CHECKBOX.CPP" />
    386     <ClCompile Include="CHEKLIST.CPP" />
    387     <ClCompile Include="COLRLIST.CPP" />
    388     <ClCompile Include="COMBAT.CPP" />
    389     <ClCompile Include="COMBUF.CPP" />
    390     <ClCompile Include="COMQUEUE.CPP" />
    391     <ClCompile Include="CONFDLG.CPP" />
    392     <ClCompile Include="CONNECT.CPP" />
    393     <ClCompile Include="CONQUER.CPP" />
    394     <ClCompile Include="CONST.CPP" />
    395     <ClCompile Include="CONTROL.CPP" />
    396     <ClCompile Include="COORD.CPP" />
    397     <ClCompile Include="CREDITS.CPP" />
    398     <ClCompile Include="CREW.CPP" />
    399     <ClCompile Include="DDE.CPP" />
    400     <ClCompile Include="DEBUG.CPP" />
    401     <ClCompile Include="DESCDLG.CPP" />
    402     <ClCompile Include="DIAL8.CPP" />
    403     <ClCompile Include="DIALOG.CPP" />
    404     <ClCompile Include="DISPLAY.CPP" />
    405     <ClCompile Include="DLLInterface.cpp" />
    406     <ClCompile Include="DLLInterfaceEditor.cpp" />
    407     <ClCompile Include="DOOR.CPP" />
    408     <ClCompile Include="DPMI.CPP" />
    409     <ClCompile Include="DRIVE.CPP" />
    410     <ClCompile Include="EDIT.CPP" />
    411     <ClCompile Include="ENDING.CPP" />
    412     <ClCompile Include="EVENT.CPP" />
    413     <ClCompile Include="EXPAND.CPP" />
    414     <ClCompile Include="FACING.CPP" />
    415     <ClCompile Include="FACTORY.CPP" />
    416     <ClCompile Include="FIELD.CPP" />
    417     <ClCompile Include="FINDPATH.CPP" />
    418     <ClCompile Include="FLASHER.CPP" />
    419     <ClCompile Include="FLY.CPP" />
    420     <ClCompile Include="FOOT.CPP" />
    421     <ClCompile Include="FUSE.CPP" />
    422     <ClCompile Include="GADGET.CPP" />
    423     <ClCompile Include="GAMEDLG.CPP" />
    424     <ClCompile Include="GAUGE.CPP" />
    425     <ClCompile Include="GLOBALS.CPP" />
    426     <ClCompile Include="GOPTIONS.CPP" />
    427     <ClCompile Include="GSCREEN.CPP" />
    428     <ClCompile Include="HDATA.CPP" />
    429     <ClCompile Include="HEAP.CPP" />
    430     <ClCompile Include="HELP.CPP" />
    431     <ClCompile Include="HOUSE.CPP" />
    432     <ClCompile Include="IDATA.CPP" />
    433     <ClCompile Include="INFANTRY.CPP" />
    434     <ClCompile Include="INI.CPP" />
    435     <ClCompile Include="INIT.CPP" />
    436     <ClCompile Include="INTERNET.CPP" />
    437     <ClCompile Include="INTERPAL.CPP" />
    438     <ClCompile Include="INTRO.CPP" />
    439     <ClCompile Include="IOMAP.CPP" />
    440     <ClCompile Include="IOOBJ.CPP" />
    441     <ClCompile Include="IPX.CPP" />
    442     <ClCompile Include="IPX95.CPP" />
    443     <ClCompile Include="IPXADDR.CPP" />
    444     <ClCompile Include="IPXCONN.CPP" />
    445     <ClCompile Include="IPXGCONN.CPP" />
    446     <ClCompile Include="IPXMGR.CPP" />
    447     <ClCompile Include="JSHELL.CPP" />
    448     <ClCompile Include="KEYFRAME.CPP" />
    449     <ClCompile Include="LAYER.CPP" />
    450     <ClCompile Include="LINK.CPP" />
    451     <ClCompile Include="LIST.CPP" />
    452     <ClCompile Include="LOADDLG.CPP" />
    453     <ClCompile Include="LOGIC.CPP" />
    454     <ClCompile Include="MAP.CPP" />
    455     <ClCompile Include="MAPEDDLG.CPP" />
    456     <ClCompile Include="MAPEDIT.CPP" />
    457     <ClCompile Include="MAPEDPLC.CPP" />
    458     <ClCompile Include="MAPEDSEL.CPP" />
    459     <ClCompile Include="MAPEDTM.CPP" />
    460     <ClCompile Include="MAPSEL.CPP" />
    461     <ClCompile Include="MENUS.CPP" />
    462     <ClCompile Include="MiscAsm.cpp" />
    463     <ClCompile Include="MISSION.CPP" />
    464     <ClCompile Include="MIXFILE.CPP" />
    465     <ClCompile Include="MONOC.CPP" />
    466     <ClCompile Include="MOUSE.CPP" />
    467     <ClCompile Include="MPLAYER.CPP" />
    468     <ClCompile Include="MSGBOX.CPP" />
    469     <ClCompile Include="MSGLIST.CPP" />
    470     <ClCompile Include="NETDLG.CPP" />
    471     <ClCompile Include="NOSEQCON.CPP" />
    472     <ClCompile Include="NULLCONN.CPP" />
    473     <ClCompile Include="NULLDLG.CPP" />
    474     <ClCompile Include="NULLMGR.CPP" />
    475     <ClCompile Include="OBJECT.CPP" />
    476     <ClCompile Include="ODATA.CPP" />
    477     <ClCompile Include="OPTIONS.CPP" />
    478     <ClCompile Include="OVERLAY.CPP" />
    479     <ClCompile Include="PACKET.CPP" />
    480     <ClCompile Include="POWER.CPP" />
    481     <ClCompile Include="PROFILE.CPP" />
    482     <ClCompile Include="QUEUE.CPP" />
    483     <ClCompile Include="RADAR.CPP" />
    484     <ClCompile Include="RADIO.CPP" />
    485     <ClCompile Include="RAND.CPP" />
    486     <ClCompile Include="RAWFILE.CPP" />
    487     <ClCompile Include="REINF.CPP" />
    488     <ClCompile Include="RULES.CPP" />
    489     <ClCompile Include="SAVELOAD.CPP" />
    490     <ClCompile Include="SCENARIO.CPP" />
    491     <ClCompile Include="SCORE.CPP" />
    492     <ClCompile Include="SCROLL.CPP" />
    493     <ClCompile Include="SDATA.CPP" />
    494     <ClCompile Include="SEQCONN.CPP" />
    495     <ClCompile Include="Shape.cpp" />
    496     <ClCompile Include="SHAPEBTN.CPP" />
    497     <ClCompile Include="SIDEBAR.CPP" />
    498     <ClCompile Include="SIDEBARGlyphx.CPP" />
    499     <ClCompile Include="SLIDER.CPP" />
    500     <ClCompile Include="SMUDGE.CPP" />
    501     <ClCompile Include="SOUNDDLG.CPP" />
    502     <ClCompile Include="SPECIAL.CPP" />
    503     <ClCompile Include="STARTUP.CPP" />
    504     <ClCompile Include="STATS.CPP" />
    505     <ClCompile Include="SUPER.CPP" />
    506     <ClCompile Include="TAB.CPP" />
    507     <ClCompile Include="TARCOM.CPP" />
    508     <ClCompile Include="TARGET.CPP" />
    509     <ClCompile Include="TCPIP.CPP" />
    510     <ClCompile Include="TDATA.CPP" />
    511     <ClCompile Include="TEAM.CPP" />
    512     <ClCompile Include="TEAMTYPE.CPP" />
    513     <ClCompile Include="TECHNO.CPP" />
    514     <ClCompile Include="TEMPLATE.CPP" />
    515     <ClCompile Include="TERRAIN.CPP" />
    516     <ClCompile Include="TEXTBTN.CPP" />
    517     <ClCompile Include="THEME.CPP" />
    518     <ClCompile Include="TOGGLE.CPP" />
    519     <ClCompile Include="TRIGGER.CPP" />
    520     <ClCompile Include="TURRET.CPP" />
    521     <ClCompile Include="TXTLABEL.CPP" />
    522     <ClCompile Include="UDATA.CPP" />
    523     <ClCompile Include="UNIT.CPP" />
    524     <ClCompile Include="UTRACKER.CPP" />
    525     <ClCompile Include="VECTOR.CPP" />
    526     <ClCompile Include="VISUDLG.CPP" />
    527     <ClCompile Include="win32lib\ALLOC.CPP" />
    528     <ClCompile Include="win32lib\BUFFER.CPP" />
    529     <ClCompile Include="win32lib\BUFFGLBL.CPP" />
    530     <ClCompile Include="win32lib\DDRAW.CPP" />
    531     <ClCompile Include="win32lib\DIPTHONG.CPP" />
    532     <ClCompile Include="win32lib\DrawMisc.cpp" />
    533     <ClCompile Include="win32lib\DRAWRECT.CPP" />
    534     <ClCompile Include="win32lib\FONT.CPP" />
    535     <ClCompile Include="win32lib\GBUFFER.CPP" />
    536     <ClCompile Include="win32lib\GETSHAPE.CPP" />
    537     <ClCompile Include="win32lib\ICONSET.CPP" />
    538     <ClCompile Include="win32lib\IFF.CPP" />
    539     <ClCompile Include="win32lib\IRANDOM.CPP" />
    540     <ClCompile Include="win32lib\KEYBOARD.CPP" />
    541     <ClCompile Include="win32lib\LOAD.CPP" />
    542     <ClCompile Include="win32lib\LOADFONT.CPP" />
    543     <ClCompile Include="win32lib\LOADPAL.CPP" />
    544     <ClCompile Include="win32lib\MEM.CPP" />
    545     <ClCompile Include="win32lib\MORPHPAL.CPP" />
    546     <ClCompile Include="win32lib\MOUSEWW.CPP" />
    547     <ClCompile Include="win32lib\NEWDEL.CPP" />
    548     <ClCompile Include="win32lib\PALETTE.CPP" />
    549     <ClCompile Include="win32lib\REGIONSZ.CPP" />
    550     <ClCompile Include="win32lib\SET_FONT.CPP" />
    551     <ClCompile Include="win32lib\TIMER.CPP" />
    552     <ClCompile Include="win32lib\TIMERDWN.CPP" />
    553     <ClCompile Include="win32lib\TIMERINI.CPP" />
    554     <ClCompile Include="win32lib\WINDOWS.CPP" />
    555     <ClCompile Include="win32lib\WINHIDE.CPP" />
    556     <ClCompile Include="win32lib\WRITEPCX.CPP" />
    557     <ClCompile Include="win32lib\WSA.CPP" />
    558     <ClCompile Include="win32lib\_DIPTABL.CPP" />
    559     <ClCompile Include="WINSTUB.CPP" />
    560   </ItemGroup>
    561   <ItemGroup>
    562     <ResourceCompile Include="Resource\TiberianDawn.rc" />
    563   </ItemGroup>
    564   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    565   <ImportGroup Label="ExtensionTargets">
    566     <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
    567   </ImportGroup>
    568 </Project>