From 063b747c631381ef21c636f65e7c28c315832077 Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Mon, 9 May 2016 17:24:56 +0300 Subject: [PATCH] Give proper name to the mock project --- {ExeFile => Eve-O-Mock}/App.config | 0 {ExeFile => Eve-O-Mock}/App.xaml | 0 {ExeFile => Eve-O-Mock}/App.xaml.cs | 0 ExeFile/ExeFile.csproj => Eve-O-Mock/Eve-O-Mock.csproj | 0 {ExeFile => Eve-O-Mock}/MainWindow.xaml | 0 {ExeFile => Eve-O-Mock}/MainWindow.xaml.cs | 0 {ExeFile => Eve-O-Mock}/Properties/AssemblyInfo.cs | 0 {ExeFile => Eve-O-Mock}/Properties/Resources.Designer.cs | 0 {ExeFile => Eve-O-Mock}/Properties/Resources.resx | 0 {ExeFile => Eve-O-Mock}/Properties/Settings.Designer.cs | 0 {ExeFile => Eve-O-Mock}/Properties/Settings.settings | 0 ExeFile/.gitignore | 3 --- ExeFile/.hgignore | 3 --- 13 files changed, 6 deletions(-) rename {ExeFile => Eve-O-Mock}/App.config (100%) rename {ExeFile => Eve-O-Mock}/App.xaml (100%) rename {ExeFile => Eve-O-Mock}/App.xaml.cs (100%) rename ExeFile/ExeFile.csproj => Eve-O-Mock/Eve-O-Mock.csproj (100%) rename {ExeFile => Eve-O-Mock}/MainWindow.xaml (100%) rename {ExeFile => Eve-O-Mock}/MainWindow.xaml.cs (100%) rename {ExeFile => Eve-O-Mock}/Properties/AssemblyInfo.cs (100%) rename {ExeFile => Eve-O-Mock}/Properties/Resources.Designer.cs (100%) rename {ExeFile => Eve-O-Mock}/Properties/Resources.resx (100%) rename {ExeFile => Eve-O-Mock}/Properties/Settings.Designer.cs (100%) rename {ExeFile => Eve-O-Mock}/Properties/Settings.settings (100%) delete mode 100644 ExeFile/.gitignore delete mode 100644 ExeFile/.hgignore diff --git a/ExeFile/App.config b/Eve-O-Mock/App.config similarity index 100% rename from ExeFile/App.config rename to Eve-O-Mock/App.config diff --git a/ExeFile/App.xaml b/Eve-O-Mock/App.xaml similarity index 100% rename from ExeFile/App.xaml rename to Eve-O-Mock/App.xaml diff --git a/ExeFile/App.xaml.cs b/Eve-O-Mock/App.xaml.cs similarity index 100% rename from ExeFile/App.xaml.cs rename to Eve-O-Mock/App.xaml.cs diff --git a/ExeFile/ExeFile.csproj b/Eve-O-Mock/Eve-O-Mock.csproj similarity index 100% rename from ExeFile/ExeFile.csproj rename to Eve-O-Mock/Eve-O-Mock.csproj diff --git a/ExeFile/MainWindow.xaml b/Eve-O-Mock/MainWindow.xaml similarity index 100% rename from ExeFile/MainWindow.xaml rename to Eve-O-Mock/MainWindow.xaml diff --git a/ExeFile/MainWindow.xaml.cs b/Eve-O-Mock/MainWindow.xaml.cs similarity index 100% rename from ExeFile/MainWindow.xaml.cs rename to Eve-O-Mock/MainWindow.xaml.cs diff --git a/ExeFile/Properties/AssemblyInfo.cs b/Eve-O-Mock/Properties/AssemblyInfo.cs similarity index 100% rename from ExeFile/Properties/AssemblyInfo.cs rename to Eve-O-Mock/Properties/AssemblyInfo.cs diff --git a/ExeFile/Properties/Resources.Designer.cs b/Eve-O-Mock/Properties/Resources.Designer.cs similarity index 100% rename from ExeFile/Properties/Resources.Designer.cs rename to Eve-O-Mock/Properties/Resources.Designer.cs diff --git a/ExeFile/Properties/Resources.resx b/Eve-O-Mock/Properties/Resources.resx similarity index 100% rename from ExeFile/Properties/Resources.resx rename to Eve-O-Mock/Properties/Resources.resx diff --git a/ExeFile/Properties/Settings.Designer.cs b/Eve-O-Mock/Properties/Settings.Designer.cs similarity index 100% rename from ExeFile/Properties/Settings.Designer.cs rename to Eve-O-Mock/Properties/Settings.Designer.cs diff --git a/ExeFile/Properties/Settings.settings b/Eve-O-Mock/Properties/Settings.settings similarity index 100% rename from ExeFile/Properties/Settings.settings rename to Eve-O-Mock/Properties/Settings.settings diff --git a/ExeFile/.gitignore b/ExeFile/.gitignore deleted file mode 100644 index a6ff838..0000000 --- a/ExeFile/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -bin/* -obj/* -*.suo diff --git a/ExeFile/.hgignore b/ExeFile/.hgignore deleted file mode 100644 index 59bc062..0000000 --- a/ExeFile/.hgignore +++ /dev/null @@ -1,3 +0,0 @@ -syntax: glob -bin/* -obj/*