Closed jwvanderbeck closed 8 years ago
Updates SolverEngines for KSP 1.1
Important: These are the code changes, but there are reference changes as well. I didn't make push those changes because I use Xamarin and no doubt keep my references in a different spot.
<ItemGroup> <Reference Include="KSPUtil"> <HintPath>..\..\..\Managed\KSPUtil.dll</HintPath> </Reference> <Reference Include="UnityEngine.UI"> <HintPath>..\..\..\Managed\UnityEngine.UI.dll</HintPath> </Reference> </ItemGroup>
@NathanKell This should take care of SolverEngines when the time comes, but please note the references
DO NOT ACCEPT THIS PULL REQUEST UNTIL READY
Updates SolverEngines for KSP 1.1
Important: These are the code changes, but there are reference changes as well. I didn't make push those changes because I use Xamarin and no doubt keep my references in a different spot.