Skip to content

Commit

Permalink
Insert description of build time into every tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hallambaker committed Feb 23, 2021
1 parent 56dbadf commit acee2d3
Show file tree
Hide file tree
Showing 342 changed files with 3,340 additions and 2,678 deletions.
1 change: 1 addition & 0 deletions ASN/Goedel.Tool.ASN/GenerateCS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public partial class Generate : global::Goedel.Registry.Script {
//
public void GenerateCS (ASN2 ASN2) {
ASN2.Complete ();
Registry.Boilerplate.Header(_Output, "// ", DateTime.Now);
_Output.Write ("\n{0}", _Indent);
_Output.Write ("using System;\n{0}", _Indent);
_Output.Write ("using System.Collections.Generic;\n{0}", _Indent);
Expand Down
1 change: 1 addition & 0 deletions ASN/Goedel.Tool.ASN/GenerateCS.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#method GenerateCS ASN2 ASN2
#pragma warning disable CS0219
#% ASN2.Complete ();
#% Registry.Boilerplate.Header(_Output, "// ", DateTime.Now);

using System;
using System.Collections.Generic;
Expand Down
16 changes: 15 additions & 1 deletion ASN/asn2/ASN2.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
using System;

// This file was automatically generated at 2/23/2021 3:33:23 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: commandparse version 3.0.0.575
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions ASN/asn2/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.553")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.553")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.564")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.564")]

4 changes: 2 additions & 2 deletions ASN/asn2/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.553
3.0.0.553
3.0.0.564
3.0.0.564
33 changes: 33 additions & 0 deletions BuildTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "yaschema", "YASchema\yasche
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Goedel.Tool.Yaschema", "YASchema\Goedel.Tool.Yashima\Goedel.Tool.Yaschema.csproj", "{1FA1FFE7-2212-46F0-8893-697640E2B3FA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{2A2FAC15-D824-4A57-B5DE-23257B35DCDD}"
ProjectSection(SolutionItems) = preProject
Templates\ClassItem.vstemplate = Templates\ClassItem.vstemplate
DNSConfig\Goedel.Tool.DNSConfig\PHBLogo256.ico = DNSConfig\Goedel.Tool.DNSConfig\PHBLogo256.ico
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassLibraryTemplate", "Templates\ClassLibraryTemplate\ClassLibraryTemplate.csproj", "{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -1254,6 +1262,30 @@ Global
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Yaschema|Any CPU.Build.0 = Yaschema|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Yaschema|x86.ActiveCfg = Yaschema|Any CPU
{1FA1FFE7-2212-46F0-8893-697640E2B3FA}.Yaschema|x86.Build.0 = Yaschema|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Debug|x86.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Debug|x86.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.DotNet|Any CPU.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.DotNet|Any CPU.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.DotNet|x86.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.DotNet|x86.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Focus|Any CPU.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Focus|Any CPU.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Focus|x86.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Focus|x86.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Publish|Any CPU.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Publish|x86.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Publish|x86.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Release|Any CPU.Build.0 = Release|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Release|x86.ActiveCfg = Release|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Release|x86.Build.0 = Release|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Yaschema|Any CPU.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Yaschema|Any CPU.Build.0 = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Yaschema|x86.ActiveCfg = Debug|Any CPU
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB}.Yaschema|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1320,6 +1352,7 @@ Global
{A0DA68A1-C283-42FA-91CD-9DFC18B0DEF6} = {32781FAB-7F7F-4267-9599-479F14195A4B}
{0BF8D2DC-C6AE-4F34-9C3E-8523806AD01D} = {A0DA68A1-C283-42FA-91CD-9DFC18B0DEF6}
{1FA1FFE7-2212-46F0-8893-697640E2B3FA} = {A0DA68A1-C283-42FA-91CD-9DFC18B0DEF6}
{C9ED4E7D-8984-4A7F-AA0A-1D412A770EFB} = {2A2FAC15-D824-4A57-B5DE-23257B35DCDD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B0FED20-F156-4724-9241-1F63A97DA43E}
Expand Down
4 changes: 2 additions & 2 deletions Command/CommandEcho/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.217")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.217")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.226")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.226")]

16 changes: 15 additions & 1 deletion Command/CommandEcho/Command.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
using System;

// This file was automatically generated at 2/23/2021 3:33:23 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: commandparse version 3.0.0.575
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions Command/CommandEcho/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.217
3.0.0.217
3.0.0.226
3.0.0.226
14 changes: 14 additions & 0 deletions Command/Goedel.Tool.Command/Exceptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

// This file was automatically generated at 2/23/2021 3:33:21 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: exceptional version 3.0.0.572
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//

//using System;
//using Goedel.Utilities;

