Skip to content

Commit e4c3782

Browse files
committed
Original csproj for clean PR
1 parent 1fe78fc commit e4c3782

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

MicroEngineerProject/MicroEngineer.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
<ImplicitUsings>true</ImplicitUsings>
88
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
99
</PropertyGroup>
10-
<ItemGroup>
11-
<Compile Remove="external_dlls\**" />
12-
<EmbeddedResource Remove="external_dlls\**" />
13-
<None Remove="external_dlls\**" />
14-
</ItemGroup>
1510
<ItemGroup>
1611
<PackageReference Include="BepInEx.BaseLib" Version="5.4.21" Publicize="true" />
1712
<Reference Include="external_dlls\SpaceWarp.dll" />
@@ -28,6 +23,6 @@
2823
</Reference>
2924
</ItemGroup>
3025
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
31-
<Exec Command="echo Killing task KSP2_x64.exe&#xD;&#xA;taskkill /f /fi &quot;pid gt 0&quot; /im KSP2_x64.exe&#xD;&#xA;&#xD;&#xA;echo Copying output .dll to &quot;..Kerbal Space Program 2 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;xcopy /y &quot;$(TargetDir)$(ProjectName).dll&quot; &quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.1.0 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;&#xD;&#xA;echo Copying output .pdb to &quot;..Kerbal Space Program 2 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;xcopy /y &quot;$(TargetDir)$(ProjectName).pdb&quot; &quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.1.0 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;&#xD;&#xA;echo Starting KSP2_x64.exe&#xD;&#xA;powershell &quot;start-process &quot;&quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.1.0 DEV\KSP2_x64.exe&quot;&quot;&quot;" />
32-
</Target>
26+
<Exec Command="copy &quot;$(TargetDir)$(ProjectName).dll&quot; &quot;$(ProjectDir)..\Staging\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;powershell start-process &quot;$(ProjectDir)..\Staging\CopyToGameAndRun.bat&quot;" />
27+
</Target>
3328
</Project>

0 commit comments

Comments
 (0)