Ryujinx/Ryujinx.Common/Ryujinx.Common.csproj
2022-12-15 22:01:01 +01:00

23 lines
605 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ArrayNamespace>Ryujinx.Common.Memory</ArrayNamespace>
<ArrayOutputPath>Memory</ArrayOutputPath>
</PropertyGroup>
<ItemGroup>
<ArrayInputFiles Include="..\**\*.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MsgPack.Cli" />
<PackageReference Include="Ryujinx.CustomTasks" PrivateAssets="all" />
<PackageReference Include="System.Management" />
</ItemGroup>
</Project>