Renamed the project from DebtMgr to eJay

This commit is contained in:
Andre Beging
2019-01-06 16:12:11 +01:00
parent 5887b27aaa
commit c9ca3598e7
34 changed files with 107 additions and 78 deletions

View File

@@ -5,12 +5,12 @@ using System.Windows;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("DebtMgr")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("eJay")]
[assembly: AssemblyDescription("A tool to keep track of your private debts")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DebtMgr")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCompany("TroogS")]
[assembly: AssemblyProduct("eJay")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]