mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-25 20:28:48 +08:00
5228335f15
Vector-mesh UI text samples type-10 volume LUTs; treat MIMG DIM=2 as Dim3D and transport depth through AGC and Vulkan so Z slices no longer collapse into a single 2D plane.
28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<!--
|
|
Copyright (C) 2026 SharpEmu Emulator Project
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/SharpEmu.CLI/SharpEmu.CLI.csproj" />
|
|
<Project Path="src/SharpEmu.Core/SharpEmu.Core.csproj" />
|
|
<Project Path="src/SharpEmu.DebugClient/SharpEmu.DebugClient.csproj" />
|
|
<Project Path="src/SharpEmu.Debugger/SharpEmu.Debugger.csproj" />
|
|
<Project Path="src/SharpEmu.GUI/SharpEmu.GUI.csproj" />
|
|
<Project Path="src/SharpEmu.HLE/SharpEmu.HLE.csproj" />
|
|
<Project Path="src/SharpEmu.Libs/SharpEmu.Libs.csproj" />
|
|
<Project Path="src/SharpEmu.Logging/SharpEmu.Logging.csproj" />
|
|
<Project Path="src/SharpEmu.ShaderCompiler/SharpEmu.ShaderCompiler.csproj" />
|
|
<Project Path="src/SharpEmu.ShaderCompiler.Metal/SharpEmu.ShaderCompiler.Metal.csproj" />
|
|
<Project Path="src/SharpEmu.ShaderCompiler.Vulkan/SharpEmu.ShaderCompiler.Vulkan.csproj" />
|
|
<Project Path="src/SharpEmu.SourceGenerators/SharpEmu.SourceGenerators.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/SharpEmu.Libs.Tests/SharpEmu.Libs.Tests.csproj" />
|
|
<Project Path="tests/SharpEmu.ShaderCompiler.Metal.Tests/SharpEmu.ShaderCompiler.Metal.Tests.csproj" />
|
|
<Project Path="tests/SharpEmu.ShaderCompiler.Tests/SharpEmu.ShaderCompiler.Tests.csproj" />
|
|
<Project Path="tests/SharpEmu.SourceGenerators.Tests/SharpEmu.SourceGenerators.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|