Skip to content

Commit

Permalink
Get rid of lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 25, 2024
1 parent 2982d12 commit e4c165f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
13 changes: 2 additions & 11 deletions HC_CheatTools/HC_CheatTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<GenerateDependencyFile>False</GenerateDependencyFile>

<DebugType>embedded</DebugType>
<WarningLevel>9999</WarningLevel>
Expand All @@ -19,17 +20,7 @@
<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.682" />
<PackageReference Include="IllusionLibs.HoneyCome.Assembly-CSharp" Version="2023.99.12.15" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Delete Files="$(OutputPath)\$(AssemblyName).deps.json" />
</Target>

<ItemGroup>
<Reference Include="RuntimeUnityEditor.Core.IL2CPP">
<HintPath>..\lib\RuntimeUnityEditor.Core.IL2CPP.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="RuntimeUnityEditor.Core.IL2CPP" Version="1.0.0" />
</ItemGroup>

<Import Project="..\Shared\Shared.projitems" Label="Shared" />
Expand Down
18 changes: 3 additions & 15 deletions SVS_CheatTools/SVS_CheatTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,10 @@
<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.716" />
<PackageReference Include="IllusionLibs.SamabakeScramble.Assembly-CSharp" Version="2024.8.30.1" />
<PackageReference Include="IllusionLibs.SamabakeScramble.AstarPathfindingProject" Version="2024.8.30.1" />
<PackageReference Include="IllusionLibs.SamabakeScramble.UnityEngine.UI" Version="2021.3.33.1" />
</ItemGroup>

<ItemGroup>
<Reference Include="AstarPathfindingProject">
<HintPath>F:\Games\SamabakeScramble\BepInEx\SamabakeScramble\interop\AstarPathfindingProject.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RuntimeUnityEditor.Core.IL2CPP">
<HintPath>..\lib\RuntimeUnityEditor.Core.IL2CPP.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="XUnity.AutoTranslator.Plugin.Core">
<HintPath>..\lib\XUnity.AutoTranslator.Plugin.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="IllusionLibs.XUnity.AutoTranslator.Plugin.Core.IL2CPP" Version="5.4.0" />
<PackageReference Include="RuntimeUnityEditor.Core.IL2CPP" Version="1.0.0" />
</ItemGroup>

<Import Project="..\Shared\Shared.projitems" Label="Shared" />
Expand Down
Binary file removed lib/RuntimeUnityEditor.Core.IL2CPP.dll
Binary file not shown.
Binary file removed lib/XUnity.AutoTranslator.Plugin.Core.dll
Binary file not shown.

0 comments on commit e4c165f

Please sign in to comment.