2020-01-27 21:44:00 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2020-03-26 04:25:48 +00:00
|
|
|
|
<PropertyGroup>
|
2021-01-01 18:21:07 +00:00
|
|
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
2020-03-26 04:25:48 +00:00
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
|
|
|
</PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2019-09-24 04:20:24 +00:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2019-09-24 04:20:24 +00:00
|
|
|
|
<ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
<None Remove="Readme.md" />
|
2020-03-26 16:10:34 +00:00
|
|
|
|
<Compile Remove="AVortexCompilerTest.cs" />
|
|
|
|
|
<Compile Remove="VortexTests.cs" />
|
|
|
|
|
<Compile Remove="WebAutomationTests.cs" />
|
|
|
|
|
<Compile Remove="ZEditIntegrationTests.cs" />
|
|
|
|
|
<None Include="ZEditIntegrationTests.cs" />
|
|
|
|
|
<Compile Remove="CompilationStackTests.cs" />
|
|
|
|
|
<Compile Remove="FilePickerTests.cs" />
|
2020-03-29 20:42:45 +00:00
|
|
|
|
<None Update="xunit.runner.json">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2020-10-22 00:43:02 +00:00
|
|
|
|
<None Update="Resources\test_ini01.ini">
|
2020-10-24 13:32:56 +00:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2020-10-22 00:43:02 +00:00
|
|
|
|
</None>
|
2019-09-24 04:20:24 +00:00
|
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2019-09-24 04:20:24 +00:00
|
|
|
|
<ItemGroup>
|
2020-12-07 04:26:02 +00:00
|
|
|
|
<PackageReference Include="CefSharp.Common" Version="86.0.241" />
|
|
|
|
|
<PackageReference Include="CefSharp.OffScreen" Version="86.0.241" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
|
2020-03-29 20:42:45 +00:00
|
|
|
|
<PackageReference Include="xunit" Version="2.4.1" />
|
2020-08-05 22:01:45 +00:00
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
|
2020-07-01 04:08:34 +00:00
|
|
|
|
<PackageReference Include="coverlet.collector" Version="1.3.0" />
|
2020-11-02 04:11:29 +00:00
|
|
|
|
<PackageReference Include="XunitContext" Version="3.0.0" />
|
2019-09-24 04:20:24 +00:00
|
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2019-11-02 22:57:51 +00:00
|
|
|
|
<ItemGroup>
|
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>
|