Expand Down
2 changes: 2 additions & 0 deletions Command/Goedel.Tool.Command/Generate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public void GenerateX (CommandParse CommandParseIn) {
CommandParse = CommandParseIn;
CommandParse.Init();
TypeType = CommandParse.Registry.FindType ("TypeType");
Registry.Boilerplate.Header(_Output, "// ", DateTime.Now);
_Output.Write ("\n{0}", _Indent);
_Output.Write ("using System;\n{0}", _Indent);
_Output.Write ("using System.Collections.Generic;\n{0}", _Indent);
_Output.Write ("using System.IO;\n{0}", _Indent);
Expand Down
2 changes: 2 additions & 0 deletions Command/Goedel.Tool.Command/Generate.script
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#% CommandParse = CommandParseIn;
#% CommandParse.Init();
#% TypeType = CommandParse.Registry.FindType ("TypeType");
#% Registry.Boilerplate.Header(_Output, "// ", DateTime.Now);

using System;
using System.Collections.Generic;
using System.IO;
Expand Down
4 changes: 2 additions & 2 deletions Command/commandparse/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.567")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.567")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.578")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.578")]

16 changes: 15 additions & 1 deletion Command/commandparse/Command.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
using System;

// This file was automatically generated at 2/23/2021 3:33:24 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: commandparse version 3.0.0.575
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions Command/commandparse/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.567
3.0.0.567
3.0.0.578
3.0.0.578
1 change: 1 addition & 0 deletions Constant/Goedel.Tool.Constant/Generate.Script
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pclass Goedel.Tool.Constant Generate

#method GenerateCS Constant Constant
#% Registry.Boilerplate.Header(_Output, "// ", DateTime.Now);

using System;
using System.Collections.Generic;
Expand Down
1 change: 1 addition & 0 deletions Constant/Goedel.Tool.Constant/Generate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public partial class Generate : global::Goedel.Registry.Script {
// GenerateCS
//
public void GenerateCS (Constant Constant) {
Registry.Boilerplate.Header(_Output, "// ", DateTime.Now);
_Output.Write ("\n{0}", _Indent);
_Output.Write ("using System;\n{0}", _Indent);
_Output.Write ("using System.Collections.Generic;\n{0}", _Indent);
Expand Down
4 changes: 2 additions & 2 deletions Constant/constant/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.641")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.641")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.652")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.652")]

16 changes: 15 additions & 1 deletion Constant/constant/Constant.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
using System;

// This file was automatically generated at 2/23/2021 3:33:27 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: commandparse version 3.0.0.575
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions Constant/constant/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.641
3.0.0.641
3.0.0.652
3.0.0.652
4 changes: 2 additions & 2 deletions DNSConfig/srvconf/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.255")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.255")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.264")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.264")]

16 changes: 15 additions & 1 deletion DNSConfig/srvconf/DNSConfig.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
using System;

// This file was automatically generated at 2/23/2021 3:33:26 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: commandparse version 3.0.0.575
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions DNSConfig/srvconf/version.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.0.0.255
3.0.0.255
3.0.0.264
3.0.0.264
13 changes: 13 additions & 0 deletions DocTools/Goedel.Document.Markdown/MarkDown.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

// This file was automatically generated at 2/23/2021 3:33:16 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: fsrgen version 3.0.0.568
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
13 changes: 13 additions & 0 deletions DocTools/Goedel.Document.Markdown/MarkParagraph.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

// This file was automatically generated at 2/23/2021 3:33:16 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: fsrgen version 3.0.0.568
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
13 changes: 13 additions & 0 deletions DocTools/Goedel.Document.Markdown/MarkWordParagraph.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

// This file was automatically generated at 2/23/2021 3:33:16 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: fsrgen version 3.0.0.568
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
14 changes: 14 additions & 0 deletions DocTools/Goedel.Document.RFC/Exceptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

// This file was automatically generated at 2/23/2021 3:33:23 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: exceptional version 3.0.0.572
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//

//using System;
//using Goedel.Utilities;

Expand Down
13 changes: 13 additions & 0 deletions DocTools/Goedel.Document.RFCSVG/ReadStyle.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

// This file was automatically generated at 2/23/2021 3:33:16 PM
//
// Changes to this file may be overwritten without warning
//
// Generator: fsrgen version 3.0.0.568
// Goedel Script Version : 0.1 Generated
// Goedel Schema Version : 0.1 Generated
//
// Copyright : © 2015-2019
//
// Build Platform: Win32NT 10.0.18362.0
//
//
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
4 changes: 2 additions & 2 deletions DocTools/bootmaker/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.581")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.581")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.592")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.592")]

Loading

0 comments on commit acee2d3

Please sign in to comment.