Advertisement
Guest User

Item in msbuild .targets file

a guest
May 7th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="zlib_redist_init">
  3.  
  4.  
  5. <ItemGroup >
  6.     <None Include="$(MSBuildThisFileDirectory)..\..\build\native\bin\x64\v110\dynamic\cdecl\Release\zlib1.dll" >
  7.       <DeploymentContent>true</DeploymentContent>
  8.     </None>
  9. </ItemGroup>
  10.  
  11. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement