wabbajack/Compression.BSA.Test/Compression.BSA.Test.csproj

30 lines
1.0 KiB
XML
Raw Normal View History

2020-01-27 21:44:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2020-01-25 23:25:51 +00:00
2019-07-28 23:04:23 +00:00
<PropertyGroup>
2021-01-01 00:06:56 +00:00
<TargetFramework>net5.0-windows</TargetFramework>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<IsPackable>false</IsPackable>
2019-07-28 23:04:23 +00:00
</PropertyGroup>
2020-01-25 23:25:51 +00:00
2020-01-28 23:13:21 +00:00
<ItemGroup>
2021-04-01 20:52:23 +00:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
2020-03-26 13:01:42 +00:00
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
2020-08-05 22:01:45 +00:00
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
2020-01-28 23:13:21 +00:00
</ItemGroup>
2020-01-25 23:25:51 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
2019-10-13 20:56:40 +00:00
</PropertyGroup>
2020-01-25 23:25:51 +00:00
<ItemGroup>
<ProjectReference Include="..\Compression.BSA\Compression.BSA.csproj" />
2020-01-25 23:25:51 +00:00
<ProjectReference Include="..\Wabbajack.Common.CSP\Wabbajack.Common.CSP.csproj" />
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
<ProjectReference Include="..\Wabbajack.Lib\Wabbajack.Lib.csproj" />
</ItemGroup>
2020-01-25 23:25:51 +00:00
</Project>