File tree Expand file tree Collapse file tree
src/SMAPI.ModBuildConfig/build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 <EnableModDeploy Condition =" '$(EnableModDeploy)' == ''" >true</EnableModDeploy >
2222 <EnableModZip Condition =" '$(EnableModZip)' == ''" >true</EnableModZip >
2323 <EnableHarmony Condition =" '$(EnableHarmony)' == ''" >false</EnableHarmony >
24- <EnableGameDebugging Condition =" $(EnableGameDebugging) == ''" >true</EnableGameDebugging >
24+ <EnableGameDebugging Condition =" ' $(EnableGameDebugging)' == ''" >true</EnableGameDebugging >
2525 <CopyModReferencesToBuildOutput Condition =" '$(CopyModReferencesToBuildOutput)' == '' OR ('$(CopyModReferencesToBuildOutput)' != 'true' AND '$(CopyModReferencesToBuildOutput)' != 'false')" >false</CopyModReferencesToBuildOutput >
2626 </PropertyGroup >
2727
28- <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' AND $(EnableGameDebugging) == 'true'" >
28+ <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' AND ' $(EnableGameDebugging)' == 'true'" >
2929 <!-- enable game debugging -->
3030 <StartAction >Program</StartAction >
3131 <StartProgram >$(GamePath)\StardewModdingAPI.exe</StartProgram >
You can’t perform that action at this time.
0 commit comments