forked from nikita/muzika-gromche
				
			Compare commits
	
		
			2 Commits
		
	
	
		
			13fd51c366
			...
			766e393a58
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  | 766e393a58 | |
|  | 26fb620173 | 
|  | @ -15,10 +15,7 @@ | |||
|         <PackageReference Include="BepInEx.PluginInfoProps" Version="1.*"/> | ||||
|         <PackageReference Include="UnityEngine.Modules" Version="2022.3.9" IncludeAssets="compile"/> | ||||
|         <PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" PrivateAssets="all" /> | ||||
|         <!-- | ||||
|             Publicize internal methods, so we could generate config entries for tracks at runtime instead | ||||
|             of generating code at compile time. See https://github.com/lc-sigurd/CSync/issues/11 | ||||
|         --> | ||||
|         <!-- Publicize internal methods, so we could generate config entries for tracks at runtime instead of generating code at compile time --> | ||||
|         <PackageReference Include="Sigurd.BepInEx.CSync" Version="5.0.1" Publicize="true" /> | ||||
|         <PackageReference Include="AinaVT-LethalConfig" Version="1.4.6" /> | ||||
|     </ItemGroup> | ||||
|  |  | |||
|  | @ -313,7 +313,6 @@ namespace MuzikaGromche | |||
|             } | ||||
| 
 | ||||
|             // HACK because CSync doesn't provide an API to register a list of config entries | ||||
|             // See https://github.com/lc-sigurd/CSync/issues/11 | ||||
|             foreach (var track in Plugin.Tracks) | ||||
|             { | ||||
|                 // This is basically what ConfigFile.PopulateEntryContainer does | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue