2019-10-16 03:10:34 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{0A820830-A298-497D-85E0-E9A89EFEF5FE}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Wabbajack.Lib</RootNamespace>
|
|
|
|
|
<AssemblyName>Wabbajack.Lib</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="AlphaFS, Version=2.2.0.0, Culture=neutral, PublicKeyToken=4d31a58f7d7ad5c9, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\AlphaFS.2.2.6\lib\net452\AlphaFS.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-10-26 19:43:06 +00:00
|
|
|
|
<Reference Include="Ceras, Version=4.1.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Ceras.4.1.7\lib\net47\Ceras.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Reference Include="CommonMark, Version=0.1.0.0, Culture=neutral, PublicKeyToken=001ef8810438905d, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\CommonMark.NET.0.15.1\lib\net45\CommonMark.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DynamicData, Version=6.13.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\DynamicData.6.13.18\lib\net461\DynamicData.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="MegaApiClient, Version=1.7.1.495, Culture=neutral, PublicKeyToken=0480d311efbeb4e2, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MegaApiClient.1.7.1\lib\net46\MegaApiClient.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-10-24 01:19:11 +00:00
|
|
|
|
<Reference Include="Microsoft.Toolkit.Wpf.UI.Controls.WebView, Version=5.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft.Toolkit.Wpf.UI.Controls.WebView.5.1.1\lib\net462\Microsoft.Toolkit.Wpf.UI.Controls.WebView.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.3.3, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft-WindowsAPICodePack-Core.1.1.3.3\lib\net452\Microsoft.WindowsAPICodePack.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.3.3, Culture=neutral, PublicKeyToken=8985beaab7ea3f04, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft-WindowsAPICodePack-Shell.1.1.3.3\lib\net452\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
<Reference Include="ReactiveUI, Version=10.5.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\ReactiveUI.10.5.7\lib\net461\ReactiveUI.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SharpCompress, Version=0.23.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\SharpCompress.0.23.0\lib\net45\SharpCompress.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Splat, Version=9.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Splat.9.1.1\lib\net461\Splat.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Splat.Drawing, Version=9.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Splat.Drawing.9.1.1\lib\net461\Splat.Drawing.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
2019-10-26 19:43:06 +00:00
|
|
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Reference Include="System.Core" />
|
2019-10-24 01:19:11 +00:00
|
|
|
|
<Reference Include="System.Design" />
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Drawing.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Drawing.Primitives.4.3.0\lib\net45\System.Drawing.Primitives.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
<Private>True</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Compression" />
|
2019-10-24 01:19:11 +00:00
|
|
|
|
<Reference Include="System.Net" />
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Reference Include="System.Reactive, Version=4.2.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Reactive.4.2.0\lib\net46\System.Reactive.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Windows" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xaml" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="websocket-sharp, Version=1.0.4.0, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\WebSocketSharpFork.1.0.4.0\lib\net35\websocket-sharp.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="WindowsBase" />
|
2019-10-31 02:24:42 +00:00
|
|
|
|
<Reference Include="YamlDotNet, Version=8.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\YamlDotNet.8.0.0\lib\net45\YamlDotNet.dll</HintPath>
|
2019-10-16 03:10:34 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-10-27 12:12:35 +00:00
|
|
|
|
<Compile Include="CerasConfig.cs" />
|
2019-10-30 12:29:06 +00:00
|
|
|
|
<Compile Include="CompilationSteps\ACompilationStep.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\DeconstructBSAs.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\DirectMatch.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\DropAll.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IgnoreDisabledMods.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IgnoreEndsWith.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IgnoreGameFiles.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IgnorePathContains.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IgnoreRegex.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IgnoreStartsWith.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IgnoreWabbajackInstallCruft.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeAll.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeAllConfigs.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeDummyESPs.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeLootFiles.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeModIniData.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeOtherProfiles.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludePatches.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludePropertyFiles.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeRegex.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeStubbedConfigFiles.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeTaggedMods.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IncludeThisProfile.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\IStackStep.cs" />
|
|
|
|
|
<Compile Include="CompilationSteps\PatchStockESMs.cs" />
|
2019-10-31 02:24:42 +00:00
|
|
|
|
<Compile Include="CompilationSteps\Serialization.cs" />
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Compile Include="Compiler.cs" />
|
|
|
|
|
<Compile Include="Data.cs" />
|
|
|
|
|
<Compile Include="Downloaders\AbstractDownloadState.cs" />
|
|
|
|
|
<Compile Include="Downloaders\DownloadDispatcher.cs" />
|
2019-10-24 01:19:11 +00:00
|
|
|
|
<Compile Include="Downloaders\DownloaderUtils.cs" />
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Compile Include="Downloaders\DropboxDownloader.cs" />
|
|
|
|
|
<Compile Include="Downloaders\GoogleDriveDownloader.cs" />
|
|
|
|
|
<Compile Include="Downloaders\HTTPDownloader.cs" />
|
|
|
|
|
<Compile Include="Downloaders\IDownloader.cs" />
|
2019-10-16 11:44:45 +00:00
|
|
|
|
<Compile Include="Downloaders\IUrlDownloader.cs" />
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Compile Include="Downloaders\ManualDownloader.cs" />
|
2019-10-24 01:19:11 +00:00
|
|
|
|
<Compile Include="Downloaders\MediaFireDownloader.cs" />
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Compile Include="Downloaders\MEGADownloader.cs" />
|
|
|
|
|
<Compile Include="Downloaders\ModDBDownloader.cs" />
|
|
|
|
|
<Compile Include="Downloaders\NexusDownloader.cs" />
|
|
|
|
|
<Compile Include="Installer.cs" />
|
|
|
|
|
<Compile Include="ModListRegistry\ModListMetadata.cs" />
|
|
|
|
|
<Compile Include="NexusApi\Dtos.cs" />
|
|
|
|
|
<Compile Include="NexusApi\NexusApi.cs" />
|
|
|
|
|
<Compile Include="NexusApi\NexusApiUtils.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="ReportBuilder.cs" />
|
|
|
|
|
<Compile Include="UI\Slide.cs" />
|
|
|
|
|
<Compile Include="UI\UIUtils.cs" />
|
|
|
|
|
<Compile Include="Updater\CheckForUpdates.cs" />
|
|
|
|
|
<Compile Include="Validation\DTOs.cs" />
|
|
|
|
|
<Compile Include="Validation\ValidateModlist.cs" />
|
|
|
|
|
<Compile Include="ViewModel.cs" />
|
2019-10-24 01:19:11 +00:00
|
|
|
|
<Compile Include="WebAutomation\WebAutomation.cs" />
|
|
|
|
|
<Compile Include="WebAutomation\WebAutomationWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>WebAutomationWindow.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WebAutomation\WebAutomationWindowViewModel.cs" />
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Compile Include="zEditIntegration.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Compression.BSA\Compression.BSA.csproj">
|
|
|
|
|
<Project>{ff5d892f-8ff4-44fc-8f7f-cd58f307ad1b}</Project>
|
|
|
|
|
<Name>Compression.BSA</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\VirtualFileSystem\VirtualFileSystem.csproj">
|
|
|
|
|
<Project>{5128b489-bc28-4f66-9f0b-b4565af36cbc}</Project>
|
|
|
|
|
<Name>VirtualFileSystem</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj">
|
|
|
|
|
<Project>{b3f3fb6e-b9eb-4f49-9875-d78578bc7ae5}</Project>
|
|
|
|
|
<Name>Wabbajack.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2019-10-16 03:17:27 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="css-min.css" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="css.css" />
|
|
|
|
|
</ItemGroup>
|
2019-10-24 01:19:11 +00:00
|
|
|
|
<ItemGroup />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Page Include="WebAutomation\WebAutomationWindow.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
</ItemGroup>
|
2019-10-16 03:10:34 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|