Skip to content

Commit

Permalink
debug mode should now work!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1ngledev committed Mar 17, 2024
1 parent 11c4692 commit b0b3907
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 4DMod.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "4DMod", "4DMod.vcxproj", "{
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E6157A3-810B-445C-BF61-A95A3F6BB11C}.Debug|x64.ActiveCfg = Debug|x64
{8E6157A3-810B-445C-BF61-A95A3F6BB11C}.Debug|x64.Build.0 = Debug|x64
{8E6157A3-810B-445C-BF61-A95A3F6BB11C}.Debug|x86.ActiveCfg = Debug|Win32
{8E6157A3-810B-445C-BF61-A95A3F6BB11C}.Debug|x86.Build.0 = Debug|Win32
{8E6157A3-810B-445C-BF61-A95A3F6BB11C}.Release|x64.ActiveCfg = Release|x64
{8E6157A3-810B-445C-BF61-A95A3F6BB11C}.Release|x64.Build.0 = Release|x64
{8E6157A3-810B-445C-BF61-A95A3F6BB11C}.Release|x86.ActiveCfg = Release|Win32
Expand Down

0 comments on commit b0b3907

Please sign in to comment.