From c8b732be8d393007c8368d28ec1c05048c30f028 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 26 Nov 2024 15:32:09 -0600 Subject: [PATCH] Add AssemblyInfo.cs --- factorio-achievements-fixer/AssemblyInfo.cs | 15 +++++++++++---- .../factorio-achievements-fixer.csproj | 4 +++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/factorio-achievements-fixer/AssemblyInfo.cs b/factorio-achievements-fixer/AssemblyInfo.cs index 5d08a02..41fe54d 100644 --- a/factorio-achievements-fixer/AssemblyInfo.cs +++ b/factorio-achievements-fixer/AssemblyInfo.cs @@ -1,10 +1,17 @@ +using System.Reflection; using System.Windows; +[assembly: AssemblyVersion("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyProduct("Factorio Achievements Fixer")] +[assembly: AssemblyCopyright("Ryan Walters © 2024")] +[assembly: AssemblyTitle("Factorio Achievements Fixer")] + [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) + //(used if a resource is not found in the page, + // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) )] \ No newline at end of file diff --git a/factorio-achievements-fixer/factorio-achievements-fixer.csproj b/factorio-achievements-fixer/factorio-achievements-fixer.csproj index ae6ebcc..2d22875 100644 --- a/factorio-achievements-fixer/factorio-achievements-fixer.csproj +++ b/factorio-achievements-fixer/factorio-achievements-fixer.csproj @@ -7,6 +7,8 @@ enable enable true + Factorio Achievements Fixer + false - + \ No newline at end of file