Skip to content

Commit

Permalink
chore: undo unused change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 26, 2024
1 parent 0627818 commit f2ee537
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/Uno.UI/Uno.UI.netcoremobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@

<ItemGroup>
<None Include="Extensions\CGSizeExtensions.iOSmacOS.cs" />
<None Include="Mixins\Android\FrameworkElementMixins.g.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</None>
<None Include="Mixins\iOS\FrameworkElementMixins.g.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</None>
<None Include="Mixins\macOS\FrameworkElementMixins.g.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand Down Expand Up @@ -136,8 +144,5 @@

<Import Project="MixinGeneration.targets" />
<Import Project="XamlMerge.targets" />
<ItemGroup>
<Compile Remove="D:\s\uno.github\uno\src\Uno.UI\Mixins\DependencyPropertyMixins.g.cs" />
</ItemGroup>

</Project>

0 comments on commit f2ee537

Please sign in to comment.