mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-10 07:24:54 +01:00
Some checks are pending
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux-aarch64.sh, gcc, rpcs3/rpcs3-ci-jammy-aarch64:1.8, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (/rpcs3/.ci/build-linux.sh, gcc, rpcs3/rpcs3-ci-jammy:1.8, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (a1d35836e8d45bfc6f63c26f0a3e5d46ef622fe1, rpcs3/rpcs3-binaries-linux-arm64, /rpcs3/.ci/build-linux-aarch64.sh, clang, rpcs3/rpcs3-ci-jammy-aarch64:1.8, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Linux ${{ matrix.os }} ${{ matrix.compiler }} (d812f1254a1157c80fd402f94446310560f54e5f, rpcs3/rpcs3-binaries-linux, /rpcs3/.ci/build-linux.sh, clang, rpcs3/rpcs3-ci-jammy:1.8, ubuntu-24.04) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (0, 51ae32f468089a8169aaf1567de355ff4a3e0842, rpcs3/rpcs3-binaries-mac, Intel) (push) Waiting to run
Build RPCS3 / RPCS3 Mac ${{ matrix.name }} (1, 8e21bdbc40711a3fccd18fbf17b742348b0f4281, rpcs3/rpcs3-binaries-mac-arm64, Apple Silicon) (push) Waiting to run
Build RPCS3 / RPCS3 Windows (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (aarch64, clang, clangarm64, ARM64, windows-11-arm) (push) Waiting to run
Build RPCS3 / RPCS3 Windows Clang ${{ matrix.arch }} (x86_64, clang, clang64, X64, windows-2025) (push) Waiting to run
Build RPCS3 / RPCS3 FreeBSD (push) Waiting to run
120 lines
5 KiB
XML
120 lines
5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" 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>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{FDC361C5-7734-493B-8CFB-037308B35122}</ProjectGuid>
|
|
<RootNamespace>yamlcpp</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(SolutionDir)\buildfiles\msvc\common_default.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<Import Project="$(SolutionDir)\buildfiles\msvc\common_default_macros.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<PropertyGroup>
|
|
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<OutDir>$(SolutionDir)build\lib\$(Configuration)-$(Platform)\</OutDir>
|
|
<IntDir>$(SolutionDir)build\tmp\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<OutDir>$(SolutionDir)build\lib\$(Configuration)-$(Platform)\</OutDir>
|
|
<IntDir>$(SolutionDir)build\tmp\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir>
|
|
</PropertyGroup>
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(SolutionDir)\buildfiles\msvc\rpcs3_default.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(SolutionDir)\buildfiles\msvc\rpcs3_debug.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(SolutionDir)\buildfiles\msvc\rpcs3_release.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">yaml-cpp\include;</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="yaml-cpp\src\binary.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\convert.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\depthguard.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\directives.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\emit.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\emitfromevents.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\emitter.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\emitterstate.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\emitterutils.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\exceptions.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\exp.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\fptostring.cpp" />
|
|
<ClCompile Include="yaml-cpp\src\memory.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\node.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\nodebuilder.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\nodeevents.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\node_data.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\null.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\ostream_wrapper.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\parse.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\parser.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\regex_yaml.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\scanner.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\scanscalar.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\scantag.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\scantoken.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\simplekey.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\singledocparser.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\stream.cpp">
|
|
</ClCompile>
|
|
<ClCompile Include="yaml-cpp\src\tag.cpp">
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |