1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-03-22 16:02:13 +01:00

Add nunit-legacy fixture generation code

This commit is contained in:
Shamus Taylor 2025-03-05 09:46:34 -06:00
parent 41662db5ca
commit 96ad96d584
No known key found for this signature in database
GPG key ID: C44FC1AA547ACE39
11 changed files with 379 additions and 0 deletions

View file

@ -0,0 +1,20 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("NUnitLegacyTests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NUnitLegacyTests")]
[assembly: AssemblyCopyright("Copyright © 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("28c713f2-6e53-41a0-9b2c-6ac6ff1db80b")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]