Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.51 KB

How to Run RemindMe locally.md

File metadata and controls

42 lines (21 loc) · 1.51 KB

Cloning RemindMe

Important note: You have to obtain Bunifu_UI_v1.5.3.dll yourself. I can not supply this for you.

This file describes how you can clone this repository and run it locally in Visual Studio

  1. Clone the respository e.g. git clone https://github.com/Stefangansevles/RemindMe

  2. Open the .sln file

  1. Add references to the DLL's from RemindMe/External_DLL. Select all and press OK, See screenshot:

Make sure none of the references still has an exclamation mark ( ), if they do, add the reference again

If you have obtained the bunifu dll, and visual studio is still giving you an error after you added the reference, delete the file-reference in /external_dll like so:

Then, add it again

Important: Click on the added dll and set it's Build Action to Embedded Resource

Now run RemindMe :)

If for some reason you are getting a lot of errors saying visual studio doesn't recognize things like Reminder, Database.Entity, Songs, etc, then use Run custom tool on RemindMeDb.Context.tt like so:

This should generate them.

lastly, visit https://github.com/Stefangansevles/RemindMe/issues if something doesn't work.