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