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!
25 lines
1 KiB
Text
25 lines
1 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.6.33829.357
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BlockTheSpot", "src\BlockTheSpot.vcxproj", "{DCC156A5-5810-4C3B-B95D-A168CEAA3629}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{DCC156A5-5810-4C3B-B95D-A168CEAA3629}.Debug|x64.ActiveCfg = Debug|x64
|
|
{DCC156A5-5810-4C3B-B95D-A168CEAA3629}.Debug|x64.Build.0 = Debug|x64
|
|
{DCC156A5-5810-4C3B-B95D-A168CEAA3629}.Release|x64.ActiveCfg = Release|x64
|
|
{DCC156A5-5810-4C3B-B95D-A168CEAA3629}.Release|x64.Build.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {AA3D23C9-D1E4-4F39-A15C-42B6F2FD8E76}
|
|
EndGlobalSection
|
|
EndGlobal
|