Skip to content

Commit

Permalink
尝试发布
Browse files Browse the repository at this point in the history
  • Loading branch information
wherewhere committed Mar 8, 2022
1 parent a9f5f6a commit c6870df
Show file tree
Hide file tree
Showing 178 changed files with 3,178 additions and 4,503 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>preview</LangVersion>
<RootNamespace>$(MSBuildProjectName.Replace(" (", ".").Replace(" ", "_").Replace(")", ""))</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<Authors>wherewhere</Authors>
<OutputType>WinExe</OutputType>
<LangVersion>preview</LangVersion>
<VersionPrefix>0.0.1</VersionPrefix>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Description>An Android Application Installer for Windows</Description>
<Copyright>Copyright © 2017 - 2022 PavingBase. All rights reserved.</Copyright>
<RepositoryUrl>https://github.com/Paving-Base/APK-Installer-Classic</RepositoryUrl>
<PackageProjectUrl>https://github.com/Paving-Base/APK-Installer-Classic</PackageProjectUrl>
<ProductName>$(MSBuildProjectName.Replace(" (", ".").Replace(" ", "_").Replace(")", ""))</ProductName>
<AssemblyName>$(MSBuildProjectName.Replace(" (", ".").Replace(" ", "_").Replace(")", ""))</AssemblyName>
<RootNamespace>$(MSBuildProjectName.Replace(" (", ".").Replace(" ", "_").Replace(")", ""))</RootNamespace>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Process-For-UWP\ProcessForUWP.Desktop\ProcessForUWP.Desktop.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Process-For-UWP\ProcessForUWP.Desktop\ProcessForUWP.Desktop.csproj" />
</ItemGroup>

</Project>
Binary file added APKInstaller/APKInstaller (Delegate)/favicon.ico
Binary file not shown.
30 changes: 0 additions & 30 deletions APKInstaller/APKInstaller (Package)/APKInstaller (Package).wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,36 +163,6 @@
<Content Include="Images\Wide310x150Logo.scale-150.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="Images\Wide310x150Logo.scale-400.png" />
<Content Include="String\af-ZA\Resources.resw" />
<Content Include="String\ar-SA\Resources.resw" />
<Content Include="String\ca-ES\Resources.resw" />
<Content Include="String\cs-CZ\Resources.resw" />
<Content Include="String\da-DK\Resources.resw" />
<Content Include="String\de-DE\Resources.resw" />
<Content Include="String\el-GR\Resources.resw" />
<Content Include="String\en-US\Resources.resw" />
<Content Include="String\es-ES\Resources.resw" />
<Content Include="String\fi-FI\Resources.resw" />
<Content Include="String\fr-FR\Resources.resw" />
<Content Include="String\he-IL\Resources.resw" />
<Content Include="String\hu-HU\Resources.resw" />
<Content Include="String\it-IT\Resources.resw" />
<Content Include="String\ja-JP\Resources.resw" />
<Content Include="String\ko-KR\Resources.resw" />
<Content Include="String\nl-NL\Resources.resw" />
<Content Include="String\no-NO\Resources.resw" />
<Content Include="String\pl-PL\Resources.resw" />
<Content Include="String\pt-BR\Resources.resw" />
<Content Include="String\pt-PT\Resources.resw" />
<Content Include="String\ro-RO\Resources.resw" />
<Content Include="String\ru-RU\Resources.resw" />
<Content Include="String\sr-SP\Resources.resw" />
<Content Include="String\sv-SE\Resources.resw" />
<Content Include="String\tr-TR\Resources.resw" />
<Content Include="String\uk-UA\Resources.resw" />
<Content Include="String\vi-VN\Resources.resw" />
<Content Include="String\zh-CN\Resources.resw" />
<Content Include="String\zh-TW\Resources.resw" />
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
Expand Down
6 changes: 3 additions & 3 deletions APKInstaller/APKInstaller (Package)/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
<uap:Rotation Preference="portrait"/>
<uap:Rotation Preference="landscapeFlipped"/>
<uap:Rotation Preference="portraitFlipped"/>
<uap:Rotation Preference="landscape"/></uap:InitialRotationPreference>
<uap:Rotation Preference="landscape"/>
</uap:InitialRotationPreference>
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.appService">
Expand Down Expand Up @@ -85,7 +86,7 @@
<uap:EditFlags OpenIsSafe="true"/>
</uap:FileTypeAssociation>
</uap:Extension>
<desktop:Extension Category="windows.fullTrustProcess" Executable="APKInstaller (Delegate)\APKInstaller (Delegate).exe" />
<desktop:Extension Category="windows.fullTrustProcess" Executable="APKInstaller (Delegate)\APKInstaller.Delegate.exe" />
</Extensions>
</Application>
</Applications>
Expand All @@ -95,6 +96,5 @@
<rescap:Capability Name="runFullTrust" />
<rescap:Capability Name="packageQuery" />
<rescap:Capability Name="confirmAppClose" />
<rescap:Capability Name="packageManagement" />
</Capabilities>
</Package>
132 changes: 0 additions & 132 deletions APKInstaller/APKInstaller (Package)/String/af-ZA/Resources.resw

This file was deleted.

132 changes: 0 additions & 132 deletions APKInstaller/APKInstaller (Package)/String/ar-SA/Resources.resw

This file was deleted.

Loading

0 comments on commit c6870df

Please sign in to comment.