2019-05-04 05:31:20 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-03-13 21:36:12 +01:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-05-22 18:00:06 +02:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2019-05-04 05:31:20 +08:00
|
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-05-22 18:00:06 +02:00
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2019-05-04 05:31:20 +08:00
|
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-05-22 18:00:06 +02:00
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-06-22 17:02:04 +02:00
|
|
|
<ClCompile Include="BackgroundAudio.cpp" />
|
2016-10-21 18:35:54 +08:00
|
|
|
<ClCompile Include="ChatScreen.cpp" />
|
2013-08-16 16:48:43 +02:00
|
|
|
<ClCompile Include="ControlMappingScreen.cpp" />
|
2023-03-26 11:21:34 +02:00
|
|
|
<ClCompile Include="CustomButtonMappingScreen.cpp" />
|
2013-08-23 22:28:21 -05:00
|
|
|
<ClCompile Include="CwCheatScreen.cpp" />
|
2023-08-02 14:28:52 +02:00
|
|
|
<ClCompile Include="DebugOverlay.cpp" />
|
2013-09-07 13:38:37 +02:00
|
|
|
<ClCompile Include="DevScreens.cpp" />
|
2018-08-13 00:08:56 +02:00
|
|
|
<ClCompile Include="DiscordIntegration.cpp" />
|
2015-10-24 14:40:29 +02:00
|
|
|
<ClCompile Include="DisplayLayoutScreen.cpp" />
|
2013-05-22 18:00:06 +02:00
|
|
|
<ClCompile Include="EmuScreen.cpp" />
|
|
|
|
|
<ClCompile Include="GameInfoCache.cpp" />
|
|
|
|
|
<ClCompile Include="GamepadEmu.cpp" />
|
2013-06-01 23:34:50 +02:00
|
|
|
<ClCompile Include="GameScreen.cpp" />
|
2013-06-08 22:42:31 +02:00
|
|
|
<ClCompile Include="GameSettingsScreen.cpp" />
|
2018-12-16 21:48:35 +01:00
|
|
|
<ClCompile Include="GPUDriverTestScreen.cpp" />
|
2023-02-01 14:58:16 +01:00
|
|
|
<ClCompile Include="JoystickHistoryView.cpp" />
|
2013-06-10 22:06:51 +02:00
|
|
|
<ClCompile Include="MainScreen.cpp" />
|
2021-04-24 22:47:57 +02:00
|
|
|
<ClCompile Include="MemStickScreen.cpp" />
|
2013-07-15 17:41:24 +02:00
|
|
|
<ClCompile Include="MiscScreens.cpp" />
|
2013-05-22 18:00:06 +02:00
|
|
|
<ClCompile Include="NativeApp.cpp" />
|
|
|
|
|
<ClCompile Include="OnScreenDisplay.cpp" />
|
2014-12-22 10:48:17 +01:00
|
|
|
<ClCompile Include="PauseScreen.cpp" />
|
2015-10-14 17:45:21 +02:00
|
|
|
<ClCompile Include="ProfilerDraw.cpp" />
|
2016-07-03 10:24:33 -07:00
|
|
|
<ClCompile Include="RemoteISOScreen.cpp" />
|
2014-02-10 01:24:40 -08:00
|
|
|
<ClCompile Include="ReportScreen.cpp" />
|
2023-06-15 13:40:37 +02:00
|
|
|
<ClCompile Include="RetroAchievementScreens.cpp" />
|
2015-06-11 20:22:16 +02:00
|
|
|
<ClCompile Include="SavedataScreen.cpp" />
|
2013-11-20 16:36:58 +01:00
|
|
|
<ClCompile Include="Store.cpp" />
|
2023-03-24 17:19:57 +01:00
|
|
|
<ClCompile Include="AudioCommon.cpp" />
|
2023-06-16 13:44:35 +02:00
|
|
|
<ClCompile Include="TabbedDialogScreen.cpp" />
|
2013-10-28 15:37:23 +01:00
|
|
|
<ClCompile Include="TiltAnalogSettingsScreen.cpp" />
|
2013-10-20 00:34:48 +02:00
|
|
|
<ClCompile Include="TouchControlLayoutScreen.cpp" />
|
2013-10-19 23:34:00 -04:00
|
|
|
<ClCompile Include="TouchControlVisibilityScreen.cpp" />
|
2013-12-05 14:14:15 +01:00
|
|
|
<ClCompile Include="InstallZipScreen.cpp" />
|
2022-02-11 12:32:23 +01:00
|
|
|
<ClCompile Include="Theme.cpp" />
|
2013-05-22 18:00:06 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2023-03-24 17:19:57 +01:00
|
|
|
<ClInclude Include="AudioCommon.h" />
|
2014-06-22 17:02:04 +02:00
|
|
|
<ClInclude Include="BackgroundAudio.h" />
|
2016-10-21 18:35:54 +08:00
|
|
|
<ClInclude Include="ChatScreen.h" />
|
2013-08-16 16:48:43 +02:00
|
|
|
<ClInclude Include="ControlMappingScreen.h" />
|
2023-03-26 11:21:34 +02:00
|
|
|
<ClInclude Include="CustomButtonMappingScreen.h" />
|
2023-08-02 14:28:52 +02:00
|
|
|
<ClInclude Include="DebugOverlay.h" />
|
2013-09-07 13:38:37 +02:00
|
|
|
<ClInclude Include="DevScreens.h" />
|
2018-08-13 00:08:56 +02:00
|
|
|
<ClInclude Include="DiscordIntegration.h" />
|
2015-10-24 14:40:29 +02:00
|
|
|
<ClInclude Include="DisplayLayoutScreen.h" />
|
2013-05-22 18:00:06 +02:00
|
|
|
<ClInclude Include="EmuScreen.h" />
|
|
|
|
|
<ClInclude Include="GameInfoCache.h" />
|
|
|
|
|
<ClInclude Include="GamepadEmu.h" />
|
2013-06-01 23:34:50 +02:00
|
|
|
<ClInclude Include="GameScreen.h" />
|
2013-06-08 22:42:31 +02:00
|
|
|
<ClInclude Include="GameSettingsScreen.h" />
|
2013-08-23 22:28:21 -05:00
|
|
|
<ClInclude Include="CwCheatScreen.h" />
|
2018-12-16 21:48:35 +01:00
|
|
|
<ClInclude Include="GPUDriverTestScreen.h" />
|
2023-02-01 14:58:16 +01:00
|
|
|
<ClInclude Include="JoystickHistoryView.h" />
|
2013-06-10 22:06:51 +02:00
|
|
|
<ClInclude Include="MainScreen.h" />
|
2021-04-24 22:47:57 +02:00
|
|
|
<ClInclude Include="MemStickScreen.h" />
|
2013-07-15 17:41:24 +02:00
|
|
|
<ClInclude Include="MiscScreens.h" />
|
2013-05-22 18:00:06 +02:00
|
|
|
<ClInclude Include="OnScreenDisplay.h" />
|
2014-12-22 10:48:17 +01:00
|
|
|
<ClInclude Include="PauseScreen.h" />
|
2015-10-14 17:45:21 +02:00
|
|
|
<ClInclude Include="ProfilerDraw.h" />
|
2016-07-03 10:24:33 -07:00
|
|
|
<ClInclude Include="RemoteISOScreen.h" />
|
2014-02-10 01:24:40 -08:00
|
|
|
<ClInclude Include="ReportScreen.h" />
|
2023-06-15 13:40:37 +02:00
|
|
|
<ClInclude Include="RetroAchievementScreens.h" />
|
2015-06-11 20:22:16 +02:00
|
|
|
<ClInclude Include="SavedataScreen.h" />
|
2013-11-20 16:36:58 +01:00
|
|
|
<ClInclude Include="Store.h" />
|
2023-06-16 13:44:35 +02:00
|
|
|
<ClInclude Include="TabbedDialogScreen.h" />
|
2013-10-28 17:57:05 +01:00
|
|
|
<ClInclude Include="TiltAnalogSettingsScreen.h" />
|
2013-10-20 00:34:48 +02:00
|
|
|
<ClInclude Include="TouchControlLayoutScreen.h" />
|
2013-10-19 23:34:00 -04:00
|
|
|
<ClInclude Include="TouchControlVisibilityScreen.h" />
|
2013-12-05 14:14:15 +01:00
|
|
|
<ClInclude Include="InstallZipScreen.h" />
|
2022-02-12 18:30:55 +01:00
|
|
|
<ClInclude Include="Theme.h" />
|
2013-05-22 18:00:06 +02:00
|
|
|
</ItemGroup>
|
2018-08-13 00:08:56 +02:00
|
|
|
<ItemGroup>
|
2023-07-01 12:31:46 +02:00
|
|
|
<ProjectReference Include="..\Core\Core.vcxproj">
|
|
|
|
|
<Project>{533f1d30-d04d-47cc-ad71-20f658907e36}</Project>
|
|
|
|
|
</ProjectReference>
|
2018-08-13 00:08:56 +02:00
|
|
|
<ProjectReference Include="..\ext\discord-rpc-build\discord-rpc.vcxproj">
|
|
|
|
|
<Project>{beb0a821-3c7f-410f-a525-63afbc69bf8f}</Project>
|
|
|
|
|
</ProjectReference>
|
2023-06-16 13:04:20 +02:00
|
|
|
<ProjectReference Include="..\ext\rcheevos-build\rcheevos.vcxproj">
|
|
|
|
|
<Project>{31694510-a8c0-40f6-b09b-e8df825adefa}</Project>
|
|
|
|
|
</ProjectReference>
|
2018-08-13 00:08:56 +02:00
|
|
|
</ItemGroup>
|
2013-05-22 18:00:06 +02:00
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{004B8D11-2BE3-4BD9-AB40-2BE04CF2096F}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>UI</RootNamespace>
|
2019-05-09 23:58:23 +02:00
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2013-05-22 18:00:06 +02:00
|
|
|
</PropertyGroup>
|
2019-05-19 15:23:25 +02:00
|
|
|
<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" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</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" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</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" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</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" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</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" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</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" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\Windows\fix_2017.props" />
|
|
|
|
|
</ImportGroup>
|
2013-05-22 18:00:06 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2019-04-25 23:45:25 +02:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 18:00:06 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2019-04-25 23:45:25 +02:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 18:00:06 +02:00
|
|
|
</PropertyGroup>
|
2019-05-04 05:31:20 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2019-05-10 22:44:12 +02:00
|
|
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
2019-05-04 05:31:20 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
|
|
|
|
|
</PropertyGroup>
|
2013-05-22 18:00:06 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-04-25 23:45:25 +02:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-06-05 21:24:14 +02:00
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 18:00:06 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-04-25 23:45:25 +02:00
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-08-26 19:00:16 +02:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2013-05-22 18:00:06 +02:00
|
|
|
</PropertyGroup>
|
2019-05-04 05:31:20 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2019-05-10 22:44:12 +02:00
|
|
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
2019-05-04 05:31:20 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
<WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
|
|
|
|
|
</PropertyGroup>
|
2013-05-22 18:00:06 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-02-10 15:22:28 +01:00
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2016-02-10 15:22:28 +01:00
|
|
|
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2018-12-07 13:01:16 +09:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2013-05-22 18:00:06 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2016-02-10 15:22:28 +01:00
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2015-09-17 22:02:15 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2016-02-10 15:22:28 +01:00
|
|
|
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2018-12-07 13:01:16 +09:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2013-05-22 18:00:06 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2019-05-04 05:31:20 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\aarch64\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2019-05-04 05:31:20 +08:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
|
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
|
|
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2019-05-04 05:31:20 +08:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\arm\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2019-05-04 05:31:20 +08:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
2019-05-10 23:18:31 +02:00
|
|
|
<ForcedIncludeFiles>
|
|
|
|
|
</ForcedIncludeFiles>
|
2019-05-04 05:31:20 +08:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2019-05-04 05:31:20 +08:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-05-22 18:00:06 +02:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2015-09-24 01:18:41 +02:00
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2013-05-22 18:00:06 +02:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2018-08-14 21:27:07 +02:00
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2019-07-05 21:29:57 -07:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-02-26 11:27:46 -08:00
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2013-05-22 18:00:06 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2015-09-24 01:18:41 +02:00
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\x86_64\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2013-05-22 18:00:06 +02:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
2013-06-02 23:45:44 +02:00
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2013-06-09 13:02:16 +02:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2015-01-24 13:30:37 +01:00
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2015-12-20 23:39:03 +01:00
|
|
|
<StringPooling>true</StringPooling>
|
2017-03-13 12:30:57 +01:00
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
2018-08-14 21:27:07 +02:00
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
2019-07-05 21:29:57 -07:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2013-05-22 18:00:06 +02:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2019-05-04 05:31:20 +08:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\aarch64\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2019-05-04 05:31:20 +08:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
2019-07-05 21:29:57 -07:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2019-05-04 05:31:20 +08:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2020-09-29 23:59:05 +02:00
|
|
|
<AdditionalIncludeDirectories>..\ffmpeg\WindowsInclude;..\ffmpeg\Windows\arm\include;../common;..;../ext/native;../ext/glew;../ext/snappy;../ext/zlib;../ext</AdditionalIncludeDirectories>
|
2019-05-04 05:31:20 +08:00
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<AdditionalOptions>$(EXTERNAL_COMPILE_OPTIONS)</AdditionalOptions>
|
|
|
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
2019-07-05 21:29:57 -07:00
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2023-04-02 17:53:06 +02:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2019-05-04 05:31:20 +08:00
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2013-05-22 18:00:06 +02:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2021-04-24 22:47:57 +02:00
|
|
|
</Project>
|