Skip to content

Commit

Permalink
Tided up assemblyinfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
natekford committed Feb 1, 2024
1 parent b62dfae commit 673e6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion SongProcessor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
6 changes: 3 additions & 3 deletions src/SongProcessor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 673e6fd

Please sign in to comment.