From a7fc638a7cf06c6629f0aa157bcc35d8b322c918 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Jun 2022 23:17:30 +0000 Subject: [PATCH] --- AyaNovaQBI/Timestamp.cs | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 AyaNovaQBI/Timestamp.cs diff --git a/AyaNovaQBI/Timestamp.cs b/AyaNovaQBI/Timestamp.cs deleted file mode 100644 index 30fe5f2..0000000 --- a/AyaNovaQBI/Timestamp.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System; -// The namespace can be overidden by the /N option: -// GenerateTimeStampFile file.cs /N:MyNameSpace -// Such settings will override your value here. -namespace AyaNovaQBI - { - /// - /// Static Timestamp related data. - /// - /// - /// THIS FILE IS CHANGED BY EXTERNAL PROGRAMS. - /// Do not modify the namespace, as it may be overwritten. You can - /// set the namespace with the /N option. - /// Do not modify the definition of BuildAt as your changes will be discarded. - /// Do not modify the definition of TimeStampedBy as your changes will be discarded. - /// - public static class Timestamp - { - /// - /// The time stamp - /// - /// - /// Do not modify the definition of BuildAt as your changes will be discarded. - /// - public static DateTime BuildAt { get { return new DateTime(637916841557635620); } } //--** - /// - /// The program that time stamped it. - /// - /// - /// Do not modify the definition of TimeStampedBy as your changes will be discarded. - /// - public static string TimeStampedBy { get { return @"GZTW.AyaNova.BLL.TS"; } } //--** - } - }