aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/Ryujinx.Common.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Common/Ryujinx.Common.csproj')
-rw-r--r--src/Ryujinx.Common/Ryujinx.Common.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/Ryujinx.Common/Ryujinx.Common.csproj b/src/Ryujinx.Common/Ryujinx.Common.csproj
new file mode 100644
index 00000000..c02b11e0
--- /dev/null
+++ b/src/Ryujinx.Common/Ryujinx.Common.csproj
@@ -0,0 +1,15 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net7.0</TargetFramework>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" />
+ <PackageReference Include="MsgPack.Cli" />
+ <PackageReference Include="System.Management" />
+ </ItemGroup>
+
+</Project>