diff --git a/Pithos/App.config b/App.config similarity index 100% rename from Pithos/App.config rename to App.config diff --git a/Pithos/Form1.Designer.cs b/Form1.Designer.cs similarity index 100% rename from Pithos/Form1.Designer.cs rename to Form1.Designer.cs diff --git a/Pithos/Form1.cs b/Form1.cs similarity index 100% rename from Pithos/Form1.cs rename to Form1.cs diff --git a/Pithos/Pithos.csproj b/Pithos.csproj similarity index 100% rename from Pithos/Pithos.csproj rename to Pithos.csproj diff --git a/Pithos/Pithos.sln b/Pithos.sln similarity index 100% rename from Pithos/Pithos.sln rename to Pithos.sln diff --git a/Pithos/Program.cs b/Program.cs similarity index 100% rename from Pithos/Program.cs rename to Program.cs diff --git a/Pithos/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs similarity index 100% rename from Pithos/Properties/AssemblyInfo.cs rename to Properties/AssemblyInfo.cs diff --git a/Pithos/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs similarity index 100% rename from Pithos/Properties/Resources.Designer.cs rename to Properties/Resources.Designer.cs diff --git a/Pithos/Properties/Resources.resx b/Properties/Resources.resx similarity index 100% rename from Pithos/Properties/Resources.resx rename to Properties/Resources.resx diff --git a/Pithos/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs similarity index 100% rename from Pithos/Properties/Settings.Designer.cs rename to Properties/Settings.Designer.cs diff --git a/Pithos/Properties/Settings.settings b/Properties/Settings.settings similarity index 100% rename from Pithos/Properties/Settings.settings rename to Properties/Settings.settings