|
76 | 76 | <Compile Include="CoreService.cs" /> |
77 | 77 | <Compile Include="CoreVars.cs" /> |
78 | 78 | <Compile Include="DownloadManager.cs" /> |
| 79 | + <None Include="LICENSE-QuestPatcher" /> |
79 | 80 | <Compile Include="MainActivity.cs" /> |
80 | 81 | <Compile Include="Mods\ConfigModProvider.cs" /> |
81 | 82 | <Compile Include="Mods\ExternalFilesDownloader.cs" /> |
|
92 | 93 | <Compile Include="Mods\QPMod.cs" /> |
93 | 94 | <Compile Include="Mods\TempFile.cs" /> |
94 | 95 | <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" /> |
106 | 96 | <Compile Include="Resources\Resource.designer.cs" /> |
107 | 97 | <Compile Include="Properties\AssemblyInfo.cs" /> |
108 | 98 | <Compile Include="WebServer.cs" /> |
109 | 99 | </ItemGroup> |
110 | 100 | <ItemGroup> |
111 | 101 | <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" /> |
115 | 102 | <None Include="Resources\AboutResources.txt" /> |
116 | 103 | <None Include="Properties\AndroidManifest.xml" /> |
117 | 104 | <None Include="Assets\AboutAssets.txt" /> |
|
149 | 136 | <PackageReference Include="Portable.BouncyCastle"> |
150 | 137 | <Version>1.9.0</Version> |
151 | 138 | </PackageReference> |
| 139 | + <PackageReference Include="QuestPatcher.Axml"> |
| 140 | + <Version>1.0.2</Version> |
| 141 | + </PackageReference> |
152 | 142 | <PackageReference Include="QuestPatcher.QMod"> |
153 | 143 | <Version>2.0.0</Version> |
154 | 144 | </PackageReference> |
|
0 commit comments