diff --git a/Gif2Spritesheet/Gif2Spritesheet.sln b/Gif2Spritesheet.sln
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet.sln
rename to Gif2Spritesheet.sln
diff --git a/Gif2Spritesheet/App.config b/Gif2Spritesheet/App.config
new file mode 100644
index 0000000..343984d
--- /dev/null
+++ b/Gif2Spritesheet/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/Gif2Spritesheet/Gif2Spritesheet/App.xaml b/Gif2Spritesheet/App.xaml
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/App.xaml
rename to Gif2Spritesheet/App.xaml
diff --git a/Gif2Spritesheet/Gif2Spritesheet/App.xaml.cs b/Gif2Spritesheet/App.xaml.cs
similarity index 85%
rename from Gif2Spritesheet/Gif2Spritesheet/App.xaml.cs
rename to Gif2Spritesheet/App.xaml.cs
index 059859b..7f79d85 100644
--- a/Gif2Spritesheet/Gif2Spritesheet/App.xaml.cs
+++ b/Gif2Spritesheet/App.xaml.cs
@@ -2,8 +2,7 @@
using System.Collections.Generic;
using System.Configuration;
using System.Data;
-using System.Linq;
-using System.Threading.Tasks;
+using System.Linq;
using System.Windows;
namespace Gif2Spritesheet
diff --git a/Gif2Spritesheet/Gif2Spritesheet/ExportWorker.cs b/Gif2Spritesheet/ExportWorker.cs
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/ExportWorker.cs
rename to Gif2Spritesheet/ExportWorker.cs
diff --git a/Gif2Spritesheet/Gif2Spritesheet/Gif2Spritesheet.csproj b/Gif2Spritesheet/Gif2Spritesheet.csproj
similarity index 94%
rename from Gif2Spritesheet/Gif2Spritesheet/Gif2Spritesheet.csproj
rename to Gif2Spritesheet/Gif2Spritesheet.csproj
index 20e5917..8f5f3bc 100644
--- a/Gif2Spritesheet/Gif2Spritesheet/Gif2Spritesheet.csproj
+++ b/Gif2Spritesheet/Gif2Spritesheet.csproj
@@ -9,7 +9,7 @@
Properties
Gif2Spritesheet
Gif2Spritesheet
- v4.0
+ v3.5
512
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
4
@@ -59,10 +59,16 @@
Gif2Spritesheet_TemporaryKey.pfx
- true
+ false
- true
+ false
+
+
+ LocalIntranet
+
+
+ Properties\app.manifest
@@ -126,8 +132,8 @@
ResXFileCodeGenerator
Resources.Designer.cs
-
+
SettingsSingleFileGenerator
Settings.Designer.cs
diff --git a/Gif2Spritesheet/Gif2Spritesheet/App.config b/Gif2Spritesheet/Gif2Spritesheet/App.config
deleted file mode 100644
index 74ade9d..0000000
--- a/Gif2Spritesheet/Gif2Spritesheet/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff --git a/Gif2Spritesheet/Gif2Spritesheet/ImportWorker.cs b/Gif2Spritesheet/ImportWorker.cs
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/ImportWorker.cs
rename to Gif2Spritesheet/ImportWorker.cs
diff --git a/Gif2Spritesheet/Gif2Spritesheet/MainWindow.xaml b/Gif2Spritesheet/MainWindow.xaml
similarity index 97%
rename from Gif2Spritesheet/Gif2Spritesheet/MainWindow.xaml
rename to Gif2Spritesheet/MainWindow.xaml
index 322243b..c3638bc 100644
--- a/Gif2Spritesheet/Gif2Spritesheet/MainWindow.xaml
+++ b/Gif2Spritesheet/MainWindow.xaml
@@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Gif2Spritesheet"
mc:Ignorable="d"
- Title="MainWindow" Height="680" Width="455" ResizeMode="CanMinimize">
+ Title="Gif2Spritesheet" Height="680" Width="455" ResizeMode="CanMinimize">
diff --git a/Gif2Spritesheet/Gif2Spritesheet/MainWindow.xaml.cs b/Gif2Spritesheet/MainWindow.xaml.cs
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/MainWindow.xaml.cs
rename to Gif2Spritesheet/MainWindow.xaml.cs
diff --git a/Gif2Spritesheet/Gif2Spritesheet/Properties/AssemblyInfo.cs b/Gif2Spritesheet/Properties/AssemblyInfo.cs
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/Properties/AssemblyInfo.cs
rename to Gif2Spritesheet/Properties/AssemblyInfo.cs
diff --git a/Gif2Spritesheet/Gif2Spritesheet/Properties/Resources.Designer.cs b/Gif2Spritesheet/Properties/Resources.Designer.cs
similarity index 97%
rename from Gif2Spritesheet/Gif2Spritesheet/Properties/Resources.Designer.cs
rename to Gif2Spritesheet/Properties/Resources.Designer.cs
index 4994897..44b2ab8 100644
--- a/Gif2Spritesheet/Gif2Spritesheet/Properties/Resources.Designer.cs
+++ b/Gif2Spritesheet/Properties/Resources.Designer.cs
@@ -19,7 +19,7 @@ namespace Gif2Spritesheet.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
diff --git a/Gif2Spritesheet/Gif2Spritesheet/Properties/Resources.resx b/Gif2Spritesheet/Properties/Resources.resx
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/Properties/Resources.resx
rename to Gif2Spritesheet/Properties/Resources.resx
diff --git a/Gif2Spritesheet/Gif2Spritesheet/Properties/Settings.Designer.cs b/Gif2Spritesheet/Properties/Settings.Designer.cs
similarity index 97%
rename from Gif2Spritesheet/Gif2Spritesheet/Properties/Settings.Designer.cs
rename to Gif2Spritesheet/Properties/Settings.Designer.cs
index 8503435..37afbc2 100644
--- a/Gif2Spritesheet/Gif2Spritesheet/Properties/Settings.Designer.cs
+++ b/Gif2Spritesheet/Properties/Settings.Designer.cs
@@ -12,7 +12,7 @@ namespace Gif2Spritesheet.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
diff --git a/Gif2Spritesheet/Gif2Spritesheet/Properties/Settings.settings b/Gif2Spritesheet/Properties/Settings.settings
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/Properties/Settings.settings
rename to Gif2Spritesheet/Properties/Settings.settings
diff --git a/Gif2Spritesheet/Properties/app.manifest b/Gif2Spritesheet/Properties/app.manifest
new file mode 100644
index 0000000..cd90d8b
--- /dev/null
+++ b/Gif2Spritesheet/Properties/app.manifest
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Gif2Spritesheet/Gif2Spritesheet/packages.config b/Gif2Spritesheet/packages.config
similarity index 100%
rename from Gif2Spritesheet/Gif2Spritesheet/packages.config
rename to Gif2Spritesheet/packages.config