From 768ba911be89e937f3d692c726719a62eb47ad1e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 17 Dec 2014 20:17:45 +0000 Subject: [PATCH] Moved things around (because folder within folder is weird. --- Pithos/App.config => App.config | 0 Pithos/Form1.Designer.cs => Form1.Designer.cs | 0 Pithos/Form1.cs => Form1.cs | 0 Pithos/Pithos.csproj => Pithos.csproj | 0 Pithos/Pithos.sln => Pithos.sln | 0 Pithos/Program.cs => Program.cs | 0 {Pithos/Properties => Properties}/AssemblyInfo.cs | 0 {Pithos/Properties => Properties}/Resources.Designer.cs | 0 {Pithos/Properties => Properties}/Resources.resx | 0 {Pithos/Properties => Properties}/Settings.Designer.cs | 0 {Pithos/Properties => Properties}/Settings.settings | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename Pithos/App.config => App.config (100%) rename Pithos/Form1.Designer.cs => Form1.Designer.cs (100%) rename Pithos/Form1.cs => Form1.cs (100%) rename Pithos/Pithos.csproj => Pithos.csproj (100%) rename Pithos/Pithos.sln => Pithos.sln (100%) rename Pithos/Program.cs => Program.cs (100%) rename {Pithos/Properties => Properties}/AssemblyInfo.cs (100%) rename {Pithos/Properties => Properties}/Resources.Designer.cs (100%) rename {Pithos/Properties => Properties}/Resources.resx (100%) rename {Pithos/Properties => Properties}/Settings.Designer.cs (100%) rename {Pithos/Properties => Properties}/Settings.settings (100%) 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