RustDedicated/System.IO.Hashing/System.IO.Hashing.csproj
2025-12-05 19:10:39 +10:30

23 lines
807 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>System.IO.Hashing</AssemblyName>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12.0</LangVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<RootNamespace />
</PropertyGroup>
<ItemGroup>
<None Remove="ILLink.Substitutions.xml" />
<EmbeddedResource Include="ILLink.Substitutions.xml" LogicalName="ILLink.Substitutions.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../System.Memory/System.Memory.csproj" />
<ProjectReference Include="../System.Buffers/System.Buffers.csproj" />
</ItemGroup>
</Project>