Update UWP project configuration and add temporary key for signing

This commit is contained in:
moonpower
2026-04-06 21:45:17 +03:00
parent c795f76555
commit 7d1ca1ddbb
6 changed files with 24 additions and 2 deletions
+2 -1
View File
@@ -39,4 +39,5 @@ ios/HostApp/ARMSX.xcodeproj/
ios/HostApp/ARMSX.xcworkspace/
build/
.vs/
obj/
obj/
uwp/ARMSX/AppPackages/*
+4
View File
@@ -166,6 +166,7 @@
<Link>icons\%(RecursiveDir)%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SDL2.dll" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
@@ -178,6 +179,9 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="ARMSX_TemporaryKey.pfx" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
<RemoteDebugEnabled>true</RemoteDebugEnabled>
<RemoteDebugMachine>XBOX</RemoteDebugMachine>
<DoNotLaunchApp>false</DoNotLaunchApp>
</PropertyGroup>
<PropertyGroup>
<UapAppxPackageBuildMode>SideloadOnly</UapAppxPackageBuildMode>
<AppxShowAllApps>False</AppxShowAllApps>
<AppxBuildConfigurationSelection>x64</AppxBuildConfigurationSelection>
<PackageOptionalProjectsInIdeBuilds>False</PackageOptionalProjectsInIdeBuilds>
</PropertyGroup>
</Project>
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
MainPackage=C:\Users\Naalf\Documents\ARMSX\uwp\ARMSX\bin\x64\Debug\ARMSX_1.0.3.0_x64_Debug.msix
SymbolPackage=C:\Users\Naalf\Documents\ARMSX\uwp\ARMSX\obj\x64\Debug\Symbols\ARMSX_1.0.3.0_x64_Debug.appxsym
+1 -1
View File
@@ -9,7 +9,7 @@
<Identity
Name="f8ecf976-ea51-2ba6-bb12-7ed7d9620c45"
Publisher="CN=Naalf"
Version="1.0.0.0" />
Version="1.0.3.0" />
<mp:PhoneIdentity PhoneProductId="f8ecf976-ea51-2ba6-bb12-7ed7d9620c45" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>