Skip to content

Commit

Permalink
Fix 'AuthoringWuxTest.csproj'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Jul 31, 2024
1 parent c499577 commit 7fe39d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Tests/AuthoringWuxTest/AuthoringWuxTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
<!-- <CsWinRTEnableLogging>true</CsWinRTEnableLogging> -->
<!--<CsWinRTKeepGeneratedSources>true</CsWinRTKeepGeneratedSources>-->
</PropertyGroup>

<!-- Temporary workaround, remove when https://github.com/dotnet/sdk/pull/41936 is available in the .NET SDK -->
<ItemGroup>
<CompilerVisibleProperty Include="CsWinRTUseWindowsUIXamlProjections" />
<RuntimeHostConfigurationOption Include="CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS"
Value="$(CsWinRTUseWindowsUIXamlProjections)"
Trim="true" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Projections\Windows\Windows.csproj" />
Expand Down

0 comments on commit 7fe39d6

Please sign in to comment.