diff --git a/botw-toolset/BOTWToolset.csproj b/botw-toolset/BOTWToolset.csproj index 85f4bf1..e46e53e 100644 --- a/botw-toolset/BOTWToolset.csproj +++ b/botw-toolset/BOTWToolset.csproj @@ -13,7 +13,22 @@ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true - true + false + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.1.0.%2a + false + true AnyCPU @@ -33,6 +48,10 @@ TRACE prompt 4 + AllRules.ruleset + + + appicon.ico @@ -156,6 +175,20 @@ - + + + + + + False + Microsoft .NET Framework 4.8 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + \ No newline at end of file diff --git a/botw-toolset/Dashboard.xaml.cs b/botw-toolset/Dashboard.xaml.cs index a358012..bfb669a 100644 --- a/botw-toolset/Dashboard.xaml.cs +++ b/botw-toolset/Dashboard.xaml.cs @@ -1,5 +1,6 @@ using BOTWToolset.Debugging; using System; +using System.Reflection; using System.Windows; namespace BOTWToolset @@ -9,7 +10,8 @@ namespace BOTWToolset /// public partial class Dashboard : Window { - public const string VERSION = "1.0.0-pre-alpha"; + public static string VERSION = System.Diagnostics.FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion; + public static string UserDesktop = Environment.GetFolderPath(Environment.SpecialFolder.Desktop); public Dashboard() diff --git a/botw-toolset/Properties/AssemblyInfo.cs b/botw-toolset/Properties/AssemblyInfo.cs index 7754527..3b4ff28 100644 --- a/botw-toolset/Properties/AssemblyInfo.cs +++ b/botw-toolset/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Windows; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("botw-toolset")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A set of tools for modifying the Legend of Zelda: Breath of the Wild (Wii U).")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("botw-toolset")] diff --git a/botw-toolset/appicon.ico b/botw-toolset/appicon.ico new file mode 100644 index 0000000..9ee0c69 Binary files /dev/null and b/botw-toolset/appicon.ico differ