You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
258 lines
12 KiB
XML
258 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" 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>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectGuid>{96CC0925-B7EB-4FB6-8596-933F1C7ED87E}</ProjectGuid>
|
|
<RootNamespace>RW37</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<ImportGroup>
|
|
<Import Project="defaults.props" />
|
|
</ImportGroup>
|
|
<ImportGroup>
|
|
<Import Project="..\..\..\_repoconfig\$(ProjectName).props" Condition="Exists('..\..\..\_repoconfig\$(ProjectName).props')" />
|
|
</ImportGroup>
|
|
<Import Project="$(ProjectName).vcxproj.user" Condition="Exists('$(ProjectName).vcxproj.user')" />
|
|
<PropertyGroup Condition="'$(RW_STATIC)'=='true'">
|
|
<OutDir>$(ProjectDir)..\lib\$(Platform)\$(Configuration)\</OutDir>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(RW_STATIC)'!='true'">
|
|
<OutDir>$(ProjectDir)..\bin\$(Platform)\$(Configuration)\</OutDir>
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RWCORE>true</RWCORE>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
</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>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<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|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PropertyPageSchema Include="customprops.xml" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<IntDir>$(ProjectDir)..\obj\$(Platform)\$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>false</SDLCheck>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>_RW_CORE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<DisableSpecificWarnings>
|
|
</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>false</SDLCheck>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>_RW_CORE;NOASM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<DisableSpecificWarnings>
|
|
</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>false</SDLCheck>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>_RW_CORE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<DisableSpecificWarnings>
|
|
</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>false</SDLCheck>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<PreprocessorDefinitions>_RW_CORE;NOASM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<DisableSpecificWarnings>
|
|
</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\collis\**\*.c" />
|
|
<ClCompile Include="..\src\driver\common\**\*.c" />
|
|
<ClCompile Include="..\src\os\win\**\*.c" />
|
|
<ClCompile Include="..\src\src\*.c" />
|
|
<ClCompile Include="..\src\src\plcore\**\*.c" />
|
|
<ClCompile Include="..\src\src\pipe\p2\*.c" />
|
|
<ClCompile Include="..\src\toon\**\*.c" />
|
|
<ClCompile Include="..\src\world\*.c" />
|
|
<ClCompile Include="..\src\world\pipe\p2\*.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\collis\collbuild.h" />
|
|
<ClInclude Include="..\include\collis\colldata.h" />
|
|
<ClInclude Include="..\include\collis\collquery.h" />
|
|
<ClInclude Include="..\include\collis\ctbuild.h" />
|
|
<ClInclude Include="..\include\collis\ctdata.h" />
|
|
<ClInclude Include="..\include\collis\ctquery.h" />
|
|
<ClInclude Include="..\include\collis\rpcollis.h" />
|
|
<ClInclude Include="..\include\collis\rpplugin.h" />
|
|
<ClInclude Include="..\include\driver\common\**\*.h" />
|
|
<ClInclude Include="..\include\os\win\**\*.h" />
|
|
<ClInclude Include="..\include\src\*.h" />
|
|
<ClInclude Include="..\include\src\plcore\**\*.h" />
|
|
<ClInclude Include="..\include\src\pipe\p2\*.h" />
|
|
<ClInclude Include="..\include\toon\**\*.h" />
|
|
<ClInclude Include="..\include\world\*.h" />
|
|
<ClInclude Include="..\include\world\pipe\p2\*.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\src\**\*.def" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<MASM Include="..\src\driver\common\**\*.asm" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="customprops.xml" />
|
|
<None Include="defaults.props" />
|
|
<None Include="buildcfg.targets" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
|
</ImportGroup>
|
|
<Import Project="buildcfg.targets" />
|
|
<ItemDefinitionGroup Condition="'$(RWDRIVER)'=='D3D8'">
|
|
<Lib>
|
|
<AdditionalDependencies>d3d8.lib;d3dx8.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
<Link>
|
|
<AdditionalDependencies>d3d8.lib;d3dx8.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(RWDRIVER)'=='D3D9'">
|
|
<Lib>
|
|
<AdditionalDependencies>d3d9.lib;d3dx9.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Lib>
|
|
<Link>
|
|
<AdditionalDependencies>d3d9.lib;d3dx9.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\driver\d3d8\**\*.c">
|
|
<ExcludedFromBuild Condition="'$(RWDRIVER)'!='D3D8'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClInclude Include="..\include\driver\d3d8\**\*.h" />
|
|
<ClCompile Include="..\src\src\pipe\p2\d3d8\**\*.c">
|
|
<ExcludedFromBuild Condition="'$(RWDRIVER)'!='D3D8'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClInclude Include="..\include\src\pipe\p2\d3d8\**\*.h" />
|
|
<ClCompile Include="..\src\world\pipe\p2\d3d8\**\*.c">
|
|
<ExcludedFromBuild Condition="'$(RWDRIVER)'!='D3D8'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClInclude Include="..\include\world\pipe\p2\d3d8\**\*.h" />
|
|
<ClCompile Include="..\src\driver\d3d9\**\*.c">
|
|
<ExcludedFromBuild Condition="'$(RWDRIVER)'!='D3D9'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClInclude Include="..\include\driver\d3d9\**\*.h" />
|
|
<ClCompile Include="..\src\src\pipe\p2\d3d9\**\*.c">
|
|
<ExcludedFromBuild Condition="'$(RWDRIVER)'!='D3D9'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClInclude Include="..\include\src\pipe\p2\d3d9\**\*.h" />
|
|
<ClCompile Include="..\src\world\pipe\p2\d3d9\**\*.c">
|
|
<ExcludedFromBuild Condition="'$(RWDRIVER)'!='D3D9'">true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClInclude Include="..\include\world\pipe\p2\d3d9\**\*.h" />
|
|
</ItemGroup>
|
|
<ItemDefinitionGroup Condition="'$(RW_STATIC)'!='true'">
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<ImportLibrary>$(ProjectDir)../lib/$(Platform)/$(Configuration)/$(ProjectName).lib</ImportLibrary>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>RW_BRANCH_$(RW_BRANCH);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
</Project> |