Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Name & Infomation * Rename Custom to VirtoolsScriptDeobfuscation for a clear meaning. * Re-create resources file (rc file). And fill author property and etc. - Compile & Link * Cleanup useless, outdated, and mystery Win32 spcified compile & link options. * Use WIN32_LEAN_AND_MEAN and NOMINMAX macro to replace the undef of min and max. * Add some preprocessor macro to disable the shitty VC++ warning of standard lib functions. * Remove the ugly reference of OutputDebugStringA. Use the more formal one. - Project Configurations * Remove all useless configurations for vcxproj file. Only keep 2 configurations, Debug and Release. * Create a sln file for convenient editing. * Remove useless res folder. * Use props file to make project more portable. Users now can specify their own SDK path via props file and do not need change vcxproj file anymore.
- Loading branch information