This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010 <ItemGroup >
1111 <PackageReference Include =" BepInEx.BaseLib" Version =" 5.4.21" Publicize =" true" />
12- <Reference Include =" external_dlls\SpaceWarp.dll" />
13- <Reference Include =" external_dlls\UnityEngine.dll" />
14- <Reference Include =" external_dlls\UnityEngine.CoreModule.dll" />
15- <Reference Include =" external_dlls\Assembly-CSharp.dll" />
16- <Reference Include =" external_dlls\NewtonSoft.Json.dll" />
17- <Reference Include =" UitkForKsp2" >
18- <HintPath >external_dlls\UitkForKsp2.dll</HintPath >
19- </Reference >
20- <Reference Include =" UitkForKsp2.Controls" >
21- <HintPath >external_dlls\UitkForKsp2.Controls.dll</HintPath >
22- </Reference >
23- <Reference Include =" UnityEngine.IMGUIModule" >
24- <HintPath >external_dlls\UnityEngine.IMGUIModule.dll</HintPath >
25- </Reference >
26- <Reference Include =" UnityEngine.InputLegacyModule" >
27- <HintPath >external_dlls\UnityEngine.InputLegacyModule.dll</HintPath >
28- </Reference >
29- <Reference Include =" UnityEngine.TextRenderingModule" >
30- <HintPath >external_dlls\UnityEngine.TextRenderingModule.dll</HintPath >
31- </Reference >
32- <Reference Include =" UnityEngine.UIElementsModule" >
33- <HintPath >external_dlls\UnityEngine.UIElementsModule.dll</HintPath >
34- </Reference >
12+ <PackageReference Include =" SpaceWarp" Version =" 1.4.0" />
13+ <PackageReference Include =" KerbalSpaceProgram2.GameLibs" Version =" 0.1.3" PrivateAssets =" all" />
3514 </ItemGroup >
3615 <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
3716 <Exec Command =" echo Killing task KSP2_x64.exe
 taskkill /f /fi " pid gt 0" /im KSP2_x64.exe

 echo Copying output .dll
 xcopy /y " $(TargetDir)$(ProjectName).dll" " $(KSP2DIR)\BepInEx\plugins\micro_engineer\"

 echo Copying output .pdb
 xcopy /y " $(TargetDir)$(ProjectName).pdb" " $(KSP2DIR)\BepInEx\plugins\micro_engineer\"

 echo Starting KSP2_x64.exe
 powershell " start-process "" $(KSP2DIR)\KSP2_x64.exe""" " />
You can’t perform that action at this time.
0 commit comments