142 lines
6.4 KiB
XML
142 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
<ItemGroup Label="ProjectConfigurations">
|
|||
<ProjectConfiguration Include="Debug|Win32">
|
|||
<Configuration>Debug</Configuration>
|
|||
<Platform>Win32</Platform>
|
|||
</ProjectConfiguration>
|
|||
<ProjectConfiguration Include="Release|Win32">
|
|||
<Configuration>Release</Configuration>
|
|||
<Platform>Win32</Platform>
|
|||
</ProjectConfiguration>
|
|||
</ItemGroup>
|
|||
<PropertyGroup Label="Globals">
|
|||
<VCProjectVersion>16.0</VCProjectVersion>
|
|||
<Keyword>Win32Proj</Keyword>
|
|||
<ProjectGuid>{591656e3-d430-4b1c-bad3-bdfc283f39a2}</ProjectGuid>
|
|||
<RootNamespace>totalapatchincpp</RootNamespace>
|
|||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|||
</PropertyGroup>
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
<PlatformToolset>v143</PlatformToolset>
|
|||
<CharacterSet>MultiByte</CharacterSet>
|
|||
<UseOfMfc>Static</UseOfMfc>
|
|||
</PropertyGroup>
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
<PlatformToolset>v143</PlatformToolset>
|
|||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|||
<CharacterSet>MultiByte</CharacterSet>
|
|||
<UseOfMfc>Static</UseOfMfc>
|
|||
</PropertyGroup>
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
<ImportGroup Label="ExtensionSettings">
|
|||
</ImportGroup>
|
|||
<ImportGroup Label="Shared">
|
|||
</ImportGroup>
|
|||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
</ImportGroup>
|
|||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
</ImportGroup>
|
|||
<PropertyGroup Label="UserMacros" />
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
<LinkIncremental>true</LinkIncremental>
|
|||
<TargetName>Patch5</TargetName>
|
|||
<OutDir>R:\TA-ReImagined-WorkFolder\totala\</OutDir>
|
|||
</PropertyGroup>
|
|||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
<LinkIncremental>false</LinkIncremental>
|
|||
<TargetName>Patch5</TargetName>
|
|||
<OutDir>R:\TA-ReImagined-WorkFolder\totala\</OutDir>
|
|||
</PropertyGroup>
|
|||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
<ClCompile>
|
|||
<WarningLevel>Level3</WarningLevel>
|
|||
<SDLCheck>false</SDLCheck>
|
|||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
<ConformanceMode>true</ConformanceMode>
|
|||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|||
<OmitFramePointers>true</OmitFramePointers>
|
|||
</ClCompile>
|
|||
<Link>
|
|||
<SubSystem>Windows</SubSystem>
|
|||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
<EntryPointSymbol>DllMain</EntryPointSymbol>
|
|||
</Link>
|
|||
</ItemDefinitionGroup>
|
|||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
<ClCompile>
|
|||
<WarningLevel>Level3</WarningLevel>
|
|||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|||
<SDLCheck>false</SDLCheck>
|
|||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
<ConformanceMode>true</ConformanceMode>
|
|||
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|||
<Optimization>Disabled</Optimization>
|
|||
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|||
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|||
<OmitFramePointers>true</OmitFramePointers>
|
|||
</ClCompile>
|
|||
<Link>
|
|||
<SubSystem>Windows</SubSystem>
|
|||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
<OptimizeReferences>true</OptimizeReferences>
|
|||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
<EntryPointSymbol>DllMain</EntryPointSymbol>
|
|||
</Link>
|
|||
</ItemDefinitionGroup>
|
|||
<ItemGroup>
|
|||
<ClCompile Include="dllmain.cpp" />
|
|||
</ItemGroup>
|
|||
<ItemGroup>
|
|||
<ClInclude Include="accessors.h" />
|
|||
<ClInclude Include="buildlinesandrings.h" />
|
|||
<ClInclude Include="builtin.h" />
|
|||
<ClInclude Include="commanderwarp.h" />
|
|||
<ClInclude Include="damage.h" />
|
|||
<ClInclude Include="hotkeys.h" />
|
|||
<ClInclude Include="input.h" />
|
|||
<ClInclude Include="insert.h" />
|
|||
<ClInclude Include="megamap.h" />
|
|||
<ClInclude Include="mymod.h" />
|
|||
<ClInclude Include="defines.h" />
|
|||
<ClInclude Include="headers.h" />
|
|||
<ClInclude Include="nanocolors.h" />
|
|||
<ClInclude Include="now.h" />
|
|||
<ClInclude Include="patcher.h" />
|
|||
<ClInclude Include="pathfinding.h" />
|
|||
<ClInclude Include="recorder.h" />
|
|||
<ClInclude Include="rendering.h" />
|
|||
<ClInclude Include="renderthread.h" />
|
|||
<ClInclude Include="resource.h" />
|
|||
<ClInclude Include="resourcebars.h" />
|
|||
<ClInclude Include="sfxlimit.h" />
|
|||
<ClInclude Include="shiftqueueaddsub.h" />
|
|||
<ClInclude Include="soundmixingbuffers.h" />
|
|||
<ClInclude Include="totalafunctions.h" />
|
|||
<ClInclude Include="trashbincompat.h" />
|
|||
<ClInclude Include="unitids.h" />
|
|||
<ClInclude Include="unitlimittypes.h" />
|
|||
<ClInclude Include="valkyriecompat.h" />
|
|||
<ClInclude Include="watermark1.h" />
|
|||
<ClInclude Include="weaponids.h">
|
|||
<FileType>CppHeader</FileType>
|
|||
</ClInclude>
|
|||
<ClInclude Include="whiteboard.h" />
|
|||
<ClInclude Include="xonrecordercompat.h" />
|
|||
</ItemGroup>
|
|||
<ItemGroup>
|
|||
<ResourceCompile Include="Resource.rc" />
|
|||
</ItemGroup>
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
<ImportGroup Label="ExtensionTargets">
|
|||
</ImportGroup>
|
|||
</Project>
|