mirror of
https://github.com/Q3Rally-Team/rallyunlimited-engine.git
synced 2024-11-10 07:22:08 +00:00
235 lines
No EOL
13 KiB
XML
235 lines
No EOL
13 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|ARM64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{17867AF4-12CB-4847-A13E-BF37D8BDF597}</ProjectGuid>
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</OutDir>
|
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<OutDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</OutDir>
|
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
<OutDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</OutDir>
|
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</OutDir>
|
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<OutDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</OutDir>
|
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
<OutDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</OutDir>
|
|
<IntDir>.\build\$(ProjectName)_$(Configuration)_$(PlatformTarget)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<FloatingPointExceptions>true</FloatingPointExceptions>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
</ClCompile>
|
|
<Lib>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
<ClCompile>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\libjpeg\jaricom.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcapimin.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcapistd.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcarith.c" />
|
|
<ClCompile Include="..\..\libjpeg\jccoefct.c" />
|
|
<ClCompile Include="..\..\libjpeg\jccolor.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcdctmgr.c" />
|
|
<ClCompile Include="..\..\libjpeg\jchuff.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcinit.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcmainct.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcmarker.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcmaster.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcomapi.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcparam.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcprepct.c" />
|
|
<ClCompile Include="..\..\libjpeg\jcsample.c" />
|
|
<ClCompile Include="..\..\libjpeg\jctrans.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdapimin.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdapistd.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdarith.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdatadst.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdatasrc.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdcoefct.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdcolor.c" />
|
|
<ClCompile Include="..\..\libjpeg\jddctmgr.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdhuff.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdinput.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdmainct.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdmarker.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdmaster.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdmerge.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdpostct.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdsample.c" />
|
|
<ClCompile Include="..\..\libjpeg\jdtrans.c" />
|
|
<ClCompile Include="..\..\libjpeg\jerror.c" />
|
|
<ClCompile Include="..\..\libjpeg\jfdctflt.c" />
|
|
<ClCompile Include="..\..\libjpeg\jfdctfst.c" />
|
|
<ClCompile Include="..\..\libjpeg\jfdctint.c" />
|
|
<ClCompile Include="..\..\libjpeg\jidctflt.c" />
|
|
<ClCompile Include="..\..\libjpeg\jidctfst.c" />
|
|
<ClCompile Include="..\..\libjpeg\jidctint.c" />
|
|
<ClCompile Include="..\..\libjpeg\jmemmgr.c" />
|
|
<ClCompile Include="..\..\libjpeg\jmemnobs.c" />
|
|
<ClCompile Include="..\..\libjpeg\jquant1.c" />
|
|
<ClCompile Include="..\..\libjpeg\jquant2.c" />
|
|
<ClCompile Include="..\..\libjpeg\jutils.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\libjpeg\jconfig.h" />
|
|
<ClInclude Include="..\..\libjpeg\jdct.h" />
|
|
<ClInclude Include="..\..\libjpeg\jerror.h" />
|
|
<ClInclude Include="..\..\libjpeg\jinclude.h" />
|
|
<ClInclude Include="..\..\libjpeg\jmemsys.h" />
|
|
<ClInclude Include="..\..\libjpeg\jmorecfg.h" />
|
|
<ClInclude Include="..\..\libjpeg\jpegint.h" />
|
|
<ClInclude Include="..\..\libjpeg\jpeglib.h" />
|
|
<ClInclude Include="..\..\libjpeg\jversion.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |