This commit is contained in:
@@ -10,7 +10,9 @@ namespace GenerateTimeStampFile
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[STAThread]
|
[STAThread]
|
||||||
static void Main()
|
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();
|
string[] args = Environment.GetCommandLineArgs();
|
||||||
if (args.Length > 1)
|
if (args.Length > 1)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
|
|||||||
Reference in New Issue
Block a user