Skip to content

Commit

Permalink
chore: Removing namespace definition (will be in extensions.maui)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Sep 19, 2023
1 parent a01f3f3 commit c2f9949
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,24 +288,12 @@
<!--#if (useHttp)-->
<ProjectReference Include="..\MyExtensionsApp._1.DataContracts\MyExtensionsApp._1.DataContracts.csproj" />
<!--#endif-->
</ItemGroup>
<!--#endif-->

<!--#if (mauiEmbedding)-->
<ItemGroup Condition="'$(IsMauiEmbedding)'=='True'">
<IncludeXamlNamespaces Include="maui" />
<ExcludeXamlNamespaces Include="not_maui" />
<!--#if (mauiEmbedding)-->
<ProjectReference Include="..\MyExtensionsApp._1.MauiControls\MyExtensionsApp._1.MauiControls.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(IsMauiEmbedding)'!='True'">
<IncludeXamlNamespaces Include="not_maui" />
<ExcludeXamlNamespaces Include="maui" />
<!--#endif-->
</ItemGroup>
<!--#endif-->



<ItemGroup>
<!--#if (useMaterial)-->
<UnoDspImportColors Include="Styles\*.zip" Generator="$DspGenerator$" />
Expand Down

0 comments on commit c2f9949

Please sign in to comment.