Fix TRA launching (#247)

This broke in #215
This commit is contained in:
Mike Griese
2024-12-18 15:03:38 -06:00
committed by GitHub
parent 467989bf52
commit 3795bdd767

View File

@@ -12,8 +12,7 @@
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<!-- MRT from windows app sdk will search for a pri file with the same name of the module before defaulting to resources.pri -->
<ProjectPriFileName>Microsoft.CmdPal.UI.pri</ProjectPriFileName>
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
</PropertyGroup>