Skip to content

LeoVici/mCleaner

 
 

Repository files navigation

mCleaner

Clean your files, junk, duplicates, malware, registry and more in a single tool

Rebuilding from source

.DLL Packages from NuGet are not comitted and has to reinstall.

Please refer to the packages.config to check what packages are installed
packages.config
<?xml version="1.0" encoding="utf-8"?>
<packages>
   <package id="CommonServiceLocator" version="1.3" targetFramework="net40" />
   <package id="MvvmLight" version="5.1.1.0" targetFramework="net40" />
   <package id="MvvmLightLibs" version="5.1.1.0" targetFramework="net40" />
   <package id="Newtonsoft.Json" version="6.0.8" targetFramework="net40" />
   <package id="System.Data.SQLite.Core" version="1.0.97.0" targetFramework="net40" />
</packages>

then refer to this link on how to reinstall the NuGet packages.
https://docs.nuget.org/consume/reinstalling-packages

Running
Run Visual Studio as Administrator

About

Clean your files, junk, duplicates, malware, registry and more in a single tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.5%
  • Inno Setup 1.5%