Skip to content

Commit

Permalink
Fixed text table output
Browse files Browse the repository at this point in the history
  • Loading branch information
hallambaker committed Jan 12, 2020
1 parent a5bb194 commit d704d56
Show file tree
Hide file tree
Showing 321 changed files with 15,162 additions and 12,389 deletions.
75 changes: 38 additions & 37 deletions ASN/Goedel.Tool.ASN/Goedel.Tool.ASN.projitems
Original file line number Diff line number Diff line change
@@ -1,38 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>c4be31be-8172-455d-a94f-275410348065</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Goedel.Tool.ASN</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)Asn2.cs">
<DependentUpon>Asn2.gdl</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)AsnPlus.cs" />
<Compile Include="$(MSBuildThisFileDirectory)GenerateCS.cs">
<DependentUpon>GenerateCS.script</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)Asn2.gdl">
<LastGenOutput>Asn2.cs</LastGenOutput>
<Generator>goedel3</Generator>
</None>
<None Include="$(MSBuildThisFileDirectory)GenerateCS.script">
<LastGenOutput>GenerateCS.cs</LastGenOutput>
<Generator>GScript</Generator>
</None>
<None Include="$(MSBuildThisFileDirectory)Makefile" />
</ItemGroup>
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)Design.htm" />
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems>
<SharedGUID>c4be31be-8172-455d-a94f-275410348065</SharedGUID>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Import_RootNamespace>Goedel.Tool.ASN</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)Asn2.cs">
<DependentUpon>Asn2.gdl</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Include="$(MSBuildThisFileDirectory)AsnPlus.cs" />
<Compile Include="$(MSBuildThisFileDirectory)GenerateCS.cs">
<DependentUpon>GenerateCS.script</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)Asn2.gdl">
<LastGenOutput>Asn2.cs</LastGenOutput>
<Generator>goedel3</Generator>
</None>
<None Include="$(MSBuildThisFileDirectory)GenerateCS.script">
<LastGenOutput>GenerateCS.cs</LastGenOutput>
<Generator>GScript</Generator>
</None>
<None Include="$(MSBuildThisFileDirectory)Makefile" />
<None Include="$(MSBuildThisFileDirectory)version.version" />
</ItemGroup>
<ItemGroup>
<Content Include="$(MSBuildThisFileDirectory)Design.htm" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions ASN/Goedel.Tool.ASN/VS.Make
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ postbuildRecurse :

# Shared project, create build rules for custom tools.
prebuild : prebuildRecurse $(ToolTargets)


postbuild : postbuildRecurse

Expand Down
Empty file.
6 changes: 6 additions & 0 deletions ASN/asn2/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System;
using System.Reflection;

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

5 changes: 4 additions & 1 deletion ASN/asn2/VS.Make
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

MSBuildThisFileDirectory =

LinkFiles =
LinkFiles = \
Goedel.Tool.Core.dll

ToolTargets = \
ASN2.cs
Expand All @@ -37,6 +38,8 @@ postbuildRecurse :

# Non shared project, nothing to do
prebuild : prebuildRecurse $(ToolTargets)
version version.version AssemblyVersion.cs


postbuild : postbuildRecurse

