Ryujinx.Common.csproj 622 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  4. <DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
  5. <DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Microsoft.IO.RecyclableMemoryStream" />
  9. <PackageReference Include="MsgPack.Cli" />
  10. <PackageReference Include="System.Management" />
  11. <PackageReference Include="Humanizer" />
  12. <PackageReference Include="Gommon" />
  13. </ItemGroup>
  14. </Project>