|
@@ -56,30 +56,42 @@
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
|
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
|
<EntryPointProjectUniqueName>..\PixiEditor\PixiEditor.csproj</EntryPointProjectUniqueName>
|
|
<EntryPointProjectUniqueName>..\PixiEditor\PixiEditor.csproj</EntryPointProjectUniqueName>
|
|
- <PackageCertificateThumbprint>4C83B3D55F197ED681F813F8BEB48ACDED28FD6F</PackageCertificateThumbprint>
|
|
|
|
<PackageCertificateKeyFile>PixiEditor.MSIX_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
<PackageCertificateKeyFile>PixiEditor.MSIX_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
|
|
+ <GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
|
|
|
+ <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
|
|
|
|
+ <AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
|
|
+ <GenerateTestArtifacts>True</GenerateTestArtifacts>
|
|
|
|
+ <AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
|
|
|
|
+ <GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
|
|
|
|
+ <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Steam|x86' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Steam|x86' ">
|
|
<OutputPath>bin\x86\Steam\</OutputPath>
|
|
<OutputPath>bin\x86\Steam\</OutputPath>
|
|
@@ -92,6 +104,18 @@
|
|
<OutputPath>bin\x64\Steam\</OutputPath>
|
|
<OutputPath>bin\x64\Steam\</OutputPath>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
|
|
+ <AppxBundle>Always</AppxBundle>
|
|
|
|
+ </PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
@@ -149,6 +173,7 @@
|
|
<Content Include="Images\Wide310x150Logo.scale-150.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-150.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-200.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-200.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-400.png" />
|
|
<Content Include="Images\Wide310x150Logo.scale-400.png" />
|
|
|
|
+ <None Include="Package.StoreAssociation.xml" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
<ItemGroup>
|
|
<ItemGroup>
|