Give proper name to the mock project

This commit is contained in:
Anton Kasyanov
2016-05-09 17:24:56 +03:00
parent 2d6e98892a
commit 063b747c63
13 changed files with 0 additions and 6 deletions

17
Eve-O-Mock/App.xaml.cs Normal file
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 ExeFile
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}