Skip to content

Commit

Permalink
UnlimitedMapLights - Add KKS version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 24, 2021
1 parent facb4b9 commit b80848c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IllusionFixes.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KK_Fix_ExpandShaderDropdown
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KK_Fix_CenteredHSceneCursor", "src\KK_Fix_CenteredHSceneCursor\KK_Fix_CenteredHSceneCursor.csproj", "{EC9E7C9B-10FA-41C7-8B30-F91E33D97F7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KK_Fix_UnlimitedMapLights", "src\KK_Fix_UnlimitedMapLights\KK_Fix_UnlimitedMapLights.csproj", "{51F20404-6A48-4578-B994-FF0A867EF2C0}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KK-KKS_Fix_UnlimitedMapLights", "src\KK_Fix_UnlimitedMapLights\KK-KKS_Fix_UnlimitedMapLights.csproj", "{51F20404-6A48-4578-B994-FF0A867EF2C0}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Common.AccessoriesAPI", "src\Common.AccessoriesAPI\Common.AccessoriesAPI.shproj", "{94E708E4-7B1C-4DA8-83BB-7699753825D1}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
<Import Project="..\Common\Common.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>IF EXIST $(SolutionDir)PostBuild.bat CALL "$(SolutionDir)PostBuild.bat" $(TargetPath) KK</PostBuildEvent>
<PostBuildEvent>copy "$(TargetPath)" "$(TargetDir)\KKS_Fix_UnlimitedMapLights.dll"
IF EXIST $(SolutionDir)PostBuild.bat CALL "$(SolutionDir)PostBuild.bat" $(TargetPath) KK</PostBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down

0 comments on commit b80848c

Please sign in to comment.