Originally reported at: https://stackoverflow.com/questions/76208537/windows-community-toolkit-attachedcardshadow-and-attacheddropshadow-is-not-worki
|
<Compile Remove="Brushes\**\*.cs" /> |
|
<None Include="Brushes\**\*.cs" /> |
|
<Compile Remove="Geometry\**\*.cs" /> |
|
<None Include="Geometry\**\*.cs" /> |
|
<Compile Remove="Pipelines\**\*.cs" /> |
|
<None Include="Pipelines\**\*.cs" /> |
|
<Compile Remove="Effects\**\*.cs" /> |
|
<None Include="Effects\**\*.cs" /> |
|
<Compile Remove="Animations\**\*.cs" /> |
|
<None Include="Animations\**\*.cs" /> |
|
<Compile Remove="Visuals\**\*.cs" /> |
|
<None Include="Visuals\**\*.cs" /> |
|
<Compile Remove="Shadows\**\*.cs" /> |
|
<None Include="Shadows\**\*.cs" /> |
|
<Compile Remove="Helpers\SurfaceLoader*.cs" /> |
|
<None Include="Helpers\SurfaceLoader*.cs" /> |
|
<Compile Remove="Enums\ImageBlendMode.cs" /> |
|
<None Include="Enums\ImageBlendMode.cs" /> |
|
<Compile Remove="Extensions\UIElementExtensions.cs" /> |
|
<None Include="Extensions\UIElementExtensions.cs" /> |
Originally reported at: https://stackoverflow.com/questions/76208537/windows-community-toolkit-attachedcardshadow-and-attacheddropshadow-is-not-worki
Uno.WindowsCommunityToolkit/CommunityToolkit.WinUI.UI.Media/CommunityToolkit.WinUI.UI.Media.csproj
Lines 71 to 90 in 833fb61