-
-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #789 from LavaGang/alpha-development
MelonLoader v0.6.6 (P2)
- Loading branch information
Showing
56 changed files
with
848 additions
and
1,249 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
Dependencies/CompatibilityLayers/Demeo/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
Dependencies/CompatibilityLayers/IPA/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
Dependencies/CompatibilityLayers/Muse_Dash_Mono/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
Dependencies/CompatibilityLayers/Stress_Level_Zero_Il2Cpp/Module.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
Dependencies/CompatibilityLayers/Stress_Level_Zero_Il2Cpp/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
Dependencies/Il2CppAssemblyGenerator/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<RootNamespace>MelonLoader.MelonStartScreen</RootNamespace> | ||
<TargetFrameworks>net35;net6</TargetFrameworks> | ||
<LangVersion>Latest</LangVersion> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath> | ||
<OutputPath>$(SolutionDir)Output\$(Configuration)\MelonLoader\</OutputPath> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<DebugType>embedded</DebugType> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Resources\Loading_Lemon.dat" /> | ||
<EmbeddedResource Include="Resources\Loading_Melon.dat" /> | ||
<EmbeddedResource Include="Resources\Logo_Lemon.dat" /> | ||
<EmbeddedResource Include="Resources\Logo_Melon.dat" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\MelonLoader\MelonLoader.csproj" Private="false" /> | ||
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.5.0" ExcludeAssets="Runtime" /> | ||
<PackageReference Include="Samboy063.Tomlet" Version="5.4.0"> | ||
<ExcludeAssets>Runtime</ExcludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<RootNamespace>MelonLoader.MelonStartScreen</RootNamespace> | ||
<TargetFrameworks>net35;net6</TargetFrameworks> | ||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> | ||
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath> | ||
<OutputPath>$(SolutionDir)Output\$(Configuration)\MelonLoader\</OutputPath> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<DebugType>embedded</DebugType> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Resources\Loading_Lemon.dat" /> | ||
<EmbeddedResource Include="Resources\Loading_Melon.dat" /> | ||
<EmbeddedResource Include="Resources\Logo_Lemon.dat" /> | ||
<EmbeddedResource Include="Resources\Logo_Melon.dat" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\MelonLoader\MelonLoader.csproj" Private="false" /> | ||
<PackageReference Include="AssetRipper.VersionUtilities" Version="1.5.0" | ||
ExcludeAssets="Runtime" /> | ||
<PackageReference Include="Samboy063.Tomlet" Version="5.4.0"> | ||
<ExcludeAssets>Runtime</ExcludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.