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>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
<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" />
|
|
|
|
|
<None Include="AVortexCompilerTest.cs" />
|
|
|
|
|
<Compile Remove="DownloaderTests.cs" />
|
|
|
|
|
<None Include="DownloaderTests.cs" />
|
|
|
|
|
<Compile Remove="EndToEndTests.cs" />
|
|
|
|
|
<None Include="EndToEndTests.cs" />
|
|
|
|
|
<Compile Remove="Extensions.cs" />
|
|
|
|
|
<None Include="Extensions.cs" />
|
|
|
|
|
<Compile Remove="MO2Tests.cs" />
|
|
|
|
|
<None Include="MO2Tests.cs" />
|
|
|
|
|
<Compile Remove="RestartingDownloadsTests.cs" />
|
|
|
|
|
<None Include="RestartingDownloadsTests.cs" />
|
|
|
|
|
<Compile Remove="SanityTests.cs" />
|
|
|
|
|
<None Include="SanityTests.cs" />
|
|
|
|
|
<Compile Remove="SimpleHTTPServer.cs" />
|
|
|
|
|
<None Include="SimpleHTTPServer.cs" />
|
|
|
|
|
<Compile Remove="VortexTests.cs" />
|
|
|
|
|
<None Include="VortexTests.cs" />
|
|
|
|
|
<Compile Remove="WebAutomationTests.cs" />
|
|
|
|
|
<None Include="WebAutomationTests.cs" />
|
|
|
|
|
<Compile Remove="ZEditIntegrationTests.cs" />
|
|
|
|
|
<None Include="ZEditIntegrationTests.cs" />
|
|
|
|
|
<Compile Remove="CompilationStackTests.cs" />
|
|
|
|
|
<Compile Remove="FilePickerTests.cs" />
|
|
|
|
|
<None Include="FilePickerTests.cs" />
|
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-01-29 12:20:37 +00:00
|
|
|
|
<PackageReference Include="CefSharp.Common" Version="79.1.350" />
|
|
|
|
|
<PackageReference Include="CefSharp.OffScreen" Version="79.1.350" />
|
2020-03-26 21:15:44 +00:00
|
|
|
|
<PackageReference Include="xunit" Version="2.4.1" />
|
|
|
|
|
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
|
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>
|