mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
243 lines
No EOL
13 KiB
XML
243 lines
No EOL
13 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|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseWithClangCL|x64">
|
|
<Configuration>ReleaseWithClangCL</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="ReleaseWithTracy|x64">
|
|
<Configuration>ReleaseWithTracy</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectGuid>{0e621321-093c-4d60-bd8b-027fdc2b0f63}</ProjectGuid>
|
|
<RootNamespace>support</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>ClangCl</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<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" />
|
|
<Import Project="..\common.props" />
|
|
</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" />
|
|
<Import Project="..\common.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\common.props" />
|
|
<Import Project="..\tracy.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</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>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithClangCL|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseWithTracy|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\src\mips\common\util\sjis-table.h" />
|
|
<ClInclude Include="..\..\src\support\bezier.h" />
|
|
<ClInclude Include="..\..\src\support\binpath.h" />
|
|
<ClInclude Include="..\..\src\support\binstruct.h" />
|
|
<ClInclude Include="..\..\src\support\circular.h" />
|
|
<ClInclude Include="..\..\src\support\container-file.h" />
|
|
<ClInclude Include="..\..\src\support\coroutine.h" />
|
|
<ClInclude Include="..\..\src\support\djbhash.h" />
|
|
<ClInclude Include="..\..\src\support\eventbus.h" />
|
|
<ClInclude Include="..\..\src\support\ffmpeg-audio-file.h" />
|
|
<ClInclude Include="..\..\src\support\file.h" />
|
|
<ClInclude Include="..\..\src\support\hashtable.h" />
|
|
<ClInclude Include="..\..\src\support\imgui-helpers.h" />
|
|
<ClInclude Include="..\..\src\support\list.h" />
|
|
<ClInclude Include="..\..\src\support\md5.h" />
|
|
<ClInclude Include="..\..\src\support\mem4g.h" />
|
|
<ClInclude Include="..\..\src\support\opengl.h" />
|
|
<ClInclude Include="..\..\src\support\stream-file.h" />
|
|
<ClInclude Include="..\..\src\support\strings-helpers.h" />
|
|
<ClInclude Include="..\..\src\support\protobuf.h" />
|
|
<ClInclude Include="..\..\src\support\settings.h" />
|
|
<ClInclude Include="..\..\src\support\sharedmem.h" />
|
|
<ClInclude Include="..\..\src\support\sjis_conv.h" />
|
|
<ClInclude Include="..\..\src\support\slice.h" />
|
|
<ClInclude Include="..\..\src\support\ssize_t.h" />
|
|
<ClInclude Include="..\..\src\support\table-generator.h" />
|
|
<ClInclude Include="..\..\src\support\tree.h" />
|
|
<ClInclude Include="..\..\src\support\uvfile.h" />
|
|
<ClInclude Include="..\..\src\support\version.h" />
|
|
<ClInclude Include="..\..\src\support\windowswrapper.h" />
|
|
<ClInclude Include="..\..\src\support\zfile.h" />
|
|
<ClInclude Include="..\..\src\support\zip.h" />
|
|
<ClInclude Include="..\..\third_party\cq\concurrent_queue.h" />
|
|
<ClInclude Include="..\..\third_party\cq\reclaimer.h" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_array.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_dump.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_dynamic.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_header.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_modinfo.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_note.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_relocation.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_section.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_segment.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_strings.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_symbols.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_utils.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elfio_version.hpp" />
|
|
<ClInclude Include="..\..\third_party\ELFIO\elfio\elf_types.hpp" />
|
|
<ClInclude Include="..\..\third_party\interval_tree.h" />
|
|
<ClInclude Include="..\..\third_party\json.hpp" />
|
|
<ClInclude Include="..\..\third_party\typestring.hh" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\src\support\binpath-linux.cc" />
|
|
<ClCompile Include="..\..\src\support\binpath-macos.cc" />
|
|
<ClCompile Include="..\..\src\support\binpath-windows.cc" />
|
|
<ClCompile Include="..\..\src\support\container-file.cc" />
|
|
<ClCompile Include="..\..\src\support\ffmpeg-audio-file.cc" />
|
|
<ClCompile Include="..\..\src\support\file.cc" />
|
|
<ClCompile Include="..\..\src\support\md5.cc" />
|
|
<ClCompile Include="..\..\src\support\mem4g.cc" />
|
|
<ClCompile Include="..\..\src\support\sharedmem-unix.cc" />
|
|
<ClCompile Include="..\..\src\support\sharedmem-windows.cc" />
|
|
<ClCompile Include="..\..\src\support\sharedmem.cc" />
|
|
<ClCompile Include="..\..\src\support\sjis_conv.cc" />
|
|
<ClCompile Include="..\..\src\support\uvfile.cc" />
|
|
<ClCompile Include="..\..\src\support\version-linux.cc" />
|
|
<ClCompile Include="..\..\src\support\version-macos.cc" />
|
|
<ClCompile Include="..\..\src\support\version-windows.cc" />
|
|
<ClCompile Include="..\..\src\support\version.cc" />
|
|
<ClCompile Include="..\..\src\support\zfile.cc" />
|
|
<ClCompile Include="..\..\src\support\zip.cc" />
|
|
<ClCompile Include="..\..\third_party\cq\reclaimer.cc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\src\support\README.md" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="..\packages\libFFmpeg-lite.lgpl2.native.5.1.3\build\native\libffmpeg-lite.lgpl2.native.targets" Condition="Exists('..\packages\libFFmpeg-lite.lgpl2.native.5.1.3\build\native\libffmpeg-lite.lgpl2.native.targets')" />
|
|
<Import Project="..\packages\luajit.native.2.1.1739213504\build\native\luajit.native.targets" Condition="Exists('..\packages\luajit.native.2.1.1739213504\build\native\luajit.native.targets')" />
|
|
</ImportGroup>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\libFFmpeg-lite.lgpl2.native.5.1.3\build\native\libffmpeg-lite.lgpl2.native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\libFFmpeg-lite.lgpl2.native.5.1.3\build\native\libffmpeg-lite.lgpl2.native.targets'))" />
|
|
<Error Condition="!Exists('..\packages\luajit.native.2.1.1739213504\build\native\luajit.native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\luajit.native.2.1.1739213504\build\native\luajit.native.targets'))" />
|
|
</Target>
|
|
</Project> |