Files
gtav-src/tools_ng/etc/projbuild/tool_library_configurations.xml
T
2025-09-29 00:52:08 +02:00

546 lines
15 KiB
XML
Executable File

<?xml version="1.0"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="projbuild.xsd">
<platform name="win32">
<target name="ToolDebug">
<config output_path="win32_tooldebug" character_set="notset">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolRelease">
<config output_path="win32_toolrelease" character_set="multibyte">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolDebugUnicode">
<config output_path="win32_tooldebugunicode" character_set="unicode">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
<define value="_UNICODE"/>
<define value="UNICODE"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolReleaseUnicode">
<config output_path="win32_toolreleaseunicode" character_set="unicode">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
<define value="_UNICODE"/>
<define value="UNICODE"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<!-- DLL Runtime Library Configurations -->
<target name="ToolDebug-DLL">
<config output_path="win32_tooldebug_dll" character_set="notset">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolRelease-DLL">
<config output_path="win32_toolrelease_dll" character_set="multibyte">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolDebugUnicode-DLL">
<config output_path="win32_tooldebugunicode_dll" character_set="unicode">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
<define value="_UNICODE"/>
<define value="UNICODE"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolReleaseUnicode-DLL">
<config output_path="win32_toolreleaseunicode_dll" character_set="unicode">
<includepaths>
</includepaths>
<defines>
<define value="WIN32"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
<define value="_UNICODE"/>
<define value="UNICODE"/>
</defines>
<options/>
<vc>
<VCCLCompilerTool
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
</platform>
<platform name="win64">
<target name="ToolDebug">
<config output_path="win64_tooldebug" character_set="notset">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolRelease">
<config output_path="win64_toolrelease" character_set="multibyte">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
Name="VCCLCompilerTool"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolDebugUnicode">
<config output_path="win64_tooldebugunicode" character_set="unicode">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
<define value="UNICODE"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolReleaseUnicode">
<config output_path="win64_toolreleaseunicode" character_set="unicode">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
<define value="UNICODE"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
Name="VCCLCompilerTool"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<!-- DLL Runtime Library Configurations -->
<target name="ToolDebug-DLL">
<config output_path="win64_tooldebug_dll" character_set="notset">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolRelease-DLL">
<config output_path="win64_toolrelease_dll" character_set="multibyte">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolDebugUnicode-DLL">
<config output_path="win64_tooldebugunicode_dll" character_set="unicode">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="_DEBUG"/>
<define value="_LIB"/>
<define value="UNICODE"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
Optimization="0"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
<target name="ToolReleaseUnicode-DLL">
<config output_path="win64_toolreleaseunicode_dll" character_set="unicode">
<defines>
<define value="WIN64"/>
<define value="_WINDOWS"/>
<define value="NDEBUG"/>
<define value="_LIB"/>
<define value="UNICODE"/>
</defines>
<includepaths>
</includepaths>
<options/>
<vc>
<VCCLCompilerTool
Name="VCCLCompilerTool"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level4</WarningLevel>
<TreatWarningAsError>true</TreatWarningAsError>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
</vc>
</config>
</target>
</platform>
</project>