Add solution and project files; introduce .gitignore and clean IDE/build artifacts
This commit is contained in:
commit
be5a4e9fa7
10 changed files with 270 additions and 0 deletions
14
App.xaml.cs
Normal file
14
App.xaml.cs
Normal 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
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue