Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
ok visual studio
Browse files Browse the repository at this point in the history
  • Loading branch information
Willster419 committed Dec 20, 2021
1 parent 070f91f commit 4f2be88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RelhaxModpack/RelhaxModpack/RelhaxModpack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,8 @@ echo } >> "$(ProjectDir)\Common\CiInfo.cs"
if exist "$(ProjectDir)\relhaxmodpackprivatesettings\PrivateStuff.cs" copy "$(ProjectDir)\relhaxmodpackprivatesettings\PrivateStuff.cs" "$(ProjectDir)\PrivateStuff\PrivateStuff.cs"</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>if exist "$(TargetDir)sign_modpack.bat" call "$(TargetDir)sign_modpack.bat"
<PostBuildEvent>if exist "$(TargetDir)sign_modpack.bat" ping 127.0.0.1 -n 2 &gt; nul
if exist "$(TargetDir)sign_modpack.bat" call "$(TargetDir)sign_modpack.bat"
if exist "$(ProjectDir)\relhaxmodpackprivatesettings\PrivateStuff.cs" copy "$(ProjectDir)\relhaxmodpackprivatesettings\PrivateStuffNull.cs" "$(ProjectDir)\PrivateStuff\PrivateStuff.cs"</PostBuildEvent>
</PropertyGroup>
<Import Project="..\packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets" Condition="Exists('..\packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets')" />
Expand Down

0 comments on commit 4f2be88

Please sign in to comment.