1 Star 0 Fork 1

mason-samples/AppCaptureImage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Package.appxmanifest 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
Mason Rao 提交于 2018-10-24 15:19 . 添加项目文件。
<?xml version="1.0" encoding="utf-8"?>
<Package
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">
<Identity
Name="22a050a2-d9a2-4bfa-9442-9c2c325c606e"
Publisher="CN=masonr"
Version="1.0.0.0" />
<mp:PhoneIdentity PhoneProductId="22a050a2-d9a2-4bfa-9442-9c2c325c606e" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<Properties>
<DisplayName>AppCaptureImage</DisplayName>
<PublisherDisplayName>masonr</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
</Resources>
<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="AppCaptureImage.App">
<uap:VisualElements
DisplayName="AppCaptureImage"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="AppCaptureImage"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mason-samples/AppCaptureImage.git
git@gitee.com:mason-samples/AppCaptureImage.git
mason-samples
AppCaptureImage
AppCaptureImage
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385