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

29 lines
993 B
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>
2020-01-27 21:44:00 +00:00
<TargetFramework>netcoreapp3.1</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>
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-07-01 04:08:34 +00:00
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2" />
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>