Imported 2.x Project Files

This commit is contained in:
2019-03-05 20:26:02 +00:00
parent 8a6bbbf08a
commit 1cbdbccf77
79 changed files with 632 additions and 16791 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace VMwareLauncher
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}