Skip to content

Commit

Permalink
Update Vortice.Dxc.targets
Browse files Browse the repository at this point in the history
Remove Visibility of native dll's
  • Loading branch information
amerkoleci authored Aug 28, 2019
1 parent 4d6df61 commit 417ba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vortice.Dxc/build/netstandard2.0/Vortice.Dxc.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Content Condition="'$(_Vortice_Dxc_IsWindows)' == 'true'" Include="$(MSBuildThisFileDirectory)..\..\binaries\win\**">
<Link>binaries/win/%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Visible>True</Visible>
<Visible>False</Visible>
</Content>
</ItemGroup>
</Project>

0 comments on commit 417ba9c

Please sign in to comment.