diff --git a/ITunesLibraryParser.sln b/ITunesLibraryParser.sln index 04e64c2..bbd2666 100644 --- a/ITunesLibraryParser.sln +++ b/ITunesLibraryParser.sln @@ -1,11 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26403.7 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30204.135 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITunesLibraryParser", "ITunesLibraryParser\ITunesLibraryParser.csproj", "{B251EEE4-5448-4F54-9755-86EB79DA9419}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITunesLibraryParser", "ITunesLibraryParser\ITunesLibraryParser.csproj", "{B251EEE4-5448-4F54-9755-86EB79DA9419}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ITunesLibraryParser.Tests", "ITunesLibraryParserTests\ITunesLibraryParser.Tests.csproj", "{A1761372-7310-49EB-ABA5-A609EC99F24B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITunesLibraryParser.Tests", "ITunesLibraryParserTests\ITunesLibraryParser.Tests.csproj", "{A1761372-7310-49EB-ABA5-A609EC99F24B}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C235C059-97C9-437C-BDA0-0B014CFBAC45}" ProjectSection(SolutionItems) = preProject @@ -30,4 +30,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F84B24E4-6B77-4F6F-96C9-D39616D335D2} + EndGlobalSection EndGlobal diff --git a/ITunesLibraryParser/ITunesLibraryParser.csproj b/ITunesLibraryParser/ITunesLibraryParser.csproj index 543cc5c..72f6f41 100644 --- a/ITunesLibraryParser/ITunesLibraryParser.csproj +++ b/ITunesLibraryParser/ITunesLibraryParser.csproj @@ -1,67 +1,11 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {B251EEE4-5448-4F54-9755-86EB79DA9419} - Library - Properties - ITunesLibraryParser - ITunesLibraryParser - v4.6.1 - 512 - + netstandard2.0 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - - + - - - - - - - - - - - - + - - + \ No newline at end of file diff --git a/ITunesLibraryParser/Properties/AssemblyInfo.cs b/ITunesLibraryParser/Properties/AssemblyInfo.cs deleted file mode 100644 index 2edb2bc..0000000 --- a/ITunesLibraryParser/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ITunesLibraryParser")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ITunesLibraryParser")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e0a28d9c-e70a-4d50-ba58-73bf483169b4")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.27.0")] -[assembly: AssemblyFileVersion("1.1.27.0")] diff --git a/ITunesLibraryParserTests/ITunesLibraryParser.Tests.csproj b/ITunesLibraryParserTests/ITunesLibraryParser.Tests.csproj index 1e9e55f..0a78b96 100644 --- a/ITunesLibraryParserTests/ITunesLibraryParser.Tests.csproj +++ b/ITunesLibraryParserTests/ITunesLibraryParser.Tests.csproj @@ -1,107 +1,32 @@ - - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {A1761372-7310-49EB-ABA5-A609EC99F24B} - Library - Properties - ITunesLibraryParser.Tests - ITunesLibraryParser.Tests - v4.6.1 - 512 - - - + netcoreapp2.2 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false + + + AnyCPU - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.12.0\lib\net45\Moq.dll - - - ..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll - - - - - - - + - - - - - - - - - - + + + + + - - {B251EEE4-5448-4F54-9755-86EB79DA9419} - ITunesLibraryParser - + + - + + - + PreserveNewest - + - - - - 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}. - - - - + \ No newline at end of file diff --git a/ITunesLibraryParserTests/Properties/AssemblyInfo.cs b/ITunesLibraryParserTests/Properties/AssemblyInfo.cs deleted file mode 100644 index 91b988e..0000000 --- a/ITunesLibraryParserTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ITunesLibraryParserTests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ITunesLibraryParserTests")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("896bf9fd-3f75-41d6-bbf3-a6208dac1090")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]