Skip to content

Commit

Permalink
Trying to fix Windows project build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuarezruiz committed Apr 19, 2024
1 parent fc18b91 commit 04e74f8
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Platforms>x86;x64;ARM64</Platforms>
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<PublishProfile>win10-$(Platform).pubxml</PublishProfile>
<PublishTrimmed>false</PublishTrimmed>
<UseWinUI>true</UseWinUI>
<EnableMsixTooling>true</EnableMsixTooling>
<Nullable>enable</Nullable>
Expand All @@ -18,7 +19,11 @@
<UseRidGraph>true</UseRidGraph>
<DefineConstants>$(DefineConstants);WINDOWS</DefineConstants>
</PropertyGroup>


<PropertyGroup Condition="'$(RuntimeIdentifierOverride)' != ''">
<RuntimeIdentifier>$(RuntimeIdentifierOverride)</RuntimeIdentifier>
</PropertyGroup>

<ItemGroup Condition=" '$(UseMaui)' != 'true' ">
<ProjectReference Include="..\..\..\..\Core\src\Core.csproj" />
<ProjectReference Include="..\..\..\..\Controls\src\Xaml\Controls.Xaml.csproj" />
Expand Down

0 comments on commit 04e74f8

Please sign in to comment.