mirror of
https://github.com/mrpond/BlockTheSpot.git
synced 2025-05-10 18:06:39 +02:00
* 64 bit patch * Fix build issues * minor changes * Revert "minor changes" This reverts commit1b5a057f23
. * Revert "Fix build issues" This reverts commit1d1b8664b3
. * fix code. * Update Modify.cpp * disable exception handling * ResolveNuGetPackages * Update BlockTheSpot.vcxproj * Update BlockTheSpot.vcxproj * Update BlockTheSpot.vcxproj * fix appveyor compile * full x64 --------- Co-authored-by: Khunpon Pond <18654771+mrpond@users.noreply.github.com> x64 code by @ejaxh without you this won't possible!
16 lines
319 B
Text
16 lines
319 B
Text
################################################################################
|
|
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
|
################################################################################
|
|
|
|
|
|
/src/x64
|
|
/x64
|
|
*.exp
|
|
*.iobj
|
|
*.ipdb
|
|
*.pdb
|
|
*.dll
|
|
*.aps
|
|
*.zip
|
|
/.vs
|
|
/src/.vs
|