Expand Down
8 changes: 8 additions & 0 deletions ASN/asn2/asn2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon>PHBLogo256.ico</ApplicationIcon>
<Company>Phill Hallam-Baker</Company>
<SourceRevisionId>build$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss"))</SourceRevisionId>
<Product>RFCTool</Product>
<Description>Generates RFC format documentation from OOXML or Markdown source.</Description>
<Copyright>© 2015-2019</Copyright>
<Title>RFCTool</Title>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions ASN/asn2/version.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3.0.0.64
3.0.0.64
91 changes: 91 additions & 0 deletions BuildTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Reference", "Documentation\
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{B8875584-8190-40D6-8F72-AB192191B28C}"
ProjectSection(SolutionItems) = preProject
Scripts\MakeDocs.bat = Scripts\MakeDocs.bat
Scripts\MoveToLibrary.bat = Scripts\MoveToLibrary.bat
Scripts\MoveToTools.bat = Scripts\MoveToTools.bat
Scripts\publishtarget.ps1 = Scripts\publishtarget.ps1
Expand Down Expand Up @@ -133,11 +134,38 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Goedel.Discovery-Shared", "
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C7832AC9-CFEB-42A5-86C9-328DD37B67F6}"
ProjectSection(SolutionItems) = preProject
Buildtools.version = Buildtools.version
readme.md = readme.md
RFCTools.version = RFCTools.version
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Goedel.Tool.Core", "Libraries\Goedel.Tool.Core\Goedel.Tool.Core.csproj", "{DF10757D-B584-43D5-91BD-C7E446A81415}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Drafts", "Documentation\Drafts\Drafts.csproj", "{1E3B2958-B714-4787-81FE-F782D569AE0D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Version", "Version\Version.csproj", "{CB32834E-517D-4167-89CD-72EF4D20DD9B}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Documentation(1)", "Documentation\", "{E70048E2-977E-4B05-A4FD-4906B4C5A352}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_64792"
Debug.AspNetCompiler.PhysicalPath = "Documentation\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_64792\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_64792"
Release.AspNetCompiler.PhysicalPath = "Documentation\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_64792\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "64792"
SlnRelativePath = "Documentation\"
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
DocTools\Goedel.Document.RFCConvert\Goedel.Document.RFCConvert.projitems*{03c081d6-fe5a-4a20-b387-8a960a45e77f}*SharedItemsImports = 13
Expand Down Expand Up @@ -512,6 +540,66 @@ Global
{DF10757D-B584-43D5-91BD-C7E446A81415}.Release|Any CPU.Build.0 = Release|Any CPU
{DF10757D-B584-43D5-91BD-C7E446A81415}.Release|x86.ActiveCfg = Release|Any CPU
{DF10757D-B584-43D5-91BD-C7E446A81415}.Release|x86.Build.0 = Release|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Debug|x86.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Debug|x86.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.DotNet|Any CPU.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.DotNet|Any CPU.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.DotNet|x86.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.DotNet|x86.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Focus|Any CPU.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Focus|Any CPU.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Focus|x86.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Focus|x86.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Publish|Any CPU.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Publish|x86.ActiveCfg = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Publish|x86.Build.0 = Debug|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Release|Any CPU.Build.0 = Release|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Release|x86.ActiveCfg = Release|Any CPU
{1E3B2958-B714-4787-81FE-F782D569AE0D}.Release|x86.Build.0 = Release|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Debug|x86.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Debug|x86.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.DotNet|Any CPU.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.DotNet|Any CPU.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.DotNet|x86.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.DotNet|x86.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Focus|Any CPU.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Focus|Any CPU.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Focus|x86.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Focus|x86.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Publish|Any CPU.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Publish|x86.ActiveCfg = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Publish|x86.Build.0 = Debug|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Release|Any CPU.Build.0 = Release|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Release|x86.ActiveCfg = Release|Any CPU
{CB32834E-517D-4167-89CD-72EF4D20DD9B}.Release|x86.Build.0 = Release|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Debug|x86.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Debug|x86.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.DotNet|Any CPU.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.DotNet|Any CPU.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.DotNet|x86.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.DotNet|x86.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Focus|Any CPU.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Focus|Any CPU.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Focus|x86.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Focus|x86.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Publish|Any CPU.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Publish|Any CPU.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Publish|x86.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Publish|x86.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Release|Any CPU.Build.0 = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Release|x86.ActiveCfg = Debug|Any CPU
{E70048E2-977E-4B05-A4FD-4906B4C5A352}.Release|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -570,6 +658,9 @@ Global
{627A80A7-F304-444E-B1DF-0F5A9515716F} = {8D9AC879-C123-4356-B9B6-BE5393FCBFF8}
{E0560A9E-5A6C-464D-8114-10E9889882B3} = {510C00FB-FB4F-4C9E-A2F6-86D2FA171CD1}
{DF10757D-B584-43D5-91BD-C7E446A81415} = {510C00FB-FB4F-4C9E-A2F6-86D2FA171CD1}
{1E3B2958-B714-4787-81FE-F782D569AE0D} = {0774B7F8-6C0C-4389-A8C5-37D955FF9E46}
{CB32834E-517D-4167-89CD-72EF4D20DD9B} = {32781FAB-7F7F-4267-9599-479F14195A4B}
{E70048E2-977E-4B05-A4FD-4906B4C5A352} = {0774B7F8-6C0C-4389-A8C5-37D955FF9E46}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B0FED20-F156-4724-9241-1F63A97DA43E}
Expand Down
16 changes: 16 additions & 0 deletions Buildtools.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
phbtools
3.0
ASN\asn2\asn2.csproj
Command\commandparse\commandparse.csproj
DNSConfig\srvconf\srvconf.csproj
DocTools\bootmaker\bootmaker.csproj
DocTools\rfctool\rfctool.csproj
Domainer\Domainer\domainer.csproj
Exceptional\Exceptional\Exceptional.csproj
FSRGen\fsrgen\fsrgen.csproj
Goedel3\goedel3\goedel3.csproj
GScript\gscript\gscript.csproj
MakeyMakey\makey\makey.csproj
protogen\protogen\protogen.csproj
registryconfig\registryconfig\registryconfig.csproj
vsixbuild\vsixbuild\vsixbuild.csproj
6 changes: 6 additions & 0 deletions Command/CommandEcho/AssemblyVersion.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System;
using System.Reflection;

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

8 changes: 8 additions & 0 deletions Command/CommandEcho/CommandEcho.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon>PHBLogo256.ico</ApplicationIcon>
<Company>Phill Hallam-Baker</Company>
<SourceRevisionId>build$([System.DateTime]::UtcNow.ToString("yyyyMMddHHmmss"))</SourceRevisionId>
<Product>RFCTool</Product>
<Description>Generates RFC format documentation from OOXML or Markdown source.</Description>
<Copyright>© 2015-2019</Copyright>
<Title>RFCTool</Title>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion Command/CommandEcho/VS.Make
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

MSBuildThisFileDirectory =

LinkFiles =
LinkFiles = \
Goedel.Tool.Core.dll

ToolTargets = \
Command.cs
Expand All @@ -35,6 +36,8 @@ postbuildRecurse :

# Non shared project, nothing to do
prebuild : prebuildRecurse $(ToolTargets)
version version.version AssemblyVersion.cs


postbuild : postbuildRecurse

Expand Down
2 changes: 2 additions & 0 deletions Command/CommandEcho/version.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3.0.0.12
3.0.0.12
Loading

0 comments on commit d704d56

Please sign in to comment.