Skip to content

Commit

Permalink
Added GeneratePathProperty="true"
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Nov 27, 2022
1 parent b1480cb commit fb0ed13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Bannerlord.BUTRModule.Sdk/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
<PackageReference Condition="$(BUTRSharedVersion) != ''" Include="Bannerlord.BUTR.Shared" Version="$(BUTRSharedVersion)" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Condition="$(BUTRModuleManagerVersion) != ''" Include="Bannerlord.ModuleManager.Source" Version="$(BUTRModuleManagerVersion)" />
<PackageReference Condition="$(BUTRModuleLoaderVersion) != ''" Include="Bannerlord.ModuleLoader.Injector" Version="$(BUTRModuleLoaderVersion)" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Condition="$(UIExtenderExVersion) != ''" Include="Bannerlord.UIExtenderEx" Version="$(UIExtenderExVersion)" IncludeAssets="compile" />
<PackageReference Condition="$(ButterLibVersion) != ''" Include="Bannerlord.ButterLib" Version="$(ButterLibVersion)" IncludeAssets="compile" />
<PackageReference Condition="$(MCMVersion) != ''" Include="Bannerlord.MCM" Version="$(MCMVersion)" IncludeAssets="compile" />
<PackageReference Condition="$(UIExtenderExVersion) != ''" Include="Bannerlord.UIExtenderEx" Version="$(UIExtenderExVersion)" IncludeAssets="compile" GeneratePathProperty="true" />
<PackageReference Condition="$(ButterLibVersion) != ''" Include="Bannerlord.ButterLib" Version="$(ButterLibVersion)" IncludeAssets="compile" GeneratePathProperty="true" />
<PackageReference Condition="$(MCMVersion) != ''" Include="Bannerlord.MCM" Version="$(MCMVersion)" IncludeAssets="compile" GeneratePathProperty="true" />
<PackageReference Condition="$(HarmonyExtensionsVersion) != ''" Include="Harmony.Extensions" Version="$(HarmonyExtensionsVersion)" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Condition="$(HarmonyVersion) != ''" Include="Lib.Harmony" Version="$(HarmonyVersion)" IncludeAssets="compile" />
<PackageReference Condition="$(HarmonyVersion) != ''" Include="Lib.Harmony" Version="$(HarmonyVersion)" IncludeAssets="compile" GeneratePathProperty="true" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
Expand Down

0 comments on commit fb0ed13

Please sign in to comment.