2021-09-27 12:42:46 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-12 05:26:51 +00:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-09-27 12:42:46 +00:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<Version>$(VERSION)</Version>
|
|
|
|
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-05-23 15:50:36 +00:00
|
|
|
<PackageReference Include="BCnEncoder.Net.ImageSharp" Version="1.1.1" />
|
|
|
|
<PackageReference Include="Shipwreck.Phash" Version="0.5.0" />
|
2021-09-27 12:42:46 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-01-21 19:36:12 +00:00
|
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
2022-05-23 15:50:36 +00:00
|
|
|
<ProjectReference Include="..\Wabbajack.DTOs\Wabbajack.DTOs.csproj" />
|
|
|
|
<ProjectReference Include="..\Wabbajack.Paths.IO\Wabbajack.Paths.IO.csproj" />
|
|
|
|
<ProjectReference Include="..\Wabbajack.Paths\Wabbajack.Paths.csproj" />
|
2021-09-27 12:42:46 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2023-01-21 19:36:12 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Tools" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<None Update="Tools\texconv.exe">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Update="Tools\texdiag.exe">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-09-27 12:42:46 +00:00
|
|
|
</Project>
|