wabbajack/Wabbajack/Wabbajack.csproj

438 lines
18 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-07-21 04:40:54 +00:00
<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>
2019-07-22 22:17:46 +00:00
<ProjectGuid>{33602679-8484-40C7-A10C-774DFF5D8314}</ProjectGuid>
<OutputType>WinExe</OutputType>
2019-07-21 04:40:54 +00:00
<RootNamespace>Wabbajack</RootNamespace>
<AssemblyName>Wabbajack</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
2019-07-22 22:17:46 +00:00
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
2019-07-21 04:40:54 +00:00
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
2019-07-21 22:47:17 +00:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper>
2019-07-31 21:11:07 +00:00
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<XamlDebuggingInformation>True</XamlDebuggingInformation>
2019-07-21 04:40:54 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
<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' ">
2019-07-31 21:11:07 +00:00
<PlatformTarget>x64</PlatformTarget>
2019-07-21 04:40:54 +00:00
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2019-07-31 21:11:07 +00:00
<Prefer32Bit>false</Prefer32Bit>
2019-07-21 04:40:54 +00:00
</PropertyGroup>
2019-07-30 21:45:04 +00:00
<PropertyGroup>
2019-10-22 01:08:26 +00:00
<ApplicationIcon>Resources\Icons\wabbajack.ico</ApplicationIcon>
2019-07-30 21:45:04 +00:00
</PropertyGroup>
2019-07-31 03:59:19 +00:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %28no commandargs%29|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug %28no commandargs%29\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<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>
<Prefer32Bit>true</Prefer32Bit>
</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %28no commandargs%29|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug %28no commandargs%29\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
2019-10-15 03:40:17 +00:00
<DebugType>embedded</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</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>
<Prefer32Bit>true</Prefer32Bit>
</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %28no commandargs%29|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug %28no commandargs%29\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
2019-07-21 04:40:54 +00:00
<ItemGroup>
<Reference Include="PresentationFramework.Aero" />
2019-07-21 04:40:54 +00:00
<Reference Include="System" />
<Reference Include="System.Configuration" />
2019-07-22 22:17:46 +00:00
<Reference Include="System.Data" />
2019-07-31 03:59:19 +00:00
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
2019-07-31 03:59:19 +00:00
<Reference Include="System.Security" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web" />
<Reference Include="System.Windows" />
2019-07-31 03:59:19 +00:00
<Reference Include="System.Windows.Forms" />
2019-07-22 22:17:46 +00:00
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
2019-07-21 04:40:54 +00:00
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
2019-07-22 22:17:46 +00:00
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
2019-07-21 04:40:54 +00:00
</ItemGroup>
<ItemGroup>
2019-07-22 22:17:46 +00:00
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
2019-11-09 05:46:36 +00:00
<Compile Include="Views\BeginButton.xaml.cs">
<DependentUpon>BeginButton.xaml</DependentUpon>
</Compile>
<Compile Include="Converters\BoolToVisibilityConverter.cs" />
2019-11-09 01:53:32 +00:00
<Compile Include="Views\DetailImageView.xaml.cs">
<DependentUpon>DetailImageView.xaml</DependentUpon>
</Compile>
2019-11-03 06:01:19 +00:00
<Compile Include="Extensions\EnumerableExt.cs" />
2019-11-07 05:33:08 +00:00
<Compile Include="Views\TopProgressView.xaml.cs">
<DependentUpon>TopProgressView.xaml</DependentUpon>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="View Models\FilePickerVM.cs" />
2019-11-03 06:01:19 +00:00
<Compile Include="View Models\ModListVM.cs" />
<Compile Include="View Models\ModVM.cs" />
<Compile Include="Views\CompilerView.xaml.cs">
<DependentUpon>CompilerView.xaml</DependentUpon>
</Compile>
<Compile Include="Converters\IsNotNullVisibilityConverter.cs" />
<Compile Include="Enums\RunMode.cs" />
<Compile Include="Extensions\ReactiveUIExt.cs" />
2019-11-02 20:55:14 +00:00
<Compile Include="Views\DownloadWindow.xaml.cs">
2019-10-20 11:26:42 +00:00
<DependentUpon>DownloadWindow.xaml</DependentUpon>
</Compile>
2019-11-02 20:55:14 +00:00
<Compile Include="View Models\ModeSelectionWindowVM.cs" />
<Compile Include="View Models\ModListDefinition.cs" />
<Compile Include="Views\FilePicker.xaml.cs">
<DependentUpon>FilePicker.xaml</DependentUpon>
</Compile>
<Compile Include="Views\InstallationView.xaml.cs">
<DependentUpon>InstallationView.xaml</DependentUpon>
2019-10-07 12:02:31 +00:00
</Compile>
<Compile Include="View Models\CompilerVM.cs" />
2019-10-22 02:12:55 +00:00
<Compile Include="View Models\MainWindowVM.cs" />
2019-11-07 05:33:08 +00:00
<Compile Include="Views\LogCpuView.xaml.cs">
<DependentUpon>LogCpuView.xaml</DependentUpon>
</Compile>
2019-10-22 01:08:26 +00:00
<Compile Include="Views\ModeSelectionWindow.xaml.cs">
2019-09-27 04:07:54 +00:00
<DependentUpon>ModeSelectionWindow.xaml</DependentUpon>
</Compile>
2019-10-22 01:08:26 +00:00
<Compile Include="Converters\LeftMarginMultiplierConverter.cs" />
<Compile Include="Util\TreeViewItemExtensions.cs" />
<Compile Include="View Models\SlideShow.cs" />
<Compile Include="Views\TextViewer.xaml.cs">
2019-10-11 12:57:30 +00:00
<DependentUpon>TextViewer.xaml</DependentUpon>
</Compile>
<Compile Include="Views\UserControlRx.cs" />
2019-11-09 05:46:36 +00:00
<Page Include="Views\BeginButton.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2019-11-09 01:53:32 +00:00
<Page Include="Views\DetailImageView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\CompilerView.xaml">
2019-10-20 11:26:42 +00:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2019-11-07 05:33:08 +00:00
<Page Include="Views\TopProgressView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2019-11-02 20:55:14 +00:00
<Page Include="Views\DownloadWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\FilePicker.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Views\InstallationView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2019-11-07 05:33:08 +00:00
<Page Include="Views\LogCpuView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
2019-10-22 01:08:26 +00:00
<Page Include="Views\MainWindow.xaml">
2019-07-22 22:17:46 +00:00
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="View Models\InstallerVM.cs" />
2019-10-22 01:08:26 +00:00
<Compile Include="Util\AutoScrollBehavior.cs" />
<Compile Include="Views\MainWindow.xaml.cs">
2019-07-22 22:17:46 +00:00
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
2019-10-22 01:08:26 +00:00
<Page Include="Views\ModeSelectionWindow.xaml">
2019-10-07 12:02:31 +00:00
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
2019-07-30 21:45:04 +00:00
<Page Include="Themes\Styles.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
2019-10-22 01:08:26 +00:00
<Page Include="Views\TextViewer.xaml">
2019-10-11 12:57:30 +00:00
<Generator>MSBuild:Compile</Generator>
2019-11-02 00:17:23 +00:00
<SubType>Designer</SubType>
2019-10-11 12:57:30 +00:00
</Page>
2019-07-22 22:17:46 +00:00
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
2019-07-21 22:47:17 +00:00
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
2019-07-22 22:17:46 +00:00
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
2019-07-21 04:40:54 +00:00
</ItemGroup>
<ItemGroup>
2019-07-22 22:17:46 +00:00
<None Include="App.config" />
2019-07-21 04:40:54 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Compression.BSA\Compression.BSA.csproj">
<Project>{ff5d892f-8ff4-44fc-8f7f-cd58f307ad1b}</Project>
<Name>Compression.BSA</Name>
2019-07-22 22:17:46 +00:00
</ProjectReference>
<ProjectReference Include="..\VirtualFileSystem\VirtualFileSystem.csproj">
<Project>{5128b489-bc28-4f66-9f0b-b4565af36cbc}</Project>
<Name>VirtualFileSystem</Name>
</ProjectReference>
2019-07-21 04:40:54 +00:00
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj">
<Project>{b3f3fb6e-b9eb-4f49-9875-d78578bc7ae5}</Project>
<Name>Wabbajack.Common</Name>
</ProjectReference>
<ProjectReference Include="..\Wabbajack.Lib\Wabbajack.Lib.csproj">
<Project>{0a820830-a298-497d-85e0-e9a89efef5fe}</Project>
<Name>Wabbajack.Lib</Name>
</ProjectReference>
2019-07-21 04:40:54 +00:00
</ItemGroup>
2019-07-31 21:11:07 +00:00
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
2019-09-26 03:18:36 +00:00
<ItemGroup>
2019-10-22 01:08:26 +00:00
<Resource Include="Resources\Icons\wabbajack.ico" />
2019-08-12 21:00:22 +00:00
</ItemGroup>
2019-09-26 03:18:36 +00:00
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\banner.png" />
2019-09-26 03:18:36 +00:00
</ItemGroup>
2019-09-27 04:07:54 +00:00
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\banner_small.png" />
2019-09-26 03:18:36 +00:00
</ItemGroup>
2019-09-27 04:07:54 +00:00
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\Icons\discord.png" />
<EmbeddedResource Include="Resources\Icons\github.png" />
<EmbeddedResource Include="Resources\Icons\patreon.png" />
2019-09-27 04:07:54 +00:00
</ItemGroup>
2019-09-27 11:14:31 +00:00
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\Icons\next.png" />
2019-09-27 11:14:31 +00:00
</ItemGroup>
2019-10-07 17:49:39 +00:00
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\none.jpg" />
2019-10-07 17:49:39 +00:00
</ItemGroup>
2019-10-09 13:31:16 +00:00
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\Icons\github_light.png" />
<EmbeddedResource Include="Resources\Icons\patreon_light.png" />
2019-10-09 13:31:16 +00:00
</ItemGroup>
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\Banner_Dark.png" />
</ItemGroup>
<ItemGroup>
2019-10-22 01:08:26 +00:00
<EmbeddedResource Include="Resources\banner_small_dark.png" />
</ItemGroup>
<ItemGroup>
2019-10-26 05:49:15 +00:00
<PackageReference Include="AlphaFS">
<Version>2.2.6</Version>
</PackageReference>
<PackageReference Include="CommonMark.NET">
<Version>0.15.1</Version>
</PackageReference>
<PackageReference Include="Costura.Fody">
2019-11-04 23:21:58 +00:00
<Version>4.1.0</Version>
2019-10-26 05:49:15 +00:00
</PackageReference>
<PackageReference Include="DynamicData">
2019-11-04 23:21:58 +00:00
<Version>6.13.20</Version>
2019-10-26 05:49:15 +00:00
</PackageReference>
<PackageReference Include="Fody">
2019-11-04 23:21:58 +00:00
<Version>6.0.4</Version>
2019-10-26 05:49:15 +00:00
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="GitInfo">
2019-11-04 23:21:58 +00:00
<Version>2.0.21</Version>
2019-10-26 05:49:15 +00:00
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="K4os.Compression.LZ4.Streams">
<Version>1.1.11</Version>
</PackageReference>
<PackageReference Include="MahApps.Metro">
<Version>1.6.5</Version>
</PackageReference>
<PackageReference Include="MahApps.Metro.IconPacks">
<Version>2.3.0</Version>
</PackageReference>
2019-10-26 05:49:15 +00:00
<PackageReference Include="MegaApiClient">
<Version>1.7.1</Version>
</PackageReference>
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell">
<Version>1.1.3.3</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.2</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json.Bson">
<Version>1.0.2</Version>
</PackageReference>
<PackageReference Include="protobuf-net">
<Version>2.4.0</Version>
</PackageReference>
<PackageReference Include="ReactiveUI.Events.WPF">
<Version>10.4.1</Version>
</PackageReference>
2019-11-02 23:23:11 +00:00
<PackageReference Include="ReactiveUI.Fody">
<Version>10.5.7</Version>
</PackageReference>
2019-10-26 05:49:15 +00:00
<PackageReference Include="ReactiveUI.WPF">
2019-11-04 23:21:58 +00:00
<Version>10.5.7</Version>
2019-10-26 05:49:15 +00:00
</PackageReference>
<PackageReference Include="SharpCompress">
<Version>0.23.0</Version>
</PackageReference>
<PackageReference Include="SharpZipLib">
<Version>1.2.0</Version>
</PackageReference>
<PackageReference Include="Syroot.Windows.IO.KnownFolders">
<Version>1.2.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>4.2.0</Version>
</PackageReference>
<PackageReference Include="WebSocketSharpFork">
<Version>1.0.4</Version>
</PackageReference>
<PackageReference Include="WPFThemes.DarkBlend">
<Version>1.0.8</Version>
</PackageReference>
<PackageReference Include="YamlDotNet">
2019-11-04 23:21:58 +00:00
<Version>8.0.0</Version>
2019-10-26 05:49:15 +00:00
</PackageReference>
</ItemGroup>
2019-11-02 16:29:36 +00:00
<ItemGroup>
<EmbeddedResource Include="Resources\Wabba_Mouth.png" />
2019-11-02 16:29:36 +00:00
</ItemGroup>
2019-07-21 04:40:54 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>