mirror of
				https://github.com/nsnail/NetAdmin.git
				synced 2025-10-31 03:19:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			479 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			479 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project>
 | |
|     <Target Name="AfterTargetsBuild" AfterTargets="Build">
 | |
|         <ItemGroup>
 | |
|             <PackageReferenceFiles
 | |
|                 Condition="%(PackageReference.CopyToOutputDirectory) != ''"
 | |
|                 Include="$(NugetPackageRoot)\%(PackageReference.Identity)\%(PackageReference.Version)\%(PackageReference.CopyToOutputDirectory)" />
 | |
|         </ItemGroup>
 | |
|         <Copy SourceFiles="@(PackageReferenceFiles)" DestinationFolder="$(OutDir)" />
 | |
|     </Target>
 | |
| </Project> |