Skip to content

Commit

Permalink
Add LightManager.KoikatuSunshine
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed May 28, 2022
1 parent 2d9026d commit b9cfee2
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
11 changes: 11 additions & 0 deletions KeelPlugins.sln
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItemLayerEdit.HoneySelect2"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ItemLayerEdit.AISyoujyo", "src\ItemLayerEdit.AISyoujyo\ItemLayerEdit.AISyoujyo.csproj", "{57A8753A-3E34-478A-9AF4-746EFF566D6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightManager.KoikatuSunshine", "src\LightManager.KoikatuSunshine\LightManager.KoikatuSunshine.csproj", "{8C76020F-A387-4306-8FD3-AA4E7660C8C8}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\LockOnPlugin.Core\LockOnPlugin.Core.projitems*{073d65ba-9bb7-4386-9b01-f86fa6df6984}*SharedItemsImports = 13
Expand Down Expand Up @@ -313,6 +315,10 @@ Global
src\Common.HoneySelect2\Common.HoneySelect2.projitems*{8b9e7744-8345-46e9-96b7-13b0269819cc}*SharedItemsImports = 5
src\Common.Utils\Common.Utils.projitems*{8b9e7744-8345-46e9-96b7-13b0269819cc}*SharedItemsImports = 5
src\UIUtility\UIUtility.projitems*{8b9e7744-8345-46e9-96b7-13b0269819cc}*SharedItemsImports = 5
src\Common.Core\Common.Core.projitems*{8c76020f-a387-4306-8fd3-aa4e7660c8c8}*SharedItemsImports = 5
src\Common.Koikatu\Common.Koikatu.projitems*{8c76020f-a387-4306-8fd3-aa4e7660c8c8}*SharedItemsImports = 5
src\LightManager.Core\LightManager.Core.projitems*{8c76020f-a387-4306-8fd3-aa4e7660c8c8}*SharedItemsImports = 5
src\UIUtility\UIUtility.projitems*{8c76020f-a387-4306-8fd3-aa4e7660c8c8}*SharedItemsImports = 5
src\Common.Core\Common.Core.projitems*{9495ffe8-c90d-44e6-ae4f-a21506594aad}*SharedItemsImports = 5
src\Common.Koikatu\Common.Koikatu.projitems*{9495ffe8-c90d-44e6-ae4f-a21506594aad}*SharedItemsImports = 5
src\LightManager.Core\LightManager.Core.projitems*{9495ffe8-c90d-44e6-ae4f-a21506594aad}*SharedItemsImports = 5
Expand Down Expand Up @@ -538,6 +544,10 @@ Global
{57A8753A-3E34-478A-9AF4-746EFF566D6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57A8753A-3E34-478A-9AF4-746EFF566D6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57A8753A-3E34-478A-9AF4-746EFF566D6B}.Release|Any CPU.Build.0 = Release|Any CPU
{8C76020F-A387-4306-8FD3-AA4E7660C8C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C76020F-A387-4306-8FD3-AA4E7660C8C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C76020F-A387-4306-8FD3-AA4E7660C8C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C76020F-A387-4306-8FD3-AA4E7660C8C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -631,6 +641,7 @@ Global
{0EFAD08F-D9A9-49A0-AAEB-A47E9B60FB91} = {A41DE533-BC37-42DC-8EA3-7433E91AB0CE}
{B026FAE9-1938-4650-B76B-E3810ED2C9CE} = {FD39F147-F3C9-47AD-A511-96BC42F1894B}
{57A8753A-3E34-478A-9AF4-746EFF566D6B} = {FD39F147-F3C9-47AD-A511-96BC42F1894B}
{8C76020F-A387-4306-8FD3-AA4E7660C8C8} = {21652626-F032-4986-B258-C36B4C9115E7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CECC9C6B-8041-49A1-B7FD-DC89264B7393}
Expand Down
3 changes: 3 additions & 0 deletions src/LightManager.Core/LightManager.Core.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<Import_RootNamespace>LightManager.Core</Import_RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)LightManager.cs" />
<Compile Include="$(MSBuildThisFileDirectory)LightManagerPlugin.cs" />
<Compile Include="$(MSBuildThisFileDirectory)SceneDataController.cs" />
<Compile Include="$(MSBuildThisFileDirectory)TrackTransform.cs" />
</ItemGroup>
</Project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\BuildSettings.Common.props" />
<Import Project="..\BuildSettings.KoikatsuSunshine.props" />
<Import Project="..\Common.Core\Common.Core.projitems" Label="Shared" />
<Import Project="..\Common.Koikatu\Common.Koikatu.projitems" Label="Shared" />
<Import Project="..\LightManager.Core\LightManager.Core.projitems" Label="Shared" />
<Import Project="..\UIUtility\UIUtility.projitems" Label="Shared" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;KKS</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;KKS</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IllusionLibs.BepInEx" Version="5.4.15" />
<PackageReference Include="IllusionLibs.BepInEx.Harmony" Version="2.5.4" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.Assembly-CSharp" Version="2021.8.27.2" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.Cinemachine" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UniRx" Version="2021.8.27.2" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UniTask" Version="2021.8.27.2" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.Unity.TextMeshPro" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.AnimationModule" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.AssetBundleModule" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.CoreModule" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.IMGUIModule" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.InputLegacyModule" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.TextRenderingModule" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.UI" Version="2019.4.9" />
<PackageReference Include="IllusionLibs.KoikatsuSunshine.UnityEngine.UIModule" Version="2019.4.9" />
<PackageReference Include="IllusionModdingAPI.KKSAPI" Version="1.24.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets></IncludeAssets>
<GeneratePathProperty></GeneratePathProperty>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit b9cfee2

Please sign in to comment.