Add solution and project files; introduce .gitignore and clean IDE/build artifacts

This commit is contained in:
erik 2025-05-30 23:06:07 +02:00
commit be5a4e9fa7
10 changed files with 270 additions and 0 deletions

14
App.xaml.cs Normal file
View file

@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace MossyUpdater
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}