55 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
66 <RootNamespace >Flare</RootNamespace >
77 <ApplicationManifest >app.manifest</ApplicationManifest >
8- <Platforms >x86; x64;ARM64 </Platforms >
9- <RuntimeIdentifiers >win-x86;win- x64;win-arm64 </RuntimeIdentifiers >
8+ <Platforms >x64</Platforms >
9+ <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
1010 <PublishProfile >win-$(Platform).pubxml</PublishProfile >
1111 <UseWinUI >true</UseWinUI >
1212 <EnableMsixTooling >true</EnableMsixTooling >
2020 <Exec Command =" cd ..\..\..\..\
 ./gradlew :desktop:createReleaseDistributable" IgnoreExitCode =" false" />
2121 </Target >
2222 <ItemGroup >
23- <None Include =" $(ProjectDir)..\..\..\build\compose\binaries\main-release\app\Flare\**\*" CopyToOutputDirectory =" Always" LinkBase =" Assets\compose\Flare" />
23+ <None Include =" $(ProjectDir)..\..\..\build\compose\binaries\main-release\app\Flare\**\*" CopyToOutputDirectory =" Always" LinkBase =" Assets\compose\Flare" />
2424 </ItemGroup >
2525 <ItemGroup >
2626 <Content Include =" Assets\SplashScreen.scale-200.png" />
5959
6060 <!-- Publish Properties -->
6161 <PropertyGroup >
62- <PublishReadyToRun Condition =" '$(Configuration)' == 'Debug'" >False</PublishReadyToRun >
63- <PublishReadyToRun Condition =" '$(Configuration)' != 'Debug'" >True</PublishReadyToRun >
64- <PublishTrimmed Condition =" '$(Configuration)' == 'Debug'" >False</PublishTrimmed >
65- <PublishTrimmed Condition =" '$(Configuration)' != 'Debug'" >True</PublishTrimmed >
62+ <PublishReadyToRun >False</PublishReadyToRun >
63+ <PublishTrimmed >False</PublishTrimmed >
64+ <GenerateTemporaryStoreCertificate >True</GenerateTemporaryStoreCertificate >
65+ <GenerateAppInstallerFile >False</GenerateAppInstallerFile >
66+ <AppxPackageSigningEnabled >False</AppxPackageSigningEnabled >
67+ <AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
68+ <AppxAutoIncrementPackageRevision >False</AppxAutoIncrementPackageRevision >
69+ <GenerateTestArtifacts >False</GenerateTestArtifacts >
70+ <AppxBundle >Never</AppxBundle >
71+ <AppxBundlePlatforms >x64</AppxBundlePlatforms >
72+ <HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
73+ <AppxSymbolPackageEnabled >False</AppxSymbolPackageEnabled >
6674 </PropertyGroup >
6775</Project >
0 commit comments