jj: Add Tests for Modules.Logging

This commit is contained in:
Jonathan Jenne
2018-10-24 15:55:22 +02:00
parent 028456660f
commit 4b84a4612a
11 changed files with 498 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
<Assembly: AssemblyTitle("Modules.Logging.Test")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("Modules.Logging.Test")>
<Assembly: AssemblyCopyright("Copyright © 2018")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
<Assembly: Guid("21597ee1-0ddf-44bb-9db7-94515e41969e")>
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>