Skip to content

Commit 2b0f8d5

Browse files
ComputerEliteComputerElite
authored andcommitted
update licenses, remove QP.axml and add QP.axml nuget package
1 parent c8e6a02 commit 2b0f8d5

21 files changed

Lines changed: 8 additions & 1094 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021 Laurie ?
1+
Copyright(c) 2021 Laurie?
22

33
This software is provided 'as-is', without any express or implied
44
warranty. In no event will the authors be held liable for any damages
@@ -8,7 +8,7 @@ Permission is granted to anyone to use this software for any purpose,
88
including commercial applications, and to alter it and redistribute it
99
freely, subject to the following restrictions:
1010

11-
1. The origin of this software must not be misrepresented; you must not
11+
1.The origin of this software must not be misrepresented; you must not
1212
claim that you wrote the original software. If you use this software
1313
in a product, an acknowledgment in the product documentation would be
1414
appreciated but is not required.

QuestAppVersionSwitcher.csproj

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<Compile Include="CoreService.cs" />
7777
<Compile Include="CoreVars.cs" />
7878
<Compile Include="DownloadManager.cs" />
79+
<None Include="LICENSE-QuestPatcher" />
7980
<Compile Include="MainActivity.cs" />
8081
<Compile Include="Mods\ConfigModProvider.cs" />
8182
<Compile Include="Mods\ExternalFilesDownloader.cs" />
@@ -92,26 +93,12 @@
9293
<Compile Include="Mods\QPMod.cs" />
9394
<Compile Include="Mods\TempFile.cs" />
9495
<Compile Include="PatchingManager.cs" />
95-
<Compile Include="QuestPatcher.Axaml\AttributeType.cs" />
96-
<Compile Include="QuestPatcher.Axaml\AxmlAttribute.cs" />
97-
<Compile Include="QuestPatcher.Axaml\AxmlElement.cs" />
98-
<Compile Include="QuestPatcher.Axaml\AxmlLoader.cs" />
99-
<Compile Include="QuestPatcher.Axaml\AxmlParseException.cs" />
100-
<Compile Include="QuestPatcher.Axaml\AxmlSaver.cs" />
101-
<Compile Include="QuestPatcher.Axaml\BinaryStreamExtensions.cs" />
102-
<Compile Include="QuestPatcher.Axaml\ResourceType.cs" />
103-
<Compile Include="QuestPatcher.Axaml\SavingContext.cs" />
104-
<Compile Include="QuestPatcher.Axaml\StringPool.cs" />
105-
<Compile Include="QuestPatcher.Axaml\WrappedValue.cs" />
10696
<Compile Include="Resources\Resource.designer.cs" />
10797
<Compile Include="Properties\AssemblyInfo.cs" />
10898
<Compile Include="WebServer.cs" />
10999
</ItemGroup>
110100
<ItemGroup>
111101
<AndroidAsset Include="Assets\html\hiddenApps.json" />
112-
<None Include="QuestPatcher.Axaml\LICENSE" />
113-
<None Include="QuestPatcher.Axaml\QuestPatcher.Axml.csproj" />
114-
<None Include="QuestPatcher.Axaml\README.md" />
115102
<None Include="Resources\AboutResources.txt" />
116103
<None Include="Properties\AndroidManifest.xml" />
117104
<None Include="Assets\AboutAssets.txt" />
@@ -149,6 +136,9 @@
149136
<PackageReference Include="Portable.BouncyCastle">
150137
<Version>1.9.0</Version>
151138
</PackageReference>
139+
<PackageReference Include="QuestPatcher.Axml">
140+
<Version>1.0.2</Version>
141+
</PackageReference>
152142
<PackageReference Include="QuestPatcher.QMod">
153143
<Version>2.0.0</Version>
154144
</PackageReference>

QuestAppVersionSwitcher.csproj.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<SelectedDevice>Oculus Quest</SelectedDevice>
5-
<ActiveDebugProfile>Oculus Quest</ActiveDebugProfile>
4+
<SelectedDevice>Google Pixel 6</SelectedDevice>
5+
<ActiveDebugProfile>Google Pixel 6</ActiveDebugProfile>
66
<DefaultDevice>Pixel_5_API_30</DefaultDevice>
77
<AndroidDesignerPreferredTheme>AppTheme</AndroidDesignerPreferredTheme>
88
<AndroidDesignerPreferredDevice>Nexus 4</AndroidDesignerPreferredDevice>

QuestPatcher.Axaml/AttributeType.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

QuestPatcher.Axaml/AxmlAttribute.cs

Lines changed: 0 additions & 142 deletions
This file was deleted.

QuestPatcher.Axaml/AxmlElement.cs

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)