Clean up test project

This commit is contained in:
Nikolaj Olsson 2024-09-05 19:37:04 +02:00
parent 37c84a1ca9
commit 7d593a72db
2 changed files with 220 additions and 258 deletions

View File

@ -1,214 +1,209 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"/> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Test</AssemblyName> <AssemblyName>Test</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7BE5B8E8-9469-4C7C-89D7-E8C884DEFC0E}</ProjectGuid> <ProjectGuid>{7BE5B8E8-9469-4C7C-89D7-E8C884DEFC0E}</ProjectGuid>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<RootNamespace>Test</RootNamespace> <RootNamespace>Test</RootNamespace>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<RuntimeIdentifier>win</RuntimeIdentifier> <RuntimeIdentifier>win</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath> <OutputPath>bin\Release\</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private> <Private>False</Private>
</Reference> </Reference>
<Reference Include="System"/> <Reference Include="System" />
<Reference Include="System.Configuration"/> <Reference Include="System.Configuration" />
<Reference Include="System.Drawing"/> <Reference Include="System.Drawing" />
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Reference Include="System.Net.Http.Extensions" />
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath> <Reference Include="System.Net.Http.Primitives" />
</Reference> <Reference Include="System.Windows.Forms" />
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <Reference Include="System.Xml" />
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath> <Reference Include="System.Xml.Linq" />
</Reference> </ItemGroup>
<Reference Include="System.Windows.Forms"/> <ItemGroup>
<Reference Include="System.Xml"/> <Compile Include="Assa\TagHelperRemoveTagTest.cs" />
<Reference Include="System.Xml.Linq"/> <Compile Include="Assa\ResamplerTest.cs" />
</ItemGroup> <Compile Include="Assa\AssaTimeCodes.cs" />
<ItemGroup> <Compile Include="Core\AudioToTextTest.cs" />
<Compile Include="Assa\TagHelperRemoveTagTest.cs"/> <Compile Include="Core\JsonTest.cs" />
<Compile Include="Assa\ResamplerTest.cs"/> <Compile Include="Core\MergeShortLinesUtilsTest.cs" />
<Compile Include="Assa\AssaTimeCodes.cs"/> <Compile Include="Core\CsvUtilTest.cs" />
<Compile Include="Core\AudioToTextTest.cs"/> <Compile Include="Core\WebVttHelperTest.cs" />
<Compile Include="Core\JsonTest.cs"/> <Compile Include="Core\WebVttToAssaTest.cs" />
<Compile Include="Core\MergeShortLinesUtilsTest.cs"/> <Compile Include="Dictionaries\StringWithoutSpaceSplitToWordsTest.cs" />
<Compile Include="Core\CsvUtilTest.cs"/> <Compile Include="GoogleCloudVision\GoogleCloudVisionJsonToLinesTest.cs" />
<Compile Include="Core\WebVttHelperTest.cs"/> <Compile Include="LanguageFiles\LanguageFileTest.cs" />
<Compile Include="Core\WebVttToAssaTest.cs"/> <Compile Include="Logic\AutoTranslate\MergeAndSplitHelperTest.cs" />
<Compile Include="Dictionaries\StringWithoutSpaceSplitToWordsTest.cs"/> <Compile Include="Logic\BeautifyTimeCodesTest.cs" />
<Compile Include="GoogleCloudVision\GoogleCloudVisionJsonToLinesTest.cs"/> <Compile Include="Logic\ConvertColorsToDialogTest.cs" />
<Compile Include="LanguageFiles\LanguageFileTest.cs"/> <Compile Include="Core\LanguageAutoDetectLanguagesTest.cs" />
<Compile Include="Logic\AutoTranslate\MergeAndSplitHelperTest.cs"/> <Compile Include="Logic\DimensionTest.cs" />
<Compile Include="Logic\BeautifyTimeCodesTest.cs"/> <Compile Include="Logic\NetflixHelperTest.cs" />
<Compile Include="Logic\ConvertColorsToDialogTest.cs"/> <Compile Include="Logic\SubtitleFormats\EbuStlTest.cs" />
<Compile Include="Core\LanguageAutoDetectLanguagesTest.cs"/> <Compile Include="Logic\SubtitleFormats\NetflixTimedTextTest.cs" />
<Compile Include="Logic\DimensionTest.cs"/> <Compile Include="Logic\SubtitleFormats\LrcTest.cs" />
<Compile Include="Logic\NetflixHelperTest.cs"/> <Compile Include="Logic\SubtitleFormats\PacTest.cs" />
<Compile Include="Logic\SubtitleFormats\EbuStlTest.cs"/> <Compile Include="Core\UUEncodingTest.cs" />
<Compile Include="Logic\SubtitleFormats\NetflixTimedTextTest.cs"/> <Compile Include="Core\CharUtilsTest.cs" />
<Compile Include="Logic\SubtitleFormats\LrcTest.cs"/> <Compile Include="Core\DialogTypeTest.cs" />
<Compile Include="Logic\SubtitleFormats\PacTest.cs"/> <Compile Include="Core\SeJsonParserTest.cs" />
<Compile Include="Core\UUEncodingTest.cs"/> <Compile Include="Core\FixCasingTest.cs" />
<Compile Include="Core\CharUtilsTest.cs"/> <Compile Include="Core\LanguageAutoDetectTest.cs" />
<Compile Include="Core\DialogTypeTest.cs"/> <Compile Include="Core\PlainTextImporterTest.cs" />
<Compile Include="Core\SeJsonParserTest.cs"/> <Compile Include="Core\StringExtensionsTest.cs" />
<Compile Include="Core\FixCasingTest.cs"/> <Compile Include="Core\NikseBitmapTest.cs" />
<Compile Include="Core\LanguageAutoDetectTest.cs"/> <Compile Include="Core\SubtitleFormatTest.cs" />
<Compile Include="Core\PlainTextImporterTest.cs"/> <Compile Include="Core\SubtitleTest.cs" />
<Compile Include="Core\StringExtensionsTest.cs"/> <Compile Include="Core\RichTextToPlainTextTest.cs" />
<Compile Include="Core\NikseBitmapTest.cs"/> <Compile Include="Logic\BridgeGapsTest.cs" />
<Compile Include="Core\SubtitleFormatTest.cs"/> <Compile Include="Logic\Forms\MoveWordUpDownTest.cs" />
<Compile Include="Core\SubtitleTest.cs"/> <Compile Include="Logic\NetflixQualityCheckTest.cs" />
<Compile Include="Core\RichTextToPlainTextTest.cs"/> <Compile Include="Logic\Ocr\BinaryOcrTest.cs" />
<Compile Include="Logic\BridgeGapsTest.cs"/> <Compile Include="Core\HtmlUtilTest.cs" />
<Compile Include="Logic\Forms\MoveWordUpDownTest.cs"/> <Compile Include="FixCommonErrors\FixCommonErrorsTest.cs" />
<Compile Include="Logic\NetflixQualityCheckTest.cs"/> <Compile Include="Logic\LanguageTest.cs" />
<Compile Include="Logic\Ocr\BinaryOcrTest.cs"/> <Compile Include="Logic\BluRaySup\BluRaySupParserTest.cs" />
<Compile Include="Core\HtmlUtilTest.cs"/> <Compile Include="Logic\BluRaySup\ToolBoxTest.cs" />
<Compile Include="FixCommonErrors\FixCommonErrorsTest.cs"/> <Compile Include="Logic\Dictionaries\NamesListTest.cs" />
<Compile Include="Logic\LanguageTest.cs"/> <Compile Include="Logic\Dictionaries\OcrFixReplaceListTest.cs" />
<Compile Include="Logic\BluRaySup\BluRaySupParserTest.cs"/> <Compile Include="Logic\Mp4\Mp4Test.cs" />
<Compile Include="Logic\BluRaySup\ToolBoxTest.cs"/> <Compile Include="Logic\Ocr\MatchesToItalicStringConverterTest.cs" />
<Compile Include="Logic\Dictionaries\NamesListTest.cs"/> <Compile Include="Logic\SplitLongLinesHelperTest.cs" />
<Compile Include="Logic\Dictionaries\OcrFixReplaceListTest.cs"/> <Compile Include="Logic\SubtitleFormats\Cea708Test.cs" />
<Compile Include="Logic\Mp4\Mp4Test.cs"/> <Compile Include="Logic\SubtitleFormats\SubtitleFormatFunctionsTest.cs" />
<Compile Include="Logic\Ocr\MatchesToItalicStringConverterTest.cs"/> <Compile Include="Logic\TarFileTest.cs" />
<Compile Include="Logic\SplitLongLinesHelperTest.cs"/> <Compile Include="Logic\ProgressHelperTest.cs" />
<Compile Include="Logic\SubtitleFormats\Cea708Test.cs"/> <Compile Include="Logic\TransportStream\TransportStreamTest.cs" />
<Compile Include="Logic\SubtitleFormats\SubtitleFormatFunctionsTest.cs"/> <Compile Include="Logic\ParagraphTest.cs" />
<Compile Include="Logic\TarFileTest.cs"/> <Compile Include="Logic\StrippableTextTest.cs" />
<Compile Include="Logic\ProgressHelperTest.cs"/> <Compile Include="Logic\TimeCodeTest.cs" />
<Compile Include="Logic\TransportStream\TransportStreamTest.cs"/> <Compile Include="Logic\UknownFormatImporterJsonTest.cs" />
<Compile Include="Logic\ParagraphTest.cs"/> <Compile Include="Logic\ContinuationUtilitiesTest.cs" />
<Compile Include="Logic\StrippableTextTest.cs"/> <Compile Include="Logic\HtmlUtilTest.cs" />
<Compile Include="Logic\TimeCodeTest.cs"/> <Compile Include="Logic\VideoFormats\MatroskaTest.cs" />
<Compile Include="Logic\UknownFormatImporterJsonTest.cs"/> <Compile Include="Logic\VobSub\VobSubTest.cs" />
<Compile Include="Logic\ContinuationUtilitiesTest.cs"/> <Compile Include="Logic\Ocr\NOcrTest.cs" />
<Compile Include="Logic\HtmlUtilTest.cs"/> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Logic\VideoFormats\MatroskaTest.cs"/> <Compile Include="Logic\Forms\RemoveTextForHearImpairedTest.cs" />
<Compile Include="Logic\VobSub\VobSubTest.cs"/> <Compile Include="Logic\SubtitleFormats\SubtitleFormatsTest.cs" />
<Compile Include="Logic\Ocr\NOcrTest.cs"/> <Compile Include="Logic\UtilitiesTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs"/> <Compile Include="Dictionaries\XmlDictionariesTest.cs" />
<Compile Include="Logic\Forms\RemoveTextForHearImpairedTest.cs"/> <Compile Include="UserControls\NikseComboBoxTests.cs" />
<Compile Include="Logic\SubtitleFormats\SubtitleFormatsTest.cs"/> <Compile Include="UserControls\SeTextBoxTests.cs" />
<Compile Include="Logic\UtilitiesTest.cs"/> </ItemGroup>
<Compile Include="Dictionaries\XmlDictionariesTest.cs"/> <ItemGroup>
<Compile Include="UserControls\NikseComboBoxTests.cs"/> <EmbeddedResource Include="Dictionaries\en_US.aff" />
<Compile Include="UserControls\SeTextBoxTests.cs"/> <EmbeddedResource Include="Dictionaries\en_US.dic" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Dictionaries\en_US.aff"/> <EmbeddedResource Include="Dictionaries\names.xml" />
<EmbeddedResource Include="Dictionaries\en_US.dic"/> </ItemGroup>
</ItemGroup> <ItemGroup>
<ItemGroup> <Content Include="Files\sample.tar">
<EmbeddedResource Include="Dictionaries\names.xml"/> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> </ItemGroup>
<Content Include="Files\sample.tar"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Content Include="Files\sample_MKV_delayed.mkv">
</Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> <Content Include="Files\sample_MKV_SRT.mkv">
<Content Include="Files\sample_MKV_delayed.mkv"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="Files\sample_MKV_VobSub_PGS.mkv">
<Content Include="Files\sample_MKV_SRT.mkv"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="Files\sample_MP4.mp4">
<Content Include="Files\sample_MKV_VobSub_PGS.mkv"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> <Content Include="Files\sample_TS_with_graphics.ts">
<Content Include="Files\sample_MP4.mp4"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> </ItemGroup>
<Content Include="Files\sample_TS_with_graphics.ts"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Content Include="Files\sample_MP4_SRT.mp4">
</Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> </ItemGroup>
<Content Include="Files\sample_MP4_SRT.mp4"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Content Include="Files\sample_BDSUP_multi_image.sup">
</Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> </ItemGroup>
<Content Include="Files\sample_BDSUP_multi_image.sup"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Content Include="Files\auto_detect_Danish.srt">
</Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> </ItemGroup>
<Content Include="Files\auto_detect_Danish.srt"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Content Include="Files\auto_detect_Russian.srt">
</Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> </ItemGroup>
<Content Include="Files\auto_detect_Russian.srt"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Content Include="Files\auto_detect_windows-1250.srt">
</Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> <Content Include="Files\auto_detect_windows-1251.srt">
<Content Include="Files\auto_detect_windows-1250.srt"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
</Content> </ItemGroup>
<Content Include="Files\auto_detect_windows-1251.srt"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <Content Include="Files\sample_TS_with_teletext.ts">
</Content> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</ItemGroup> </Content>
<ItemGroup> </ItemGroup>
<Content Include="Files\sample_TS_with_teletext.ts"> <ItemGroup>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <ProjectReference Include="..\libse\LibSE.csproj">
</Content> <Project>{d6f64cd3-c3ea-4b36-b575-9b3b8a3ca13f}</Project>
</ItemGroup> <Name>LibSE</Name>
<ItemGroup> </ProjectReference>
<None Include="app.config"/> <ProjectReference Include="..\ui\SubtitleEdit.csproj">
</ItemGroup> <Project>{511a5b59-1c35-4719-8536-23b19af9b21a}</Project>
<ItemGroup> <Name>SubtitleEdit</Name>
<ProjectReference Include="..\libse\LibSE.csproj"> </ProjectReference>
<Project>{d6f64cd3-c3ea-4b36-b575-9b3b8a3ca13f}</Project> </ItemGroup>
<Name>LibSE</Name> <ItemGroup>
</ProjectReference> <PackageReference Include="NHunspell" />
<ProjectReference Include="..\ui\SubtitleEdit.csproj"> <PackageReference Include="System.Runtime.CompilerServices.Unsafe" />
<Project>{511a5b59-1c35-4719-8536-23b19af9b21a}</Project> <PackageReference Include="System.Threading.Tasks.Extensions" />
<Name>SubtitleEdit</Name> </ItemGroup>
</ProjectReference> <ItemGroup>
</ItemGroup> <None Include="App.config" />
<ItemGroup> </ItemGroup>
<PackageReference Include="NHunspell"/> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe"/> <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<PackageReference Include="System.Threading.Tasks.Extensions"/> <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')"/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">
</Target> </Target>

View File

@ -1,51 +1,18 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<runtime> <startup>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
<dependentAssembly> </startup>
<assemblyIdentity name="Microsoft.Win32.Registry" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <runtime>
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" /> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
</dependentAssembly> <dependentAssembly>
<dependentAssembly> <assemblyIdentity name="Microsoft.Win32.Registry" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<assemblyIdentity name="mscorlib" publicKeyToken="b77a5c561934e089" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /> </dependentAssembly>
</dependentAssembly> <dependentAssembly>
<dependentAssembly> <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<assemblyIdentity name="netstandard" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" /> </dependentAssembly>
</dependentAssembly> </assemblyBinding>
<dependentAssembly> </runtime>
<assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Collections" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.InteropServices" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.2.0" newVersion="4.1.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.11.0" newVersion="4.0.11.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration> </configuration>