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>
|
2020-02-01 17:33:00 +00:00
|
|
|
|
<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-12-07 12:40:33 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
|
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'">
|
2019-08-07 23:06:38 +00:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2019-10-13 20:56:40 +00:00
|
|
|
|
</PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
|
|
|
|
|
2019-11-02 22:57:51 +00:00
|
|
|
|
<ItemGroup>
|
2020-06-27 17:04:59 +00:00
|
|
|
|
<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" />
|
2019-11-02 22:57:51 +00:00
|
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
|
|
|
|
</Project>
|