This commit is contained in:
2022-07-12 23:56:06 +00:00
parent e4dbabd7d1
commit 738eb16592
2 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,9 @@ namespace GenerateTimeStampFile
/// </summary>
[STAThread]
static void Main()
{
{//Severity Code Description Project File Line Suppression State
//Error The command "C:\data\code\ravenqbi\devutil\TimeStamp\TimeStamp.exe" "C:\data\code\ravenqbi\AyaNovaQBI\Timestamp.cs" "/N:AyaNovaQBI"" exited with code 123. AyaNovaQBI
string[] args = Environment.GetCommandLineArgs();
if (args.Length > 1)
{
@@ -105,7 +107,7 @@ namespace GenerateTimeStampFile
Environment.ExitCode = 0; //Set no error
}
}
}
}

View File

@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following