This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user