diff --git a/xaskel_coder/App.config b/coder/App.config similarity index 100% rename from xaskel_coder/App.config rename to coder/App.config diff --git a/xaskel_coder/Program.cs b/coder/Program.cs similarity index 100% rename from xaskel_coder/Program.cs rename to coder/Program.cs diff --git a/xaskel_coder/Properties/AssemblyInfo.cs b/coder/Properties/AssemblyInfo.cs similarity index 100% rename from xaskel_coder/Properties/AssemblyInfo.cs rename to coder/Properties/AssemblyInfo.cs diff --git a/xaskel_coder/Tea.cs b/coder/Tea.cs similarity index 100% rename from xaskel_coder/Tea.cs rename to coder/Tea.cs diff --git a/xaskel_coder/xaskel_coder.csproj b/coder/coder.csproj similarity index 100% rename from xaskel_coder/xaskel_coder.csproj rename to coder/coder.csproj diff --git a/xaskel_decoder/App.config b/decoder/App.config similarity index 100% rename from xaskel_decoder/App.config rename to decoder/App.config diff --git a/xaskel_decoder/Program.cs b/decoder/Program.cs similarity index 100% rename from xaskel_decoder/Program.cs rename to decoder/Program.cs diff --git a/xaskel_decoder/Properties/AssemblyInfo.cs b/decoder/Properties/AssemblyInfo.cs similarity index 100% rename from xaskel_decoder/Properties/AssemblyInfo.cs rename to decoder/Properties/AssemblyInfo.cs diff --git a/xaskel_decoder/Tea.cs b/decoder/Tea.cs similarity index 100% rename from xaskel_decoder/Tea.cs rename to decoder/Tea.cs diff --git a/xaskel_decoder/xaskel_decoder.csproj b/decoder/decoder.csproj similarity index 100% rename from xaskel_decoder/xaskel_decoder.csproj rename to decoder/decoder.csproj diff --git a/xaskel_soft.sln b/xaskel_soft.sln index 12fce84..d292765 100644 --- a/xaskel_soft.sln +++ b/xaskel_soft.sln @@ -1,11 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.13.35931.197 d17.13 +VisualStudioVersion = 17.13.35931.197 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xaskel_coder", "xaskel_coder\xaskel_coder.csproj", "{11FF5D14-BA40-434B-8B87-8031DF3B1479}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "coder", "coder\coder.csproj", "{11FF5D14-BA40-434B-8B87-8031DF3B1479}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xaskel_decoder", "xaskel_decoder\xaskel_decoder.csproj", "{67779F52-B434-4645-A134-977977CFA8F3}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "decoder", "decoder\decoder.csproj", "{67779F52-B434-4645-A134-977977CFA8F3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution