mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
270 lines
15 KiB
XML
270 lines
15 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>
|
|
<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>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{b273a875-6618-49fe-8ca4-0b693ba264d5}</ProjectGuid>
|
|
<RootNamespace>libprotobuf</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</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>
|
|
<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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)\</OutDir>
|
|
<TargetName>libprotobuf_x86</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)\</OutDir>
|
|
<TargetName>libprotobuf_x86</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)\</OutDir>
|
|
<TargetName>libprotobuf_x64</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(SolutionDir)r5dev\;$(IncludePath);</IncludePath>
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\$(Configuration)\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\$(Configuration)\</OutDir>
|
|
<TargetName>libprotobuf_x64</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj /D _CRT_SECURE_NO_WARNINGS </AdditionalOptions>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj /D _CRT_SECURE_NO_WARNINGS </AdditionalOptions>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj /D _CRT_SECURE_NO_WARNINGS </AdditionalOptions>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<AdditionalOptions>%(AdditionalOptions) /utf-8 /bigobj /D _CRT_SECURE_NO_WARNINGS </AdditionalOptions>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="..\thirdparty\protobuf\version.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\thirdparty\protobuf\any_lite.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\arena.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\arenastring.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\extension_set.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\generated_enum_util.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\generated_message_tctable_lite.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\generated_message_util.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\implicit_weak_message.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\inlined_string_field.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\io\coded_stream.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\io\io_win32.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\io\strtod.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream_impl.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\io\zero_copy_stream_impl_lite.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\map.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\message_lite.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\parse_context.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\repeated_field.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\repeated_ptr_field.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\bytestream.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\common.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\int128.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\status.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\statusor.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\stringpiece.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\stringprintf.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\structurally_valid.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\strutil.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\stubs\time.cc" />
|
|
<ClCompile Include="..\thirdparty\protobuf\wire_format_lite.cc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\thirdparty\protobuf\any.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\arena.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\arenastring.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\arena_impl.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\explicitly_constructed.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\extension_set.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\extension_set_inl.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\generated_enum_util.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\generated_message_table_driven.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\generated_message_table_driven_lite.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\generated_message_tctable_decl.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\generated_message_tctable_impl.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\generated_message_util.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\has_bits.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\implicit_weak_message.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\inlined_string_field.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\io\coded_stream.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\io\io_win32.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\io\strtod.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream_impl.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\io\zero_copy_stream_impl_lite.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\map.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\map_entry_lite.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\map_field_lite.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\message_lite.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\parse_context.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\port.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\repeated_field.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\repeated_ptr_field.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\bytestream.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\callback.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\casts.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\common.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\hash.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\int128.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\logging.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\macros.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\map_util.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\mutex.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\once.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\platform_macros.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\port.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\status.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\statusor.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\stl_util.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\stringpiece.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\stringprintf.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\strutil.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\template_util.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\stubs\time.h" />
|
|
<ClInclude Include="..\thirdparty\protobuf\wire_format_lite.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |