中级玩家
 
- 贡献度
- 2
- 金元
- 2071
- 积分
- 215
- 精华
- 0
- 注册时间
- 2011-7-7
|
本帖最后由 yixiaoshic 于 2016-4-8 17:56 编辑
打开游戏目录下的AppxManifest.xml,删除Phone License那一行(第11行)
找不到这一行啊
<?xml version="1.0" encoding="utf-8"?>
< ackage xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
<!--
THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
-->
<Identity Name="Microsoft.QuantumBreak" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.5.0.0" ProcessorArchitecture="x64" />
<mp honeIdentity PhoneProductId="240e2d24-79b2-4230-a7c5-2c31e019869a" PhonePublisherId="c0566bf3-b08a-4984-9de3-63aea1f3eba6" />
< roperties>
<DisplayName>Quantum Break</DisplayName>
< ublisherDisplayName>Microsoft Studios</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.10586.0" MaxVersionTested="10.0.10586.0" />
< ackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.22929.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
</Dependencies>
<Resources>
<Resource Language="EN-US" />
<Resource Language="FR-FR" />
<Resource Language="DE-DE" />
<Resource Language="ES-MX" />
<Resource Language="IT-IT" />
<Resource Language=" T-BR" />
<Resource Language=" T-PT" />
<Resource Language="RU-RU" />
<Resource Language="ES-ES" />
<Resource Language="KO-KR" />
<Resource Language="JA-JP" />
<Resource Language="ZH-TW" />
<Resource Language="ZH-CN" />
</Resources>
<Applications>
<Application Id="App" Executable="QuantumBreak.exe" EntryPoint="Game.App">
<uap:VisualElements DisplayName="Quantum Break" Square150x150Logo="Assets\AppNameMedTile.png" Square44x44Logo="Assets\AppNameAppList.png" Description="Game" BackgroundColor="black">
<uap efaultTile Square71x71Logo="Assets\AppNameSmallTile.png"></uap efaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#e8e8e5" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap rotocol Name="quantumbreak">
<uap isplayName>Quantum Break</uap isplayName>
</uap rotocol>
</uap:Extension>
</Extensions>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
<Capability Name="internetClientServer" />
<Capability Name="codeGeneration" />
<uap:Capability Name="picturesLibrary" />
</Capabilities>
<build:Metadata>
<build:Item Name="cl.exe" Version="19.00.23506.0 built by: VCTOOLSREL" />
<build:Item Name="VisualStudio" Version="14.0" />
<build:Item Name="OperatingSystem" Version="10.0.10586.0 (th2_release.151029-1700)" />
<build:Item Name="Microsoft.Build.AppxPackage.dll" Version="14.0.24720.0" />
<build:Item Name=" rojectGUID" Value="{F0ED90EF-84A5-418E-BDCE-8E0F38871327}" />
<build:Item Name="OptimizingToolset" Value="None" />
<build:Item Name="TargetRuntime" Value="Native" />
<build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="14.0.24720.0" />
<build:Item Name="XboxLive" Version="1.0" />
<build:Item Name="WindowsDesktop" Version="10.0.10240.0" />
<build:Item Name="MakePri.exe" Version="10.0.10586.15 (th2_release.151119-1817)" />
</build:Metadata>
</Package>
|
|