2020-01-25 23:25:51 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
2019-07-21 04:40:54 +00:00
|
|
|
<PropertyGroup>
|
2019-07-22 22:17:46 +00:00
|
|
|
<OutputType>WinExe</OutputType>
|
2020-01-25 23:25:51 +00:00
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
<UseWPF>true</UseWPF>
|
2020-02-01 17:33:00 +00:00
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
|
2020-04-07 04:32:48 +00:00
|
|
|
<AssemblyVersion>1.1.5.0</AssemblyVersion>
|
|
|
|
<FileVersion>1.1.5.0</FileVersion>
|
2020-01-28 04:36:12 +00:00
|
|
|
<Copyright>Copyright © 2019-2020</Copyright>
|
2020-01-25 23:25:51 +00:00
|
|
|
<Description>An automated ModList installer</Description>
|
2020-02-01 17:33:00 +00:00
|
|
|
<PublishReadyToRun>true</PublishReadyToRun>
|
2020-01-25 23:25:51 +00:00
|
|
|
<StartupObject></StartupObject>
|
2020-02-20 23:08:12 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2020-03-30 18:31:27 +00:00
|
|
|
<IncludeSymbolsInSingleFile>true</IncludeSymbolsInSingleFile>
|
2019-07-21 04:40:54 +00:00
|
|
|
</PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
2020-02-07 04:20:49 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<ApplicationIcon>Resources\Icons\wabbajack.ico</ApplicationIcon>
|
|
|
|
</PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2019-07-31 21:11:07 +00:00
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2019-07-21 04:40:54 +00:00
|
|
|
</PropertyGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
2020-01-28 04:36:12 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<!-- TODO: These updates are currently required because CefSharp.Wpf specifies
|
|
|
|
<Private>false</Private>, which means these libraries will not be specified in
|
|
|
|
the .deps.json file, and so the CoreCLR wouldn't load these. -->
|
|
|
|
<Reference Update="CefSharp">
|
|
|
|
<Private>true</Private>
|
|
|
|
</Reference>
|
|
|
|
<Reference Update="CefSharp.Core">
|
|
|
|
<Private>true</Private>
|
|
|
|
</Reference>
|
|
|
|
<Reference Update="CefSharp.Wpf">
|
|
|
|
<Private>true</Private>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2020-01-25 23:25:51 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<None Remove="Readme.md" />
|
2020-02-07 13:26:58 +00:00
|
|
|
<None Remove="Resources\GameGridIcons\Fallout4.png" />
|
|
|
|
<None Remove="Resources\GameGridIcons\SkyrimSpecialEdition.png" />
|
2020-02-15 14:53:40 +00:00
|
|
|
<None Remove="Resources\Icons\middle_mouse_button.png" />
|
2020-01-25 23:25:51 +00:00
|
|
|
<None Remove="Resources\MO2Button.png" />
|
|
|
|
<None Remove="Resources\VortexButton.png" />
|
|
|
|
<None Remove="Resources\Wabba_Ded.png" />
|
|
|
|
<None Remove="Resources\Wabba_Mouth.png" />
|
|
|
|
<None Remove="Resources\Wabba_Mouth_No_Text.png" />
|
2020-01-31 22:56:26 +00:00
|
|
|
<None Remove="Resources\Wabba_Mouth_Small.png" />
|
2020-03-28 20:04:22 +00:00
|
|
|
<Compile Remove="View Models\Compilers\VortexCompilerVM.cs" />
|
|
|
|
<None Include="View Models\Compilers\VortexCompilerVM.cs" />
|
|
|
|
<Compile Remove="View Models\Installers\VortexInstallerVM.cs" />
|
|
|
|
<None Include="View Models\Installers\VortexInstallerVM.cs" />
|
2020-01-25 23:25:51 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-04-06 20:48:54 +00:00
|
|
|
<PackageReference Include="CefSharp.Wpf" Version="79.1.360" />
|
|
|
|
<PackageReference Include="DynamicData" Version="6.14.10" />
|
2020-02-10 07:14:14 +00:00
|
|
|
<PackageReference Include="Extended.Wpf.Toolkit" Version="3.8.1" />
|
2020-02-24 07:14:59 +00:00
|
|
|
<PackageReference Include="Fody" Version="6.1.1">
|
2019-10-26 05:49:15 +00:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
2020-01-31 22:07:55 +00:00
|
|
|
<PackageReference Include="Genbox.AlphaFS" Version="2.2.2.1" />
|
2020-01-25 23:25:51 +00:00
|
|
|
<PackageReference Include="GitInfo" Version="2.0.26">
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
2019-10-26 05:49:15 +00:00
|
|
|
</PackageReference>
|
2020-03-09 07:24:23 +00:00
|
|
|
<PackageReference Include="MahApps.Metro" Version="2.0.0-alpha0748" />
|
2020-04-06 20:48:54 +00:00
|
|
|
<PackageReference Include="MahApps.Metro.IconPacks" Version="3.7.0" />
|
2020-02-20 23:08:12 +00:00
|
|
|
<PackageReference Include="PInvoke.Gdi32" Version="0.6.6" />
|
|
|
|
<PackageReference Include="PInvoke.User32" Version="0.6.6" />
|
2020-04-06 20:48:54 +00:00
|
|
|
<PackageReference Include="ReactiveUI" Version="11.3.1" />
|
|
|
|
<PackageReference Include="ReactiveUI.Fody" Version="11.3.1" />
|
|
|
|
<PackageReference Include="ReactiveUI.WPF" Version="11.3.1" />
|
2020-03-10 04:11:11 +00:00
|
|
|
<PackageReference Include="SharpDX.DXGI" Version="4.2.0" />
|
2020-01-25 23:25:51 +00:00
|
|
|
<PackageReference Include="WindowsAPICodePack-Shell" Version="1.1.1" />
|
|
|
|
<PackageReference Include="WPFThemes.DarkBlend" Version="1.0.8" />
|
2019-10-16 16:34:27 +00:00
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
2019-11-02 16:29:36 +00:00
|
|
|
<ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
<ProjectReference Include="..\Compression.BSA\Compression.BSA.csproj" />
|
2020-01-31 22:56:26 +00:00
|
|
|
<ProjectReference Include="..\Wabbajack.CLI\Wabbajack.CLI.csproj" />
|
2020-01-25 23:25:51 +00:00
|
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />
|
|
|
|
<ProjectReference Include="..\Wabbajack.Lib\Wabbajack.Lib.csproj" />
|
2019-11-02 16:29:36 +00:00
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
2019-11-10 06:39:40 +00:00
|
|
|
<ItemGroup>
|
2020-02-07 13:26:58 +00:00
|
|
|
<Resource Include="Resources\GameGridIcons\Fallout4.png" />
|
|
|
|
<Resource Include="Resources\GameGridIcons\SkyrimSpecialEdition.png" />
|
2020-02-15 14:53:40 +00:00
|
|
|
<Resource Include="Resources\middle_mouse_button.png" />
|
2019-11-10 06:39:40 +00:00
|
|
|
<Resource Include="Resources\MO2Button.png" />
|
|
|
|
<Resource Include="Resources\VortexButton.png" />
|
2019-12-03 05:35:51 +00:00
|
|
|
<Resource Include="Resources\Wabba_Ded.png" />
|
2020-01-25 23:25:51 +00:00
|
|
|
<Resource Include="Resources\Wabba_Mouth.png" />
|
|
|
|
<Resource Include="Resources\Wabba_Mouth_No_Text.png" />
|
2020-02-07 13:26:58 +00:00
|
|
|
|
2019-12-03 05:35:51 +00:00
|
|
|
</ItemGroup>
|
2020-01-25 23:25:51 +00:00
|
|
|
|
2020-01-31 22:56:26 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<SplashScreen Include="Resources\Wabba_Mouth_Small.png" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2019-07-21 04:40:54 +00:00
|
|
|
</Project>
|