-
Clone the respository e.g.
git clone https://github.com/Stefangansevles/RemindMe
-
Open the .sln file
- Add references to the DLL's from
RemindMe/External_DLL
. Select all and pressOK
, 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
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.