mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-22 10:56:20 +08:00
25 lines
1.1 KiB
XML
25 lines
1.1 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.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.SourceGenerators.Tests/SharpEmu.SourceGenerators.Tests.csproj" />
|
|
</Folder>
|
|
</Solution>
|