mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Update UWP project configuration and add temporary key for signing
This commit is contained in:
+2
-1
@@ -39,4 +39,5 @@ ios/HostApp/ARMSX.xcodeproj/
|
||||
ios/HostApp/ARMSX.xcworkspace/
|
||||
build/
|
||||
.vs/
|
||||
obj/
|
||||
obj/
|
||||
uwp/ARMSX/AppPackages/*
|
||||
@@ -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)' < '14.0' ">
|
||||
<VisualStudioVersion>14.0</VisualStudioVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -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.
@@ -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
|
||||
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user