2021-04-13 04:45:22 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-03-18 02:04:18 +01:00
|
|
|
<ProjectConfiguration Include="Profile|x64">
|
|
|
|
<Configuration>Profile</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2021-04-13 04:45:22 -07:00
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
<ProjectGuid>{18f8c75e-3844-4aa6-ab93-980a08253519}</ProjectGuid>
|
2021-12-25 22:36:38 +01:00
|
|
|
<RootNamespace>sdklauncher</RootNamespace>
|
2021-04-13 04:45:22 -07:00
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2021-12-25 22:36:38 +01:00
|
|
|
<ProjectName>sdklauncher</ProjectName>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2021-12-25 22:36:38 +01:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2022-03-04 16:06:36 +01:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2021-12-25 22:36:38 +01:00
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2021-12-25 22:36:38 +01:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-04-13 04:45:22 -07:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2022-03-04 16:06:36 +01:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2021-12-25 22:36:38 +01:00
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PropertyGroup>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
|
|
</PropertyGroup>
|
2021-04-13 04:45:22 -07:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
</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" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<Import Project="..\r5dev.props" />
|
2021-04-13 04:45:22 -07:00
|
|
|
</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>
|
2023-03-18 02:04:18 +01:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2021-04-13 04:45:22 -07:00
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
2023-02-06 23:01:18 +01:00
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath);</LibraryPath>
|
2022-02-08 16:32:00 +01:00
|
|
|
<TargetName>launcher</TargetName>
|
2022-11-14 00:58:26 +01:00
|
|
|
<OutDir>$(SolutionDir)game\</OutDir>
|
2023-02-06 23:52:09 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\debug\</IntDir>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2023-02-06 23:01:18 +01:00
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath);</LibraryPath>
|
2022-02-08 16:32:00 +01:00
|
|
|
<TargetName>launcher</TargetName>
|
2022-09-09 20:56:47 +02:00
|
|
|
<OutDir>$(SolutionDir)game\</OutDir>
|
2023-02-06 23:52:09 +01:00
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\release\</IntDir>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PropertyGroup>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
<IncludePath>$(IncludePath);</IncludePath>
|
|
|
|
<LibraryPath>$(LibraryPath);</LibraryPath>
|
|
|
|
<TargetName>launcher</TargetName>
|
|
|
|
<OutDir>$(SolutionDir)game\</OutDir>
|
|
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\profile\</IntDir>
|
|
|
|
</PropertyGroup>
|
2021-04-13 04:45:22 -07:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:21:18 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2021-12-25 22:36:38 +01:00
|
|
|
<DisableSpecificWarnings>
|
|
|
|
</DisableSpecificWarnings>
|
2021-09-12 07:15:42 -07:00
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2021-12-25 22:36:38 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
2023-03-20 12:23:43 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SDKLAUNCHER" /D "SPDLOG_COMPILED_LIB" %(AdditionalOptions)</AdditionalOptions>
|
2023-04-05 21:38:28 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\;$(ProjectDir)..\public\;$(ProjectDir)..\thirdparty\;</AdditionalIncludeDirectories>
|
2023-03-30 22:21:18 +02:00
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2021-04-13 04:45:22 -07:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2023-03-20 13:10:27 +01:00
|
|
|
<AdditionalDependencies>libcppkore_x64.lib;libdetours_x64.lib;libspdlog_x64.lib;shell32.lib;gdi32.lib;gdiplus.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2022-02-22 19:37:56 +01:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)lib\$(Configuration)\</AdditionalLibraryDirectories>
|
2023-03-30 22:57:19 +02:00
|
|
|
<TerminalServerAware>true</TerminalServerAware>
|
2021-04-13 04:45:22 -07:00
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2022-02-11 00:46:41 +01:00
|
|
|
<Command>IF EXIST "$(SolutionDir)..\..\r5apexdata.bin" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PostBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:21:18 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2021-12-25 22:36:38 +01:00
|
|
|
<DisableSpecificWarnings>
|
|
|
|
</DisableSpecificWarnings>
|
2023-03-30 22:47:17 +02:00
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
2023-03-30 22:21:18 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2023-03-30 22:47:17 +02:00
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
2021-06-08 10:54:49 -07:00
|
|
|
<StringPooling>true</StringPooling>
|
2021-12-25 22:36:38 +01:00
|
|
|
<CreateHotpatchableImage>
|
|
|
|
</CreateHotpatchableImage>
|
2023-03-30 22:47:17 +02:00
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
2021-09-12 07:15:42 -07:00
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2021-12-25 22:36:38 +01:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
2023-03-20 12:23:43 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SDKLAUNCHER" /D "SPDLOG_COMPILED_LIB" /D "SPDLOG_NO_EXCEPTIONS" %(AdditionalOptions)</AdditionalOptions>
|
2023-04-05 21:38:28 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\;$(ProjectDir)..\public\;$(ProjectDir)..\thirdparty\;</AdditionalIncludeDirectories>
|
2023-03-30 22:21:18 +02:00
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2021-04-13 04:45:22 -07:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2023-03-20 13:10:27 +01:00
|
|
|
<AdditionalDependencies>libcppkore_x64.lib;libdetours_x64.lib;libspdlog_x64.lib;shell32.lib;gdi32.lib;gdiplus.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2022-02-22 19:37:56 +01:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)lib\$(Configuration)\</AdditionalLibraryDirectories>
|
2022-05-13 17:37:23 +02:00
|
|
|
<SetChecksum>true</SetChecksum>
|
2023-03-30 22:57:19 +02:00
|
|
|
<TerminalServerAware>true</TerminalServerAware>
|
2023-03-31 20:05:10 +02:00
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
2021-04-13 04:45:22 -07:00
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
2022-02-11 00:46:41 +01:00
|
|
|
<Command>IF EXIST "$(SolutionDir)..\..\r5apexdata.bin" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
2021-04-13 04:45:22 -07:00
|
|
|
</PostBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
2023-03-18 02:04:18 +01:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_PROFILE;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2023-03-30 22:21:18 +02:00
|
|
|
<ConformanceMode>false</ConformanceMode>
|
2023-03-18 02:04:18 +01:00
|
|
|
<DisableSpecificWarnings>
|
|
|
|
</DisableSpecificWarnings>
|
|
|
|
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<CreateHotpatchableImage>
|
|
|
|
</CreateHotpatchableImage>
|
|
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
|
|
<PrecompiledHeaderFile>core\stdafx.h</PrecompiledHeaderFile>
|
2023-03-20 12:23:43 +01:00
|
|
|
<AdditionalOptions>/D "_CRT_SECURE_NO_WARNINGS" /D "SDKLAUNCHER" /D "SPDLOG_COMPILED_LIB" %(AdditionalOptions)</AdditionalOptions>
|
2023-04-05 21:38:28 +02:00
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\;$(ProjectDir)..\public\;$(ProjectDir)..\thirdparty\;</AdditionalIncludeDirectories>
|
2023-03-18 02:04:18 +01:00
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2023-03-30 22:21:18 +02:00
|
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2023-03-18 02:04:18 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Console</SubSystem>
|
2023-03-18 02:37:55 +01:00
|
|
|
<EnableCOMDATFolding>
|
|
|
|
</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>
|
|
|
|
</OptimizeReferences>
|
2023-03-18 02:04:18 +01:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2023-03-20 13:10:27 +01:00
|
|
|
<AdditionalDependencies>libcppkore_x64.lib;libdetours_x64.lib;libspdlog_x64.lib;shell32.lib;gdi32.lib;gdiplus.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2023-03-18 02:04:18 +01:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)lib\$(Configuration)\</AdditionalLibraryDirectories>
|
2023-03-18 02:37:55 +01:00
|
|
|
<SetChecksum>
|
|
|
|
</SetChecksum>
|
|
|
|
<LinkTimeCodeGeneration />
|
2023-03-30 22:57:19 +02:00
|
|
|
<TerminalServerAware>true</TerminalServerAware>
|
2023-03-18 02:04:18 +01:00
|
|
|
</Link>
|
|
|
|
<PostBuildEvent>
|
|
|
|
<Command>IF EXIST "$(SolutionDir)..\..\r5apexdata.bin" del "$(SolutionDir)..\..\$(ProjectName)" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
|
|
|
|
</PostBuildEvent>
|
|
|
|
</ItemDefinitionGroup>
|
2021-04-13 04:45:22 -07:00
|
|
|
<ItemGroup>
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\core\stdafx.cpp">
|
2021-09-12 07:15:42 -07:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
2023-03-18 02:04:18 +01:00
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">Create</PrecompiledHeader>
|
2021-09-12 07:15:42 -07:00
|
|
|
</ClCompile>
|
2023-03-20 10:26:43 +01:00
|
|
|
<ClCompile Include="..\public\utility\binstream.cpp" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClCompile Include="..\public\utility\utility.cpp" />
|
2022-05-23 19:14:12 +02:00
|
|
|
<ClCompile Include="..\sdklauncher\basepanel.cpp" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClCompile Include="..\sdklauncher\sdklauncher.cpp" />
|
2021-04-13 04:45:22 -07:00
|
|
|
</ItemGroup>
|
2021-08-01 02:25:29 -07:00
|
|
|
<ItemGroup>
|
2022-02-22 12:25:09 +01:00
|
|
|
<ResourceCompile Include="..\resource\sdklauncher.rc" />
|
2021-08-19 15:26:44 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2022-02-22 12:25:09 +01:00
|
|
|
<Image Include="..\resource\ico\sdklauncher_dbg.ico" />
|
|
|
|
<Image Include="..\resource\ico\sdklauncher_rel.ico" />
|
2021-08-19 15:26:44 +02:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\core\stdafx.h" />
|
2022-06-06 01:31:20 +02:00
|
|
|
<ClInclude Include="..\launcher\launcherdefs.h" />
|
2023-03-20 10:26:43 +01:00
|
|
|
<ClInclude Include="..\public\utility\binstream.h" />
|
2022-08-09 17:18:07 +02:00
|
|
|
<ClInclude Include="..\public\utility\utility.h" />
|
2022-05-23 19:14:12 +02:00
|
|
|
<ClInclude Include="..\sdklauncher\basepanel.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\sdklauncher\sdklauncher.h" />
|
2022-05-24 02:23:37 +02:00
|
|
|
<ClInclude Include="..\sdklauncher\sdklauncher_const.h" />
|
2022-02-22 12:25:09 +01:00
|
|
|
<ClInclude Include="..\sdklauncher\sdklauncher_res.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\detours\include\detours.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\detours\include\detver.h" />
|
|
|
|
<ClInclude Include="..\thirdparty\detours\include\syelog.h" />
|
2021-08-01 02:25:29 -07:00
|
|
|
</ItemGroup>
|
2021-04-13 04:45:22 -07:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|