2020-01-27 21:44:00 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
2019-09-24 04:20:24 +00:00
|
|
|
|
<PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-02-01 17:33:00 +00:00
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
2019-09-24 04:20:24 +00:00
|
|
|
|
</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" />
|
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" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
|
2020-02-04 07:03:53 +00:00
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
|
2020-02-04 07:04:15 +00:00
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.1.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" />
|
|
|
|
|
<ProjectReference Include="..\Wabbajack\Wabbajack.csproj" />
|
2019-11-02 22:57:51 +00:00
|
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
|
|
|
|
</Project>
|