Update BrikPackager.csproj
This commit is contained in:
parent
f50603205f
commit
86ec037531
@ -11,15 +11,12 @@
|
||||
<Authors>Azures04</Authors>
|
||||
|
||||
<PackAsTool>false</PackAsTool>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
<TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);IncludeP2PAssets</TargetsForTfmSpecificContentInPackage>
|
||||
<PreserveCompilationContext>true</PreserveCompilationContext>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="IncludeP2PAssets">
|
||||
<Target Name="AddRuntimeDependencies" BeforeTargets="GenerateNuspec">
|
||||
<ItemGroup>
|
||||
<BuildOutputInPackage Include="$(OutputPath)*.dll" Exclude="$(OutputPath)$(AssemblyName).dll" />
|
||||
<_PackageFiles Include="$(OutputPath)\*.dll" Exclude="$(OutputPath)\$(AssemblyName).dll" TargetPath="lib\$(TargetFramework)" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
<ItemGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user