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