We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd58ca commit 960a9feCopy full SHA for 960a9fe
src/WinDynamicDesktop.csproj
@@ -58,4 +58,10 @@
58
<ItemGroup>
59
<InternalsVisibleTo Include="WinDynamicDesktop.Tests" />
60
</ItemGroup>
61
+ <Target Name="RemoveUnneededDlls" AfterTargets="ComputeFilesToPublish">
62
+ <ItemGroup>
63
+ <ResolvedFileToPublish Remove="@(ResolvedFileToPublish)" Condition="$([System.String]::Copy('%(Filename)').StartsWith('OpenTK'))" />
64
+ <ResolvedFileToPublish Remove="@(ResolvedFileToPublish)" Condition="'%(Filename)' == 'glfw3'" />
65
+ </ItemGroup>
66
+ </Target>
67
</Project>
0 commit comments