diff --git a/SongProcessor.sln b/SongProcessor.sln index f15c6c7..6b04f12 100644 --- a/SongProcessor.sln +++ b/SongProcessor.sln @@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig Directory.Build.props = Directory.Build.props - README.md = README.md EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SongProcessor.Tests", "tests\SongProcessor.Tests\SongProcessor.Tests.csproj", "{71D4DF31-8DB5-4320-A855-159015B79228}" diff --git a/src/SongProcessor/Properties/AssemblyInfo.cs b/src/SongProcessor/Properties/AssemblyInfo.cs index 09b441e..48d1a95 100644 --- a/src/SongProcessor/Properties/AssemblyInfo.cs +++ b/src/SongProcessor/Properties/AssemblyInfo.cs @@ -1,9 +1,9 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// 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. +// 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