From b65c31dcec4cbf1a615136dda4eda5199fafea91 Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Mon, 14 Jul 2014 15:01:59 +0000 Subject: [PATCH] --- .../Compiler/Cosmos.XSharp/AsmGenerator.cs | 0 .../Compiler/Cosmos.XSharp/Docs/Goals.html | 0 .../Compiler/Cosmos.XSharp/Docs/Old.html | 0 .../Compiler/Cosmos.XSharp/Docs/ToDo.html | 0 .../Compiler/Cosmos.XSharp/Docs/XSharp.htm | 0 .../Compiler/Cosmos.XSharp/Docs/index.html | 0 .../Compiler/Cosmos.XSharp/Parser.cs | 0 .../Compiler/Cosmos.XSharp/Program.cs | 0 .../Cosmos.XSharp/Properties/AssemblyInfo.cs | 0 {source2 => source}/Compiler/Cosmos.XSharp/Token.cs | 0 .../Compiler/Cosmos.XSharp/TokenList.cs | 0 .../Compiler/Cosmos.XSharp/TokenPatterns.cs | 0 .../Compiler/Cosmos.XSharp/XSharp.Compiler.csproj | 0 .../Cosmos.XSharp/XSharp.Compiler.csproj.vspscc | 0 .../Compiler/Cosmos.XSharp/XSharp.ico | Bin {XSharp/source => source}/XSharp.Nasm/App.config | 0 {XSharp/source => source}/XSharp.Nasm/Assembler.cs | 0 {XSharp/source => source}/XSharp.Nasm/Cosmos.snk | Bin .../XSharp.Nasm/Properties/AssemblyInfo.cs | 0 .../XSharp.Nasm/XSharp.Nasm.csproj | 0 .../XSharp.Nasm/XSharp.Nasm.csproj.vspscc | 0 .../XSharp.Test/MainForm.Designer.cs | 0 {XSharp/source => source}/XSharp.Test/MainForm.cs | 0 {XSharp/source => source}/XSharp.Test/MainForm.resx | 0 {XSharp/source => source}/XSharp.Test/Program.cs | 0 .../XSharp.Test/Properties/AssemblyInfo.cs | 0 .../XSharp.Test/Properties/Resources.Designer.cs | 0 .../XSharp.Test/Properties/Resources.resx | 0 .../XSharp.Test/Properties/Settings.Designer.cs | 0 .../XSharp.Test/Properties/Settings.settings | 0 .../XSharp.Test/XSharp.Test.csproj | 0 .../XSharp.Test/XSharp.Test.csproj.vspscc | 0 {XSharp/source => source}/XSharp.Test/app.config | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {source2 => source}/Compiler/Cosmos.XSharp/AsmGenerator.cs (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Docs/Goals.html (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Docs/Old.html (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Docs/ToDo.html (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Docs/XSharp.htm (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Docs/index.html (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Parser.cs (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Program.cs (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Properties/AssemblyInfo.cs (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/Token.cs (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/TokenList.cs (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/TokenPatterns.cs (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj.vspscc (100%) rename {source2 => source}/Compiler/Cosmos.XSharp/XSharp.ico (100%) rename {XSharp/source => source}/XSharp.Nasm/App.config (100%) rename {XSharp/source => source}/XSharp.Nasm/Assembler.cs (100%) rename {XSharp/source => source}/XSharp.Nasm/Cosmos.snk (100%) rename {XSharp/source => source}/XSharp.Nasm/Properties/AssemblyInfo.cs (100%) rename {XSharp/source => source}/XSharp.Nasm/XSharp.Nasm.csproj (100%) rename {XSharp/source => source}/XSharp.Nasm/XSharp.Nasm.csproj.vspscc (100%) rename {XSharp/source => source}/XSharp.Test/MainForm.Designer.cs (100%) rename {XSharp/source => source}/XSharp.Test/MainForm.cs (100%) rename {XSharp/source => source}/XSharp.Test/MainForm.resx (100%) rename {XSharp/source => source}/XSharp.Test/Program.cs (100%) rename {XSharp/source => source}/XSharp.Test/Properties/AssemblyInfo.cs (100%) rename {XSharp/source => source}/XSharp.Test/Properties/Resources.Designer.cs (100%) rename {XSharp/source => source}/XSharp.Test/Properties/Resources.resx (100%) rename {XSharp/source => source}/XSharp.Test/Properties/Settings.Designer.cs (100%) rename {XSharp/source => source}/XSharp.Test/Properties/Settings.settings (100%) rename {XSharp/source => source}/XSharp.Test/XSharp.Test.csproj (100%) rename {XSharp/source => source}/XSharp.Test/XSharp.Test.csproj.vspscc (100%) rename {XSharp/source => source}/XSharp.Test/app.config (100%) diff --git a/source2/Compiler/Cosmos.XSharp/AsmGenerator.cs b/source/Compiler/Cosmos.XSharp/AsmGenerator.cs similarity index 100% rename from source2/Compiler/Cosmos.XSharp/AsmGenerator.cs rename to source/Compiler/Cosmos.XSharp/AsmGenerator.cs diff --git a/source2/Compiler/Cosmos.XSharp/Docs/Goals.html b/source/Compiler/Cosmos.XSharp/Docs/Goals.html similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Docs/Goals.html rename to source/Compiler/Cosmos.XSharp/Docs/Goals.html diff --git a/source2/Compiler/Cosmos.XSharp/Docs/Old.html b/source/Compiler/Cosmos.XSharp/Docs/Old.html similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Docs/Old.html rename to source/Compiler/Cosmos.XSharp/Docs/Old.html diff --git a/source2/Compiler/Cosmos.XSharp/Docs/ToDo.html b/source/Compiler/Cosmos.XSharp/Docs/ToDo.html similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Docs/ToDo.html rename to source/Compiler/Cosmos.XSharp/Docs/ToDo.html diff --git a/source2/Compiler/Cosmos.XSharp/Docs/XSharp.htm b/source/Compiler/Cosmos.XSharp/Docs/XSharp.htm similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Docs/XSharp.htm rename to source/Compiler/Cosmos.XSharp/Docs/XSharp.htm diff --git a/source2/Compiler/Cosmos.XSharp/Docs/index.html b/source/Compiler/Cosmos.XSharp/Docs/index.html similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Docs/index.html rename to source/Compiler/Cosmos.XSharp/Docs/index.html diff --git a/source2/Compiler/Cosmos.XSharp/Parser.cs b/source/Compiler/Cosmos.XSharp/Parser.cs similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Parser.cs rename to source/Compiler/Cosmos.XSharp/Parser.cs diff --git a/source2/Compiler/Cosmos.XSharp/Program.cs b/source/Compiler/Cosmos.XSharp/Program.cs similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Program.cs rename to source/Compiler/Cosmos.XSharp/Program.cs diff --git a/source2/Compiler/Cosmos.XSharp/Properties/AssemblyInfo.cs b/source/Compiler/Cosmos.XSharp/Properties/AssemblyInfo.cs similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Properties/AssemblyInfo.cs rename to source/Compiler/Cosmos.XSharp/Properties/AssemblyInfo.cs diff --git a/source2/Compiler/Cosmos.XSharp/Token.cs b/source/Compiler/Cosmos.XSharp/Token.cs similarity index 100% rename from source2/Compiler/Cosmos.XSharp/Token.cs rename to source/Compiler/Cosmos.XSharp/Token.cs diff --git a/source2/Compiler/Cosmos.XSharp/TokenList.cs b/source/Compiler/Cosmos.XSharp/TokenList.cs similarity index 100% rename from source2/Compiler/Cosmos.XSharp/TokenList.cs rename to source/Compiler/Cosmos.XSharp/TokenList.cs diff --git a/source2/Compiler/Cosmos.XSharp/TokenPatterns.cs b/source/Compiler/Cosmos.XSharp/TokenPatterns.cs similarity index 100% rename from source2/Compiler/Cosmos.XSharp/TokenPatterns.cs rename to source/Compiler/Cosmos.XSharp/TokenPatterns.cs diff --git a/source2/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj b/source/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj similarity index 100% rename from source2/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj rename to source/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj diff --git a/source2/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj.vspscc b/source/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj.vspscc similarity index 100% rename from source2/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj.vspscc rename to source/Compiler/Cosmos.XSharp/XSharp.Compiler.csproj.vspscc diff --git a/source2/Compiler/Cosmos.XSharp/XSharp.ico b/source/Compiler/Cosmos.XSharp/XSharp.ico similarity index 100% rename from source2/Compiler/Cosmos.XSharp/XSharp.ico rename to source/Compiler/Cosmos.XSharp/XSharp.ico diff --git a/XSharp/source/XSharp.Nasm/App.config b/source/XSharp.Nasm/App.config similarity index 100% rename from XSharp/source/XSharp.Nasm/App.config rename to source/XSharp.Nasm/App.config diff --git a/XSharp/source/XSharp.Nasm/Assembler.cs b/source/XSharp.Nasm/Assembler.cs similarity index 100% rename from XSharp/source/XSharp.Nasm/Assembler.cs rename to source/XSharp.Nasm/Assembler.cs diff --git a/XSharp/source/XSharp.Nasm/Cosmos.snk b/source/XSharp.Nasm/Cosmos.snk similarity index 100% rename from XSharp/source/XSharp.Nasm/Cosmos.snk rename to source/XSharp.Nasm/Cosmos.snk diff --git a/XSharp/source/XSharp.Nasm/Properties/AssemblyInfo.cs b/source/XSharp.Nasm/Properties/AssemblyInfo.cs similarity index 100% rename from XSharp/source/XSharp.Nasm/Properties/AssemblyInfo.cs rename to source/XSharp.Nasm/Properties/AssemblyInfo.cs diff --git a/XSharp/source/XSharp.Nasm/XSharp.Nasm.csproj b/source/XSharp.Nasm/XSharp.Nasm.csproj similarity index 100% rename from XSharp/source/XSharp.Nasm/XSharp.Nasm.csproj rename to source/XSharp.Nasm/XSharp.Nasm.csproj diff --git a/XSharp/source/XSharp.Nasm/XSharp.Nasm.csproj.vspscc b/source/XSharp.Nasm/XSharp.Nasm.csproj.vspscc similarity index 100% rename from XSharp/source/XSharp.Nasm/XSharp.Nasm.csproj.vspscc rename to source/XSharp.Nasm/XSharp.Nasm.csproj.vspscc diff --git a/XSharp/source/XSharp.Test/MainForm.Designer.cs b/source/XSharp.Test/MainForm.Designer.cs similarity index 100% rename from XSharp/source/XSharp.Test/MainForm.Designer.cs rename to source/XSharp.Test/MainForm.Designer.cs diff --git a/XSharp/source/XSharp.Test/MainForm.cs b/source/XSharp.Test/MainForm.cs similarity index 100% rename from XSharp/source/XSharp.Test/MainForm.cs rename to source/XSharp.Test/MainForm.cs diff --git a/XSharp/source/XSharp.Test/MainForm.resx b/source/XSharp.Test/MainForm.resx similarity index 100% rename from XSharp/source/XSharp.Test/MainForm.resx rename to source/XSharp.Test/MainForm.resx diff --git a/XSharp/source/XSharp.Test/Program.cs b/source/XSharp.Test/Program.cs similarity index 100% rename from XSharp/source/XSharp.Test/Program.cs rename to source/XSharp.Test/Program.cs diff --git a/XSharp/source/XSharp.Test/Properties/AssemblyInfo.cs b/source/XSharp.Test/Properties/AssemblyInfo.cs similarity index 100% rename from XSharp/source/XSharp.Test/Properties/AssemblyInfo.cs rename to source/XSharp.Test/Properties/AssemblyInfo.cs diff --git a/XSharp/source/XSharp.Test/Properties/Resources.Designer.cs b/source/XSharp.Test/Properties/Resources.Designer.cs similarity index 100% rename from XSharp/source/XSharp.Test/Properties/Resources.Designer.cs rename to source/XSharp.Test/Properties/Resources.Designer.cs diff --git a/XSharp/source/XSharp.Test/Properties/Resources.resx b/source/XSharp.Test/Properties/Resources.resx similarity index 100% rename from XSharp/source/XSharp.Test/Properties/Resources.resx rename to source/XSharp.Test/Properties/Resources.resx diff --git a/XSharp/source/XSharp.Test/Properties/Settings.Designer.cs b/source/XSharp.Test/Properties/Settings.Designer.cs similarity index 100% rename from XSharp/source/XSharp.Test/Properties/Settings.Designer.cs rename to source/XSharp.Test/Properties/Settings.Designer.cs diff --git a/XSharp/source/XSharp.Test/Properties/Settings.settings b/source/XSharp.Test/Properties/Settings.settings similarity index 100% rename from XSharp/source/XSharp.Test/Properties/Settings.settings rename to source/XSharp.Test/Properties/Settings.settings diff --git a/XSharp/source/XSharp.Test/XSharp.Test.csproj b/source/XSharp.Test/XSharp.Test.csproj similarity index 100% rename from XSharp/source/XSharp.Test/XSharp.Test.csproj rename to source/XSharp.Test/XSharp.Test.csproj diff --git a/XSharp/source/XSharp.Test/XSharp.Test.csproj.vspscc b/source/XSharp.Test/XSharp.Test.csproj.vspscc similarity index 100% rename from XSharp/source/XSharp.Test/XSharp.Test.csproj.vspscc rename to source/XSharp.Test/XSharp.Test.csproj.vspscc diff --git a/XSharp/source/XSharp.Test/app.config b/source/XSharp.Test/app.config similarity index 100% rename from XSharp/source/XSharp.Test/app.config rename to source/XSharp.Test/app.config