diff --git a/MedLaunch.sln b/MedLaunch.sln index a9d205a..5a0a8bf 100644 --- a/MedLaunch.sln +++ b/MedLaunch.sln @@ -7,6 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MedLaunch", "MedLaunch\MedL EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Asnitech.Launch.Common", "Asnitech.Launch.Common\Asnitech.Launch.Common.csproj", "{2E332847-6DF3-4BF4-92C2-42A5C6359CC1}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{828C683F-F4EF-436D-8EB8-9186AF653289}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/README.md b/README.md index 7023df7..1807617 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # MedLaunch ## A Windows Front-End for Mednafen +[http://medlaunch.asnitech.co.uk/](http://medlaunch.asnitech.co.uk/) + **MedLaunch** is a .NET (Windows only) front-end for the excellent [Mednafen](http://mednafen.fobby.net/) multi-system emulator. I'm not a developer by profession so it started as a means to learn a bit more about C# .NET and to start learning about Windows Presentation Foundation (WPF). It really has been a steep learning curve and as such, there are a vast swathe of things in the code that are certainly not 'best-practice'. Top of this list is the fact that I have not used the 'Model-View-ViewModel' design pattern (MVVM) which means the source is pretty hard to decipher in places. I may or may not address this with a major re-write in the future. As soon as I am ready for some kind of release (and I can work out GitHub) MedLaunch will be Open Source.