mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Reformat project file to improve readability
Replaced tabs with spaces and adjusted XML formatting in Test.csproj to enhance readability and maintain consistency. No functional changes were made to the project configuration. Signed-off-by: Ivandro Jao <Ivandrofly@gmail.com>
This commit is contained in:
parent
abd74866bf
commit
d882c7a0b3
@ -1,6 +1,6 @@
|
|||||||
<?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>
|
||||||
@ -41,96 +41,96 @@
|
|||||||
<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, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
|
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms"/>
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml"/>
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Assa\TagHelperRemoveTagTest.cs" />
|
<Compile Include="Assa\TagHelperRemoveTagTest.cs"/>
|
||||||
<Compile Include="Assa\ResamplerTest.cs" />
|
<Compile Include="Assa\ResamplerTest.cs"/>
|
||||||
<Compile Include="Assa\AssaTimeCodes.cs" />
|
<Compile Include="Assa\AssaTimeCodes.cs"/>
|
||||||
<Compile Include="Core\AudioToTextTest.cs" />
|
<Compile Include="Core\AudioToTextTest.cs"/>
|
||||||
<Compile Include="Core\JsonTest.cs" />
|
<Compile Include="Core\JsonTest.cs"/>
|
||||||
<Compile Include="Core\MergeShortLinesUtilsTest.cs" />
|
<Compile Include="Core\MergeShortLinesUtilsTest.cs"/>
|
||||||
<Compile Include="Core\CsvUtilTest.cs" />
|
<Compile Include="Core\CsvUtilTest.cs"/>
|
||||||
<Compile Include="Core\WebVttHelperTest.cs" />
|
<Compile Include="Core\WebVttHelperTest.cs"/>
|
||||||
<Compile Include="Core\WebVttToAssaTest.cs" />
|
<Compile Include="Core\WebVttToAssaTest.cs"/>
|
||||||
<Compile Include="Dictionaries\StringWithoutSpaceSplitToWordsTest.cs" />
|
<Compile Include="Dictionaries\StringWithoutSpaceSplitToWordsTest.cs"/>
|
||||||
<Compile Include="GoogleCloudVision\GoogleCloudVisionJsonToLinesTest.cs" />
|
<Compile Include="GoogleCloudVision\GoogleCloudVisionJsonToLinesTest.cs"/>
|
||||||
<Compile Include="LanguageFiles\LanguageFileTest.cs" />
|
<Compile Include="LanguageFiles\LanguageFileTest.cs"/>
|
||||||
<Compile Include="Logic\AutoTranslate\MergeAndSplitHelperTest.cs" />
|
<Compile Include="Logic\AutoTranslate\MergeAndSplitHelperTest.cs"/>
|
||||||
<Compile Include="Logic\BeautifyTimeCodesTest.cs" />
|
<Compile Include="Logic\BeautifyTimeCodesTest.cs"/>
|
||||||
<Compile Include="Logic\ConvertColorsToDialogTest.cs" />
|
<Compile Include="Logic\ConvertColorsToDialogTest.cs"/>
|
||||||
<Compile Include="Core\LanguageAutoDetectLanguagesTest.cs" />
|
<Compile Include="Core\LanguageAutoDetectLanguagesTest.cs"/>
|
||||||
<Compile Include="Logic\DimensionTest.cs" />
|
<Compile Include="Logic\DimensionTest.cs"/>
|
||||||
<Compile Include="Logic\NetflixHelperTest.cs" />
|
<Compile Include="Logic\NetflixHelperTest.cs"/>
|
||||||
<Compile Include="Logic\SubtitleFormats\EbuStlTest.cs" />
|
<Compile Include="Logic\SubtitleFormats\EbuStlTest.cs"/>
|
||||||
<Compile Include="Logic\SubtitleFormats\NetflixTimedTextTest.cs" />
|
<Compile Include="Logic\SubtitleFormats\NetflixTimedTextTest.cs"/>
|
||||||
<Compile Include="Logic\SubtitleFormats\LrcTest.cs" />
|
<Compile Include="Logic\SubtitleFormats\LrcTest.cs"/>
|
||||||
<Compile Include="Logic\SubtitleFormats\PacTest.cs" />
|
<Compile Include="Logic\SubtitleFormats\PacTest.cs"/>
|
||||||
<Compile Include="Core\UUEncodingTest.cs" />
|
<Compile Include="Core\UUEncodingTest.cs"/>
|
||||||
<Compile Include="Core\CharUtilsTest.cs" />
|
<Compile Include="Core\CharUtilsTest.cs"/>
|
||||||
<Compile Include="Core\DialogTypeTest.cs" />
|
<Compile Include="Core\DialogTypeTest.cs"/>
|
||||||
<Compile Include="Core\SeJsonParserTest.cs" />
|
<Compile Include="Core\SeJsonParserTest.cs"/>
|
||||||
<Compile Include="Core\FixCasingTest.cs" />
|
<Compile Include="Core\FixCasingTest.cs"/>
|
||||||
<Compile Include="Core\LanguageAutoDetectTest.cs" />
|
<Compile Include="Core\LanguageAutoDetectTest.cs"/>
|
||||||
<Compile Include="Core\PlainTextImporterTest.cs" />
|
<Compile Include="Core\PlainTextImporterTest.cs"/>
|
||||||
<Compile Include="Core\StringExtensionsTest.cs" />
|
<Compile Include="Core\StringExtensionsTest.cs"/>
|
||||||
<Compile Include="Core\NikseBitmapTest.cs" />
|
<Compile Include="Core\NikseBitmapTest.cs"/>
|
||||||
<Compile Include="Core\SubtitleFormatTest.cs" />
|
<Compile Include="Core\SubtitleFormatTest.cs"/>
|
||||||
<Compile Include="Core\SubtitleTest.cs" />
|
<Compile Include="Core\SubtitleTest.cs"/>
|
||||||
<Compile Include="Core\RichTextToPlainTextTest.cs" />
|
<Compile Include="Core\RichTextToPlainTextTest.cs"/>
|
||||||
<Compile Include="Logic\BridgeGapsTest.cs" />
|
<Compile Include="Logic\BridgeGapsTest.cs"/>
|
||||||
<Compile Include="Logic\Forms\MoveWordUpDownTest.cs" />
|
<Compile Include="Logic\Forms\MoveWordUpDownTest.cs"/>
|
||||||
<Compile Include="Logic\NetflixQualityCheckTest.cs" />
|
<Compile Include="Logic\NetflixQualityCheckTest.cs"/>
|
||||||
<Compile Include="Logic\Ocr\BinaryOcrTest.cs" />
|
<Compile Include="Logic\Ocr\BinaryOcrTest.cs"/>
|
||||||
<Compile Include="Core\HtmlUtilTest.cs" />
|
<Compile Include="Core\HtmlUtilTest.cs"/>
|
||||||
<Compile Include="FixCommonErrors\FixCommonErrorsTest.cs" />
|
<Compile Include="FixCommonErrors\FixCommonErrorsTest.cs"/>
|
||||||
<Compile Include="Logic\LanguageTest.cs" />
|
<Compile Include="Logic\LanguageTest.cs"/>
|
||||||
<Compile Include="Logic\BluRaySup\BluRaySupParserTest.cs" />
|
<Compile Include="Logic\BluRaySup\BluRaySupParserTest.cs"/>
|
||||||
<Compile Include="Logic\BluRaySup\ToolBoxTest.cs" />
|
<Compile Include="Logic\BluRaySup\ToolBoxTest.cs"/>
|
||||||
<Compile Include="Logic\Dictionaries\NamesListTest.cs" />
|
<Compile Include="Logic\Dictionaries\NamesListTest.cs"/>
|
||||||
<Compile Include="Logic\Dictionaries\OcrFixReplaceListTest.cs" />
|
<Compile Include="Logic\Dictionaries\OcrFixReplaceListTest.cs"/>
|
||||||
<Compile Include="Logic\Mp4\Mp4Test.cs" />
|
<Compile Include="Logic\Mp4\Mp4Test.cs"/>
|
||||||
<Compile Include="Logic\Ocr\MatchesToItalicStringConverterTest.cs" />
|
<Compile Include="Logic\Ocr\MatchesToItalicStringConverterTest.cs"/>
|
||||||
<Compile Include="Logic\SplitLongLinesHelperTest.cs" />
|
<Compile Include="Logic\SplitLongLinesHelperTest.cs"/>
|
||||||
<Compile Include="Logic\SubtitleFormats\Cea708Test.cs" />
|
<Compile Include="Logic\SubtitleFormats\Cea708Test.cs"/>
|
||||||
<Compile Include="Logic\SubtitleFormats\SubtitleFormatFunctionsTest.cs" />
|
<Compile Include="Logic\SubtitleFormats\SubtitleFormatFunctionsTest.cs"/>
|
||||||
<Compile Include="Logic\TarFileTest.cs" />
|
<Compile Include="Logic\TarFileTest.cs"/>
|
||||||
<Compile Include="Logic\ProgressHelperTest.cs" />
|
<Compile Include="Logic\ProgressHelperTest.cs"/>
|
||||||
<Compile Include="Logic\TransportStream\TransportStreamTest.cs" />
|
<Compile Include="Logic\TransportStream\TransportStreamTest.cs"/>
|
||||||
<Compile Include="Logic\ParagraphTest.cs" />
|
<Compile Include="Logic\ParagraphTest.cs"/>
|
||||||
<Compile Include="Logic\StrippableTextTest.cs" />
|
<Compile Include="Logic\StrippableTextTest.cs"/>
|
||||||
<Compile Include="Logic\TimeCodeTest.cs" />
|
<Compile Include="Logic\TimeCodeTest.cs"/>
|
||||||
<Compile Include="Logic\UknownFormatImporterJsonTest.cs" />
|
<Compile Include="Logic\UknownFormatImporterJsonTest.cs"/>
|
||||||
<Compile Include="Logic\ContinuationUtilitiesTest.cs" />
|
<Compile Include="Logic\ContinuationUtilitiesTest.cs"/>
|
||||||
<Compile Include="Logic\HtmlUtilTest.cs" />
|
<Compile Include="Logic\HtmlUtilTest.cs"/>
|
||||||
<Compile Include="Logic\VideoFormats\MatroskaTest.cs" />
|
<Compile Include="Logic\VideoFormats\MatroskaTest.cs"/>
|
||||||
<Compile Include="Logic\VobSub\VobSubTest.cs" />
|
<Compile Include="Logic\VobSub\VobSubTest.cs"/>
|
||||||
<Compile Include="Logic\Ocr\NOcrTest.cs" />
|
<Compile Include="Logic\Ocr\NOcrTest.cs"/>
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs"/>
|
||||||
<Compile Include="Logic\Forms\RemoveTextForHearImpairedTest.cs" />
|
<Compile Include="Logic\Forms\RemoveTextForHearImpairedTest.cs"/>
|
||||||
<Compile Include="Logic\SubtitleFormats\SubtitleFormatsTest.cs" />
|
<Compile Include="Logic\SubtitleFormats\SubtitleFormatsTest.cs"/>
|
||||||
<Compile Include="Logic\UtilitiesTest.cs" />
|
<Compile Include="Logic\UtilitiesTest.cs"/>
|
||||||
<Compile Include="Dictionaries\XmlDictionariesTest.cs" />
|
<Compile Include="Dictionaries\XmlDictionariesTest.cs"/>
|
||||||
<Compile Include="UserControls\NikseComboBoxTests.cs" />
|
<Compile Include="UserControls\NikseComboBoxTests.cs"/>
|
||||||
<Compile Include="UserControls\SeTextBoxTests.cs" />
|
<Compile Include="UserControls\SeTextBoxTests.cs"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Dictionaries\en_US.aff" />
|
<EmbeddedResource Include="Dictionaries\en_US.aff"/>
|
||||||
<EmbeddedResource Include="Dictionaries\en_US.dic" />
|
<EmbeddedResource Include="Dictionaries\en_US.dic"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="Dictionaries\names.xml" />
|
<EmbeddedResource Include="Dictionaries\names.xml"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Files\sample.tar">
|
<Content Include="Files\sample.tar">
|
||||||
@ -188,7 +188,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="app.config" />
|
<None Include="app.config"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\libse\LibSE.csproj">
|
<ProjectReference Include="..\libse\LibSE.csproj">
|
||||||
@ -201,17 +201,17 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="NHunspell" Version="1.2.5554.16953" />
|
<PackageReference Include="NHunspell" Version="1.2.5554.16953"/>
|
||||||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0"/>
|
||||||
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
|
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<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')" />
|
<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')"/>
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))"/>
|
||||||
</Target>
|
</Target>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user