-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9f5f6a
commit c6870df
Showing
178 changed files
with
3,178 additions
and
4,503 deletions.
There are no files selected for viewing
27 changes: 18 additions & 9 deletions
27
APKInstaller/APKInstaller (Delegate)/APKInstaller (Delegate).csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
132 changes: 0 additions & 132 deletions
132
APKInstaller/APKInstaller (Package)/String/af-ZA/Resources.resw
This file was deleted.
Oops, something went wrong.
132 changes: 0 additions & 132 deletions
132
APKInstaller/APKInstaller (Package)/String/ar-SA/Resources.resw
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.