mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
57 lines
2.1 KiB
XML
57 lines
2.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<Platforms>x64</Platforms>
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Readme.md" />
|
|
<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" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CefSharp.Common" Version="79.1.350" />
|
|
<PackageReference Include="CefSharp.OffScreen" Version="79.1.350" />
|
|
<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" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Wabbajack.Common.CSP\Wabbajack.Common.CSP.csproj" />
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
|
<ProjectReference Include="..\Wabbajack.Lib\Wabbajack.Lib.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|