2019-07-21 04:40:54 +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>{B3F3FB6E-B9EB-4F49-9875-D78578BC7AE5}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Wabbajack.Common</RootNamespace>
|
|
|
|
|
<AssemblyName>Wabbajack.Common</AssemblyName>
|
2019-11-23 15:50:09 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2019-11-23 15:50:09 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
</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>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2019-12-04 00:59:53 +00:00
|
|
|
|
<NoWarn>CS1998</NoWarn>
|
|
|
|
|
<WarningsAsErrors>CS4014</WarningsAsErrors>
|
2019-07-21 04:40:54 +00:00
|
|
|
|
</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>
|
2019-12-04 00:59:53 +00:00
|
|
|
|
<NoWarn>CS1998</NoWarn>
|
|
|
|
|
<WarningsAsErrors>CS4014</WarningsAsErrors>
|
2019-07-21 04:40:54 +00:00
|
|
|
|
</PropertyGroup>
|
2019-08-07 23:06:38 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-10-13 20:56:40 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
2019-09-12 23:44:35 +00:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<Reference Include="System.Core" />
|
2019-08-07 23:06:38 +00:00
|
|
|
|
<Reference Include="System.IO.Compression" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<Reference Include="System.Numerics" />
|
2019-09-12 23:44:35 +00:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
2019-12-07 00:13:16 +00:00
|
|
|
|
<Reference Include="System.Security" />
|
2019-09-12 23:44:35 +00:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2019-08-28 03:22:57 +00:00
|
|
|
|
<Reference Include="System.Transactions" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-07-21 22:47:17 +00:00
|
|
|
|
<Compile Include="BSDiff.cs" />
|
2019-08-26 23:02:49 +00:00
|
|
|
|
<Compile Include="ChildProcessTracker.cs" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<Compile Include="Consts.cs" />
|
|
|
|
|
<Compile Include="DynamicIniData.cs" />
|
2019-11-03 02:49:39 +00:00
|
|
|
|
<Compile Include="Error States\ErrorResponse.cs" />
|
|
|
|
|
<Compile Include="Error States\GetResponse.cs" />
|
2019-11-03 13:54:49 +00:00
|
|
|
|
<Compile Include="Enums\ModManager.cs" />
|
2019-10-28 13:03:58 +00:00
|
|
|
|
<Compile Include="ExtensionManager.cs" />
|
2019-11-06 01:39:18 +00:00
|
|
|
|
<Compile Include="Extensions\DictionaryExt.cs" />
|
2019-12-14 20:11:39 +00:00
|
|
|
|
<Compile Include="Extensions\EnumerableExt.cs" />
|
2019-11-17 00:41:59 +00:00
|
|
|
|
<Compile Include="Extensions\EnumExt.cs" />
|
2019-11-03 02:49:39 +00:00
|
|
|
|
<Compile Include="Extensions\HashHelper.cs" />
|
2019-12-22 06:50:11 +00:00
|
|
|
|
<Compile Include="Extensions\ProcessExt.cs" />
|
2019-11-06 01:39:18 +00:00
|
|
|
|
<Compile Include="Extensions\RxExt.cs" />
|
|
|
|
|
<Compile Include="Extensions\TaskExt.cs" />
|
2019-08-07 23:06:38 +00:00
|
|
|
|
<Compile Include="FileExtractor.cs" />
|
2019-09-29 00:18:42 +00:00
|
|
|
|
<Compile Include="GameMetaData.cs" />
|
2019-11-09 13:49:33 +00:00
|
|
|
|
<Compile Include="GOGHandler.cs" />
|
2019-12-15 04:33:48 +00:00
|
|
|
|
<Compile Include="Metrics.cs" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2019-08-09 04:07:23 +00:00
|
|
|
|
<Compile Include="SplittingStream.cs" />
|
2019-12-04 04:12:08 +00:00
|
|
|
|
<Compile Include="StatusFeed\AErrorMessage.cs" />
|
|
|
|
|
<Compile Include="StatusFeed\AStatusMessage.cs" />
|
2019-12-09 00:19:36 +00:00
|
|
|
|
<Compile Include="StatusFeed\Interventions\AUserIntervention.cs" />
|
2019-12-04 04:12:08 +00:00
|
|
|
|
<Compile Include="StatusFeed\Errors\7zipReturnError.cs" />
|
|
|
|
|
<Compile Include="StatusFeed\Errors\FileExtractionError.cs" />
|
2019-12-05 04:57:05 +00:00
|
|
|
|
<Compile Include="StatusFeed\Errors\GenericException.cs" />
|
2019-12-04 04:12:08 +00:00
|
|
|
|
<Compile Include="StatusFeed\Errors\UnconvertedError.cs" />
|
|
|
|
|
<Compile Include="StatusFeed\GenericInfo.cs" />
|
|
|
|
|
<Compile Include="StatusFeed\IError.cs" />
|
2019-12-05 04:57:05 +00:00
|
|
|
|
<Compile Include="StatusFeed\IException.cs" />
|
2019-12-04 04:12:08 +00:00
|
|
|
|
<Compile Include="StatusFeed\IInfo.cs" />
|
2019-12-09 00:19:36 +00:00
|
|
|
|
<Compile Include="StatusFeed\Interventions\ConfirmationIntervention.cs" />
|
2019-12-04 04:12:08 +00:00
|
|
|
|
<Compile Include="StatusFeed\IStatusMessage.cs" />
|
2019-12-09 00:19:36 +00:00
|
|
|
|
<Compile Include="StatusFeed\Interventions\IUserIntervention.cs" />
|
2019-11-20 00:15:46 +00:00
|
|
|
|
<Compile Include="StatusFileStream.cs" />
|
2019-11-17 04:16:42 +00:00
|
|
|
|
<Compile Include="StatusUpdate.cs" />
|
2019-11-09 13:49:57 +00:00
|
|
|
|
<Compile Include="SteamHandler.cs" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<Compile Include="Utils.cs" />
|
2019-12-22 00:17:56 +00:00
|
|
|
|
<Compile Include="Util\AsyncLock.cs" />
|
2019-12-14 20:11:39 +00:00
|
|
|
|
<Compile Include="Util\TempFile.cs" />
|
|
|
|
|
<Compile Include="Util\TempFolder.cs" />
|
2019-07-22 22:17:46 +00:00
|
|
|
|
<Compile Include="WorkQueue.cs" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-08-25 23:52:03 +00:00
|
|
|
|
<EmbeddedResource Include="7z.dll.gz" />
|
|
|
|
|
<EmbeddedResource Include="7z.exe.gz" />
|
2019-10-26 19:43:06 +00:00
|
|
|
|
<None Include="app.config" />
|
2019-12-01 13:57:28 +00:00
|
|
|
|
<EmbeddedResource Include="innounp.exe.gz" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-11-23 15:46:57 +00:00
|
|
|
|
<ProjectReference Include="$(SolutionDir)\Compression.BSA\Compression.BSA.csproj">
|
2019-08-08 22:36:09 +00:00
|
|
|
|
<Project>{ff5d892f-8ff4-44fc-8f7f-cd58f307ad1b}</Project>
|
|
|
|
|
<Name>Compression.BSA</Name>
|
|
|
|
|
</ProjectReference>
|
2019-11-23 15:46:57 +00:00
|
|
|
|
<ProjectReference Include="$(SolutionDir)\Wabbajack.Common.CSP\Wabbajack.Common.CSP.csproj">
|
2019-11-12 04:35:07 +00:00
|
|
|
|
<Project>{9e69bc98-1512-4977-b683-6e7e5292c0b8}</Project>
|
|
|
|
|
<Name>Wabbajack.Common.CSP</Name>
|
|
|
|
|
</ProjectReference>
|
2019-08-25 23:52:03 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="7z.dll" />
|
|
|
|
|
<Content Include="7z.exe" />
|
2019-12-01 13:57:28 +00:00
|
|
|
|
<Content Include="innounp.exe" />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
</ItemGroup>
|
2019-11-02 22:57:51 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="AlphaFS">
|
|
|
|
|
<Version>2.2.6</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Ceras">
|
|
|
|
|
<Version>4.1.7</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="erri120.OMODFramework">
|
2019-11-23 16:02:26 +00:00
|
|
|
|
<Version>[1.0.0]</Version>
|
2019-11-02 22:57:51 +00:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="ini-parser">
|
|
|
|
|
<Version>2.5.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
2019-11-23 16:02:26 +00:00
|
|
|
|
<Version>12.0.3</Version>
|
2019-11-02 22:57:51 +00:00
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json.Bson">
|
|
|
|
|
<Version>1.0.2</Version>
|
|
|
|
|
</PackageReference>
|
2019-11-17 04:16:42 +00:00
|
|
|
|
<PackageReference Include="ReactiveUI">
|
2019-12-12 23:00:19 +00:00
|
|
|
|
<Version>11.0.1</Version>
|
2019-11-17 04:16:42 +00:00
|
|
|
|
</PackageReference>
|
2019-12-07 00:13:16 +00:00
|
|
|
|
<PackageReference Include="Syroot.Windows.IO.KnownFolders">
|
|
|
|
|
<Version>1.2.1</Version>
|
|
|
|
|
</PackageReference>
|
2019-11-02 22:57:51 +00:00
|
|
|
|
<PackageReference Include="System.Data.HashFunction.xxHash">
|
|
|
|
|
<Version>2.0.0</Version>
|
|
|
|
|
</PackageReference>
|
2019-11-05 04:14:31 +00:00
|
|
|
|
<PackageReference Include="System.Reactive">
|
2019-12-12 23:00:19 +00:00
|
|
|
|
<Version>4.3.1</Version>
|
2019-11-05 04:14:31 +00:00
|
|
|
|
</PackageReference>
|
2019-11-02 22:57:51 +00:00
|
|
|
|
<PackageReference Include="YamlDotNet">
|
|
|
|
|
<Version>8.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2019-11-09 06:37:05 +00:00
|
|
|
|
<ItemGroup />
|
2019-07-21 04:40:54 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|