Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 721 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 721 Bytes

#Official site : https://bigworld12.github.io/GMP/ #How can I contribute ?

  1. When you copy the project data into visual studio it will fail to compile because of the updater code that I removed specifically here :

    GMP/GMP.sln

    Line 10 in 989ff31

    Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ProtectionManager", "ProtectionManager\ProtectionManager.shproj", "{7FC1DB55-6A2D-4E1E-8541-AD5BA6711DC9}"
    And here :
    Task.Run(() =>
  2. So what to do ? Simply remove the project reference to the shared project "ProtectionManager"
  3. Comment out the updater code in here
    Task.Run(() =>
  4. Then you are good to go ^^