2021-06-15 03:39:17 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
2021-06-16 05:16:25 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<Nullable>enable</Nullable>
|
2021-06-15 03:39:17 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="DirectXTexNet" Version="1.0.2" />
|
2021-06-16 05:16:25 +00:00
|
|
|
<PackageReference Include="Shipwreck.Phash" Version="0.5.0" />
|
2021-06-15 03:39:17 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|