version version version

This commit is contained in:
vanzue
2025-12-09 09:37:25 +08:00
parent 0cc4d941db
commit b227b70d47

View File

@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\..\Common.Dotnet.CsWinRT.props" />
<Import Project="..\..\..\..\Common.Dotnet.AotCompatibility.props" />
<Import Project="..\..\..\..\CmdPalVersion.props" />
<PropertyGroup>
<OutputType>WinExe</OutputType>
@@ -13,6 +14,7 @@
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Nullable>enable</Nullable>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<Version>$(CmdPalVersion)</Version>
</PropertyGroup>
<PropertyGroup>
@@ -23,7 +25,7 @@
<PropertyGroup>
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
<AppxBundle>Never</AppxBundle>
<AppxPackageTestDir>$(OutputPath)\AppPackages\$(MSBuildProjectName)_$(AppxPackageVersion)_Test\</AppxPackageTestDir>
<AppxPackageTestDir>$(OutputPath)\AppPackages\$(MSBuildProjectName)_$(Version)_Test\</AppxPackageTestDir>
</PropertyGroup>
<ItemGroup>
<Content Include="Assets\SplashScreen.scale-200.png" />