Skip to content

Commit

Permalink
Merge pull request #147 from AndreasReitberger/146-remove-msbuildcomp…
Browse files Browse the repository at this point in the history
…ile-from-styles

Removed `MSBuild:Compile` from `Styles`
  • Loading branch information
AndreasReitberger authored Jun 24, 2023
2 parents b75846f + 88e6773 commit 71fc0c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@


<ItemGroup>
<PackageReference Include="SharedMauiXamlStylesLibrary" Version="1.1.1" />
<PackageReference Include="SharedMauiXamlStylesLibrary" Version="1.1.2" />
<PackageReference Include="Syncfusion.Maui.Charts" Version="22.1.34" />
<PackageReference Include="Syncfusion.Maui.Core" Version="22.1.34" />
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="22.1.34" />
Expand Down Expand Up @@ -99,6 +99,7 @@
</Compile>
</ItemGroup>

<!-- Maui Samples styles do not have the Compile attribute, maybe this causes problems for Intelisense.
<ItemGroup>
<MauiXaml Update="Resources\Themes\Controls\Core\EnhancedListView.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down Expand Up @@ -187,5 +188,6 @@
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
</ItemGroup>
-->

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
</Compile>
</ItemGroup>

<!--
<ItemGroup>
<MauiXaml Update="Resources\Themes\Controls\Border.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down Expand Up @@ -219,5 +220,6 @@
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
</ItemGroup>
-->

</Project>

0 comments on commit 71fc0c6

Please sign in to comment.