diff --git a/AuroraRecordGenerator/Properties/Resources.Designer.cs b/AuroraRecordGenerator/Properties/Resources.Designer.cs
deleted file mode 100644
index b385641..0000000
--- a/AuroraRecordGenerator/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AuroraRecordGenerator.Properties
-{
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // 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.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources
- {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources()
- {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager
- {
- get
- {
- if ((resourceMan == null))
- {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AuroraRecordGenerator.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture
- {
- get
- {
- return resourceCulture;
- }
- set
- {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/AuroraRecordGenerator/Properties/Settings.Designer.cs b/AuroraRecordGenerator/Properties/Settings.Designer.cs
deleted file mode 100644
index 5ea6d6e..0000000
--- a/AuroraRecordGenerator/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace AuroraRecordGenerator.Properties
-{
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/AuroraRecordGenerator.sln b/CharacterRecordsGenerator.sln
similarity index 83%
rename from AuroraRecordGenerator.sln
rename to CharacterRecordsGenerator.sln
index d3428c0..9a8724e 100644
--- a/AuroraRecordGenerator.sln
+++ b/CharacterRecordsGenerator.sln
@@ -1,9 +1,9 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.28307.421
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuroraRecordGenerator", "AuroraRecordGenerator\AuroraRecordGenerator.csproj", "{2E1295C2-7BD9-454E-B13E-8A22448DD5F6}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CharacterRecordsGenerator", "CharacterRecordsGenerator\CharacterRecordsGenerator.csproj", "{2E1295C2-7BD9-454E-B13E-8A22448DD5F6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/AuroraRecordGenerator/App.config b/CharacterRecordsGenerator/App.config
similarity index 100%
rename from AuroraRecordGenerator/App.config
rename to CharacterRecordsGenerator/App.config
diff --git a/AuroraRecordGenerator/App.xaml b/CharacterRecordsGenerator/App.xaml
similarity index 91%
rename from AuroraRecordGenerator/App.xaml
rename to CharacterRecordsGenerator/App.xaml
index 120aad2..186554e 100644
--- a/AuroraRecordGenerator/App.xaml
+++ b/CharacterRecordsGenerator/App.xaml
@@ -1,7 +1,7 @@
-
diff --git a/AuroraRecordGenerator/App.xaml.cs b/CharacterRecordsGenerator/App.xaml.cs
similarity index 89%
rename from AuroraRecordGenerator/App.xaml.cs
rename to CharacterRecordsGenerator/App.xaml.cs
index 1f8bb50..f03a881 100644
--- a/AuroraRecordGenerator/App.xaml.cs
+++ b/CharacterRecordsGenerator/App.xaml.cs
@@ -6,7 +6,7 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows;
-namespace AuroraRecordGenerator
+namespace CharacterRecordsGenerator
{
///
/// Interaction logic for App.xaml
diff --git a/AuroraRecordGenerator/AuroraRecordGenerator.csproj b/CharacterRecordsGenerator/CharacterRecordsGenerator.csproj
similarity index 86%
rename from AuroraRecordGenerator/AuroraRecordGenerator.csproj
rename to CharacterRecordsGenerator/CharacterRecordsGenerator.csproj
index 83ebbbd..b530186 100644
--- a/AuroraRecordGenerator/AuroraRecordGenerator.csproj
+++ b/CharacterRecordsGenerator/CharacterRecordsGenerator.csproj
@@ -7,13 +7,28 @@
{2E1295C2-7BD9-454E-B13E-8A22448DD5F6}
WinExe
Properties
- AuroraRecordGenerator
- AuroraRecordGenerator
+ CharacterRecordsGenerator
+ Character Records Generator
v4.5.2
512
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
4
true
+ false
+ publish\
+ true
+ Disk
+ false
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 0
+ 2.0.0.%2a
+ false
+ true
AnyCPU
@@ -157,6 +172,18 @@
+
+
+ False
+ Microsoft .NET Framework 4.5.2 %28x86 and x64%29
+ true
+
+
+ False
+ .NET Framework 3.5 SP1
+ false
+
+