aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu/Ryujinx.Cpu.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Cpu/Ryujinx.Cpu.csproj')
-rw-r--r--src/Ryujinx.Cpu/Ryujinx.Cpu.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Ryujinx.Cpu/Ryujinx.Cpu.csproj b/src/Ryujinx.Cpu/Ryujinx.Cpu.csproj
new file mode 100644
index 00000000..7da8da25
--- /dev/null
+++ b/src/Ryujinx.Cpu/Ryujinx.Cpu.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\ARMeilleure\ARMeilleure.csproj" />
+ <ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
+ </ItemGroup>
+
+</Project>