Skip to content

Commit

Permalink
Major reorganization. All files converted to .NET Core or .NET Standa…
Browse files Browse the repository at this point in the history
…rd. Only remaining Framework files are for VSIX extensions.
  • Loading branch information
hallambaker committed Nov 20, 2017
1 parent 26a1d89 commit c55b4d5
Show file tree
Hide file tree
Showing 4,007 changed files with 64,266 additions and 980,455 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ local.properties
.settings/
.loadpath


# External tool builders
.externalToolBuilders/

Expand All @@ -36,6 +37,8 @@ local.properties
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

.vs/

# Private keys!
*.snk

Expand Down Expand Up @@ -71,7 +74,7 @@ packages/
*.dotCover

## TODO: If you have NuGet Package Restore enabled, uncomment this
#packages/
packages/

# Visual C++ cache files
ipch/
Expand Down
Binary file removed .vs/BuildLibraries/v15/sqlite3/storage.ide
Binary file not shown.
Binary file removed .vs/BuildTools/v15/sqlite3/storage.ide
Binary file not shown.
Binary file removed .vs/Templates/v15/sqlite3/storage.ide
Binary file not shown.
22 changes: 3 additions & 19 deletions .vs/config/applicationhost.config
Original file line number Diff line number Diff line change
Expand Up @@ -160,28 +160,12 @@
<binding protocol="http" bindingInformation=":8080:localhost" />
</bindings>
</site>
<site name="Specification" id="2">
<site name="Documentation" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\hallam\Work\buildtools\Documentation\Specification" />
<virtualDirectory path="/" physicalPath="C:\Users\hallam\Work\BuildToolsNew\Old\Command\Documentation" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:54388:localhost" />
</bindings>
</site>
<site name="Test" id="3">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\hallam\Work\buildtools\Documentation\Test" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:53502:localhost" />
</bindings>
</site>
<site name="Test(1)" id="4">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\hallam\Work\WebPublish\Test" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:55114:localhost" />
<binding protocol="http" bindingInformation="*:50936:localhost" />
</bindings>
</site>
<siteDefaults>
Expand Down
1,030 changes: 0 additions & 1,030 deletions ASN/.vs/config/applicationhost.config

This file was deleted.

50 changes: 50 additions & 0 deletions ASN/Goedel.Tool.ASN-Framework/Goedel.Tool.ASN-Framework.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D09D4813-55B9-41ED-BC8A-9BC7B79DC51B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Goedel.Tool.ASN_Framework</RootNamespace>
<AssemblyName>Goedel.Tool.ASN-Framework</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="PHBLogo256.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\mmm\Libraries\Framework\Goedel.Tool.Library\Framework.ToolLib.csproj">
<Project>{e81275ea-69bd-4feb-974e-c2f8a4f613f6}</Project>
<Name>Framework.ToolLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Numerics" />
</ItemGroup>
<Import Project="..\Goedel.Tool.ASN\Goedel.Tool.ASN.projitems" Label="Shared" />
<Import Project="..\..\..\mmm\Libraries\Goedel.ASN\Goedel.ASN.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added ASN/Goedel.Tool.ASN-Framework/PHBLogo256.ico
Binary file not shown.
36 changes: 36 additions & 0 deletions ASN/Goedel.Tool.ASN-Framework/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Goedel.Tool.ASN-Framework")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Goedel.Tool.ASN-Framework")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d09d4813-55b9-41ed-bc8a-9bc7b79dc51b")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
12 changes: 9 additions & 3 deletions ASN/Goedel.Tool.ASN/AsnPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ public partial class ROOT {
public override void Complete() {
//Console.WriteLine ("Completing");

if (Binary == null) MakeBinary();
if (Binary == null) {
MakeBinary();
}
}

public override void MakeBinary() {
Expand All @@ -133,11 +135,15 @@ public override void MakeBinary() {
public partial class OID {
public override void Complete() {
Root.Definition.Children.Add(this);
if (Binary == null) MakeBinary();
if (Binary == null) {
MakeBinary();
}
}

public override void MakeBinary() {
if (Root.Definition.Binary == null) Root.Definition.MakeBinary();
if (Root.Definition.Binary == null) {
Root.Definition.MakeBinary();
}

Binary = new int[Root.Definition.Binary.Length + 1];
for (int i = 0; i < Root.Definition.Binary.Length; i++) {
Expand Down
140 changes: 0 additions & 140 deletions ASN/Goedel.Tool.ASN/Goedel.Tool.ASN.csproj

This file was deleted.

38 changes: 38 additions & 0 deletions ASN/Goedel.Tool.ASN/Goedel.Tool.ASN.projitems
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?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>
</Project>
13 changes: 13 additions & 0 deletions ASN/Goedel.Tool.ASN/Goedel.Tool.ASN.shproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectGuid>c4be31be-8172-455d-a94f-275410348065</ProjectGuid>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.props" />
<PropertyGroup />
<Import Project="Goedel.Tool.ASN.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
</Project>
Loading

0 comments on commit c55b4d5

Please sign in to comment.