File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 <AssemblyName >com.github.falki.showksp2events</AssemblyName >
99 <Product >ShowKSP2Events</Product >
1010 <Description >Shows KSP2 events being triggered</Description >
11- <Version >1.2 .0</Version >
11+ <Version >1.3 .0</Version >
1212 <RestoreAdditionalProjectSources >
1313 https://api.nuget.org/v3/index.json;
1414 https://nuget.bepinex.dev/v3/index.json
2929 <PackageReference Include =" BepInEx.Core" Version =" 5.*" />
3030 <PackageReference Include =" BepInEx.PluginInfoProps" Version =" 2.*" />
3131 <PackageReference Include =" HarmonyX" Version =" 2.10.1" />
32- <PackageReference Include =" SpaceWarp" Version =" 1.0.1 " />
33- <PackageReference Include =" UnityEngine.Modules" Version =" 2020.3.33" IncludeAssets =" compile" />
32+ <PackageReference Include =" SpaceWarp" Version =" 1.4.0 " />
33+ <PackageReference Include =" UnityEngine.Modules" Version =" 2020.3.33.1 " IncludeAssets =" compile" />
3434 </ItemGroup >
3535 <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
3636 <Exec Command="echo d | xcopy /y /s "$(ProjectDir)..\$(ModId)\" "$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\"
echo f | xcopy /y "$(TargetPath)" "$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).dll"
if $(ConfigurationName) == Debug echo f | xcopy /y "$(TargetDir)$(TargetName).pdb" "$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).pdb"
xcopy /y "$(ProjectDir)..\LICENSE" "$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\"
echo f | xcopy /y "$(ProjectDir)..\README.md" "$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\README.txt"

echo Copying output .dll to "$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\"
xcopy /y "$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).dll" "$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\"

echo Copying output .pdb to "$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\"
xcopy /y "$(ProjectDir)..\$(ConfigurationName)\BepInEx\plugins\$(ModId)\$(ModId).pdb" "$(KSP2DIR)\BepInEx\plugins\ShowKSP2Events\"

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