From 2ccceaea54940e5d501290cf55dff585cb7785ac Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Mon, 14 Jul 2014 15:08:01 +0000 Subject: [PATCH] --- .../{Compiler => }/XSharp.Compiler/AsmGenerator.cs | 0 .../{Compiler => }/XSharp.Compiler/Docs/Goals.html | 0 source/{Compiler => }/XSharp.Compiler/Docs/Old.html | 0 .../{Compiler => }/XSharp.Compiler/Docs/ToDo.html | 0 .../{Compiler => }/XSharp.Compiler/Docs/XSharp.htm | 0 .../{Compiler => }/XSharp.Compiler/Docs/index.html | 0 source/{Compiler => }/XSharp.Compiler/Parser.cs | 0 source/{Compiler => }/XSharp.Compiler/Program.cs | 0 .../XSharp.Compiler/Properties/AssemblyInfo.cs | 0 source/{Compiler => }/XSharp.Compiler/Token.cs | 0 source/{Compiler => }/XSharp.Compiler/TokenList.cs | 0 .../{Compiler => }/XSharp.Compiler/TokenPatterns.cs | 0 .../XSharp.Compiler/XSharp.Compiler.csproj | 0 .../XSharp.Compiler/XSharp.Compiler.csproj.vspscc | 0 source/{Compiler => }/XSharp.Compiler/XSharp.ico | Bin 15 files changed, 0 insertions(+), 0 deletions(-) rename source/{Compiler => }/XSharp.Compiler/AsmGenerator.cs (100%) rename source/{Compiler => }/XSharp.Compiler/Docs/Goals.html (100%) rename source/{Compiler => }/XSharp.Compiler/Docs/Old.html (100%) rename source/{Compiler => }/XSharp.Compiler/Docs/ToDo.html (100%) rename source/{Compiler => }/XSharp.Compiler/Docs/XSharp.htm (100%) rename source/{Compiler => }/XSharp.Compiler/Docs/index.html (100%) rename source/{Compiler => }/XSharp.Compiler/Parser.cs (100%) rename source/{Compiler => }/XSharp.Compiler/Program.cs (100%) rename source/{Compiler => }/XSharp.Compiler/Properties/AssemblyInfo.cs (100%) rename source/{Compiler => }/XSharp.Compiler/Token.cs (100%) rename source/{Compiler => }/XSharp.Compiler/TokenList.cs (100%) rename source/{Compiler => }/XSharp.Compiler/TokenPatterns.cs (100%) rename source/{Compiler => }/XSharp.Compiler/XSharp.Compiler.csproj (100%) rename source/{Compiler => }/XSharp.Compiler/XSharp.Compiler.csproj.vspscc (100%) rename source/{Compiler => }/XSharp.Compiler/XSharp.ico (100%) diff --git a/source/Compiler/XSharp.Compiler/AsmGenerator.cs b/source/XSharp.Compiler/AsmGenerator.cs similarity index 100% rename from source/Compiler/XSharp.Compiler/AsmGenerator.cs rename to source/XSharp.Compiler/AsmGenerator.cs diff --git a/source/Compiler/XSharp.Compiler/Docs/Goals.html b/source/XSharp.Compiler/Docs/Goals.html similarity index 100% rename from source/Compiler/XSharp.Compiler/Docs/Goals.html rename to source/XSharp.Compiler/Docs/Goals.html diff --git a/source/Compiler/XSharp.Compiler/Docs/Old.html b/source/XSharp.Compiler/Docs/Old.html similarity index 100% rename from source/Compiler/XSharp.Compiler/Docs/Old.html rename to source/XSharp.Compiler/Docs/Old.html diff --git a/source/Compiler/XSharp.Compiler/Docs/ToDo.html b/source/XSharp.Compiler/Docs/ToDo.html similarity index 100% rename from source/Compiler/XSharp.Compiler/Docs/ToDo.html rename to source/XSharp.Compiler/Docs/ToDo.html diff --git a/source/Compiler/XSharp.Compiler/Docs/XSharp.htm b/source/XSharp.Compiler/Docs/XSharp.htm similarity index 100% rename from source/Compiler/XSharp.Compiler/Docs/XSharp.htm rename to source/XSharp.Compiler/Docs/XSharp.htm diff --git a/source/Compiler/XSharp.Compiler/Docs/index.html b/source/XSharp.Compiler/Docs/index.html similarity index 100% rename from source/Compiler/XSharp.Compiler/Docs/index.html rename to source/XSharp.Compiler/Docs/index.html diff --git a/source/Compiler/XSharp.Compiler/Parser.cs b/source/XSharp.Compiler/Parser.cs similarity index 100% rename from source/Compiler/XSharp.Compiler/Parser.cs rename to source/XSharp.Compiler/Parser.cs diff --git a/source/Compiler/XSharp.Compiler/Program.cs b/source/XSharp.Compiler/Program.cs similarity index 100% rename from source/Compiler/XSharp.Compiler/Program.cs rename to source/XSharp.Compiler/Program.cs diff --git a/source/Compiler/XSharp.Compiler/Properties/AssemblyInfo.cs b/source/XSharp.Compiler/Properties/AssemblyInfo.cs similarity index 100% rename from source/Compiler/XSharp.Compiler/Properties/AssemblyInfo.cs rename to source/XSharp.Compiler/Properties/AssemblyInfo.cs diff --git a/source/Compiler/XSharp.Compiler/Token.cs b/source/XSharp.Compiler/Token.cs similarity index 100% rename from source/Compiler/XSharp.Compiler/Token.cs rename to source/XSharp.Compiler/Token.cs diff --git a/source/Compiler/XSharp.Compiler/TokenList.cs b/source/XSharp.Compiler/TokenList.cs similarity index 100% rename from source/Compiler/XSharp.Compiler/TokenList.cs rename to source/XSharp.Compiler/TokenList.cs diff --git a/source/Compiler/XSharp.Compiler/TokenPatterns.cs b/source/XSharp.Compiler/TokenPatterns.cs similarity index 100% rename from source/Compiler/XSharp.Compiler/TokenPatterns.cs rename to source/XSharp.Compiler/TokenPatterns.cs diff --git a/source/Compiler/XSharp.Compiler/XSharp.Compiler.csproj b/source/XSharp.Compiler/XSharp.Compiler.csproj similarity index 100% rename from source/Compiler/XSharp.Compiler/XSharp.Compiler.csproj rename to source/XSharp.Compiler/XSharp.Compiler.csproj diff --git a/source/Compiler/XSharp.Compiler/XSharp.Compiler.csproj.vspscc b/source/XSharp.Compiler/XSharp.Compiler.csproj.vspscc similarity index 100% rename from source/Compiler/XSharp.Compiler/XSharp.Compiler.csproj.vspscc rename to source/XSharp.Compiler/XSharp.Compiler.csproj.vspscc diff --git a/source/Compiler/XSharp.Compiler/XSharp.ico b/source/XSharp.Compiler/XSharp.ico similarity index 100% rename from source/Compiler/XSharp.Compiler/XSharp.ico rename to source/XSharp.Compiler/XSharp.ico