-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dotnet-standard'
- Loading branch information
Showing
13 changed files
with
110 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> | ||
</startup> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7"/> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/> | ||
</startup> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25420.1 | ||
# Visual Studio 15 | ||
VisualStudioVersion = 15.0.27428.2043 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlbumArtExtraction", "AlbumArtExtraction\AlbumArtExtraction.csproj", "{89BD928A-0196-47D5-BE87-9DEB0947B9A5}" | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlbumArtExtraction", "AlbumArtExtraction\AlbumArtExtraction.csproj", "{43B10C95-8BC7-4191-BC76-B7CCE291AF84}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlbumArtExtraction.CommandLine", "AlbumArtExtraction.CommandLine\AlbumArtExtraction.CommandLine.csproj", "{78712AFD-200B-4EBE-83D6-900AD6987343}" | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlbumArtExtraction.CommandLine", "AlbumArtExtraction.CommandLine\AlbumArtExtraction.CommandLine.csproj", "{442F1894-255A-4012-B20D-89A4AF86CC1C}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{89BD928A-0196-47D5-BE87-9DEB0947B9A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{89BD928A-0196-47D5-BE87-9DEB0947B9A5}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{89BD928A-0196-47D5-BE87-9DEB0947B9A5}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{89BD928A-0196-47D5-BE87-9DEB0947B9A5}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{78712AFD-200B-4EBE-83D6-900AD6987343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{78712AFD-200B-4EBE-83D6-900AD6987343}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{78712AFD-200B-4EBE-83D6-900AD6987343}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{78712AFD-200B-4EBE-83D6-900AD6987343}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{43B10C95-8BC7-4191-BC76-B7CCE291AF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{43B10C95-8BC7-4191-BC76-B7CCE291AF84}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{43B10C95-8BC7-4191-BC76-B7CCE291AF84}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{43B10C95-8BC7-4191-BC76-B7CCE291AF84}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{442F1894-255A-4012-B20D-89A4AF86CC1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{442F1894-255A-4012-B20D-89A4AF86CC1C}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{442F1894-255A-4012-B20D-89A4AF86CC1C}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{442F1894-255A-4012-B20D-89A4AF86CC1C}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {DC603A10-E02A-463C-98AB-F1D8A3C0F4E4} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<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')" /> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{89BD928A-0196-47D5-BE87-9DEB0947B9A5}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>AlbumArtExtraction</RootNamespace> | ||
<AssemblyName>AlbumArtExtraction</AssemblyName> | ||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkProfile /> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<Description>A .NET library extracts album art from metadata such as FLAC, ID3, etc.</Description> | ||
<Copyright>(C) 2018 Legato-Dev</Copyright> | ||
<PackageLicenseUrl>https://github.com/Legato-Dev/AlbumArtExtraction/blob/master/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/Legato-Dev/AlbumArtExtraction</PackageProjectUrl> | ||
<PackageIconUrl>https://github.com/Legato-Dev/AlbumArtExtraction/raw/master/logo64.png</PackageIconUrl> | ||
<PackageTags>ID3 MP3 FLAC AlbumArt Extraction NowPlaying CSharp</PackageTags> | ||
<Version>1.0.0</Version> | ||
</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> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<DocumentationFile>bin\Release\netstandard2.0\AlbumArtExtraction.xml</DocumentationFile> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<DocumentationFile>bin\Release\AlbumArtExtraction.xml</DocumentationFile> | ||
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> | ||
<WarningLevel>2</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Net.Http" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="DirectoryAlbumArtExtractor.cs" /> | ||
<Compile Include="StreamExtensions.cs" /> | ||
<Compile Include="IAlbumArtExtractor.cs" /> | ||
<Compile Include="FlacAlbumArtExtractor.cs" /> | ||
<Compile Include="ID3v22AlbumArtExtractor.cs" /> | ||
<Compile Include="ID3v2AlbumArtExtractor.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Selector.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="AlbumArtExtraction.nuspec" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> | ||
|
||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.