Skip to content

bigworld12/GMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 ^^

Releases

No releases published

Packages

No packages published

Languages