Revision | 490 (tree) |
---|---|
Time | 2020-02-06 06:43:09 |
Author | ![]() |
Ajustes para evitar perguntas sobre salvamento durante a compilação automática
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -151,6 +151,10 @@ | ||
151 | 151 | <RemoteDir>classes</RemoteDir> |
152 | 152 | <Operation>1</Operation> |
153 | 153 | </Platform> |
154 | + <Platform Name="Android64"> | |
155 | + <RemoteDir>classes</RemoteDir> | |
156 | + <Operation>1</Operation> | |
157 | + </Platform> | |
154 | 158 | </DeployClass> |
155 | 159 | <DeployClass Name="AndroidFileProvider"> |
156 | 160 | <Platform Name="Android"> |
@@ -157,6 +161,10 @@ | ||
157 | 161 | <RemoteDir>res\xml</RemoteDir> |
158 | 162 | <Operation>1</Operation> |
159 | 163 | </Platform> |
164 | + <Platform Name="Android64"> | |
165 | + <RemoteDir>res\xml</RemoteDir> | |
166 | + <Operation>1</Operation> | |
167 | + </Platform> | |
160 | 168 | </DeployClass> |
161 | 169 | <DeployClass Name="AndroidGDBServer"> |
162 | 170 | <Platform Name="Android"> |
@@ -169,12 +177,26 @@ | ||
169 | 177 | <RemoteDir>library\lib\armeabi</RemoteDir> |
170 | 178 | <Operation>1</Operation> |
171 | 179 | </Platform> |
180 | + <Platform Name="Android64"> | |
181 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
182 | + <Operation>1</Operation> | |
183 | + </Platform> | |
172 | 184 | </DeployClass> |
185 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
186 | + <Platform Name="Android64"> | |
187 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
188 | + <Operation>1</Operation> | |
189 | + </Platform> | |
190 | + </DeployClass> | |
173 | 191 | <DeployClass Name="AndroidLibnativeMipsFile"> |
174 | 192 | <Platform Name="Android"> |
175 | 193 | <RemoteDir>library\lib\mips</RemoteDir> |
176 | 194 | <Operation>1</Operation> |
177 | 195 | </Platform> |
196 | + <Platform Name="Android64"> | |
197 | + <RemoteDir>library\lib\mips</RemoteDir> | |
198 | + <Operation>1</Operation> | |
199 | + </Platform> | |
178 | 200 | </DeployClass> |
179 | 201 | <DeployClass Name="AndroidServiceOutput"> |
180 | 202 | <Platform Name="Android"> |
@@ -181,12 +203,26 @@ | ||
181 | 203 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
182 | 204 | <Operation>1</Operation> |
183 | 205 | </Platform> |
206 | + <Platform Name="Android64"> | |
207 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
208 | + <Operation>1</Operation> | |
209 | + </Platform> | |
184 | 210 | </DeployClass> |
211 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
212 | + <Platform Name="Android64"> | |
213 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
214 | + <Operation>1</Operation> | |
215 | + </Platform> | |
216 | + </DeployClass> | |
185 | 217 | <DeployClass Name="AndroidSplashImageDef"> |
186 | 218 | <Platform Name="Android"> |
187 | 219 | <RemoteDir>res\drawable</RemoteDir> |
188 | 220 | <Operation>1</Operation> |
189 | 221 | </Platform> |
222 | + <Platform Name="Android64"> | |
223 | + <RemoteDir>res\drawable</RemoteDir> | |
224 | + <Operation>1</Operation> | |
225 | + </Platform> | |
190 | 226 | </DeployClass> |
191 | 227 | <DeployClass Name="AndroidSplashStyles"> |
192 | 228 | <Platform Name="Android"> |
@@ -193,6 +229,10 @@ | ||
193 | 229 | <RemoteDir>res\values</RemoteDir> |
194 | 230 | <Operation>1</Operation> |
195 | 231 | </Platform> |
232 | + <Platform Name="Android64"> | |
233 | + <RemoteDir>res\values</RemoteDir> | |
234 | + <Operation>1</Operation> | |
235 | + </Platform> | |
196 | 236 | </DeployClass> |
197 | 237 | <DeployClass Name="AndroidSplashStylesV21"> |
198 | 238 | <Platform Name="Android"> |
@@ -199,6 +239,10 @@ | ||
199 | 239 | <RemoteDir>res\values-v21</RemoteDir> |
200 | 240 | <Operation>1</Operation> |
201 | 241 | </Platform> |
242 | + <Platform Name="Android64"> | |
243 | + <RemoteDir>res\values-v21</RemoteDir> | |
244 | + <Operation>1</Operation> | |
245 | + </Platform> | |
202 | 246 | </DeployClass> |
203 | 247 | <DeployClass Name="Android_Colors"> |
204 | 248 | <Platform Name="Android"> |
@@ -205,6 +249,10 @@ | ||
205 | 249 | <RemoteDir>res\values</RemoteDir> |
206 | 250 | <Operation>1</Operation> |
207 | 251 | </Platform> |
252 | + <Platform Name="Android64"> | |
253 | + <RemoteDir>res\values</RemoteDir> | |
254 | + <Operation>1</Operation> | |
255 | + </Platform> | |
208 | 256 | </DeployClass> |
209 | 257 | <DeployClass Name="Android_DefaultAppIcon"> |
210 | 258 | <Platform Name="Android"> |
@@ -211,6 +259,10 @@ | ||
211 | 259 | <RemoteDir>res\drawable</RemoteDir> |
212 | 260 | <Operation>1</Operation> |
213 | 261 | </Platform> |
262 | + <Platform Name="Android64"> | |
263 | + <RemoteDir>res\drawable</RemoteDir> | |
264 | + <Operation>1</Operation> | |
265 | + </Platform> | |
214 | 266 | </DeployClass> |
215 | 267 | <DeployClass Name="Android_LauncherIcon144"> |
216 | 268 | <Platform Name="Android"> |
@@ -217,6 +269,10 @@ | ||
217 | 269 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
218 | 270 | <Operation>1</Operation> |
219 | 271 | </Platform> |
272 | + <Platform Name="Android64"> | |
273 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
274 | + <Operation>1</Operation> | |
275 | + </Platform> | |
220 | 276 | </DeployClass> |
221 | 277 | <DeployClass Name="Android_LauncherIcon36"> |
222 | 278 | <Platform Name="Android"> |
@@ -223,6 +279,10 @@ | ||
223 | 279 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
224 | 280 | <Operation>1</Operation> |
225 | 281 | </Platform> |
282 | + <Platform Name="Android64"> | |
283 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
284 | + <Operation>1</Operation> | |
285 | + </Platform> | |
226 | 286 | </DeployClass> |
227 | 287 | <DeployClass Name="Android_LauncherIcon48"> |
228 | 288 | <Platform Name="Android"> |
@@ -229,6 +289,10 @@ | ||
229 | 289 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
230 | 290 | <Operation>1</Operation> |
231 | 291 | </Platform> |
292 | + <Platform Name="Android64"> | |
293 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
294 | + <Operation>1</Operation> | |
295 | + </Platform> | |
232 | 296 | </DeployClass> |
233 | 297 | <DeployClass Name="Android_LauncherIcon72"> |
234 | 298 | <Platform Name="Android"> |
@@ -235,6 +299,10 @@ | ||
235 | 299 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
236 | 300 | <Operation>1</Operation> |
237 | 301 | </Platform> |
302 | + <Platform Name="Android64"> | |
303 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
304 | + <Operation>1</Operation> | |
305 | + </Platform> | |
238 | 306 | </DeployClass> |
239 | 307 | <DeployClass Name="Android_LauncherIcon96"> |
240 | 308 | <Platform Name="Android"> |
@@ -241,6 +309,10 @@ | ||
241 | 309 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
242 | 310 | <Operation>1</Operation> |
243 | 311 | </Platform> |
312 | + <Platform Name="Android64"> | |
313 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
314 | + <Operation>1</Operation> | |
315 | + </Platform> | |
244 | 316 | </DeployClass> |
245 | 317 | <DeployClass Name="Android_NotificationIcon24"> |
246 | 318 | <Platform Name="Android"> |
@@ -247,6 +319,10 @@ | ||
247 | 319 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
248 | 320 | <Operation>1</Operation> |
249 | 321 | </Platform> |
322 | + <Platform Name="Android64"> | |
323 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
324 | + <Operation>1</Operation> | |
325 | + </Platform> | |
250 | 326 | </DeployClass> |
251 | 327 | <DeployClass Name="Android_NotificationIcon36"> |
252 | 328 | <Platform Name="Android"> |
@@ -253,6 +329,10 @@ | ||
253 | 329 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
254 | 330 | <Operation>1</Operation> |
255 | 331 | </Platform> |
332 | + <Platform Name="Android64"> | |
333 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
334 | + <Operation>1</Operation> | |
335 | + </Platform> | |
256 | 336 | </DeployClass> |
257 | 337 | <DeployClass Name="Android_NotificationIcon48"> |
258 | 338 | <Platform Name="Android"> |
@@ -259,6 +339,10 @@ | ||
259 | 339 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
260 | 340 | <Operation>1</Operation> |
261 | 341 | </Platform> |
342 | + <Platform Name="Android64"> | |
343 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
344 | + <Operation>1</Operation> | |
345 | + </Platform> | |
262 | 346 | </DeployClass> |
263 | 347 | <DeployClass Name="Android_NotificationIcon72"> |
264 | 348 | <Platform Name="Android"> |
@@ -265,6 +349,10 @@ | ||
265 | 349 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
266 | 350 | <Operation>1</Operation> |
267 | 351 | </Platform> |
352 | + <Platform Name="Android64"> | |
353 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
354 | + <Operation>1</Operation> | |
355 | + </Platform> | |
268 | 356 | </DeployClass> |
269 | 357 | <DeployClass Name="Android_NotificationIcon96"> |
270 | 358 | <Platform Name="Android"> |
@@ -271,6 +359,10 @@ | ||
271 | 359 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
272 | 360 | <Operation>1</Operation> |
273 | 361 | </Platform> |
362 | + <Platform Name="Android64"> | |
363 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
364 | + <Operation>1</Operation> | |
365 | + </Platform> | |
274 | 366 | </DeployClass> |
275 | 367 | <DeployClass Name="Android_SplashImage426"> |
276 | 368 | <Platform Name="Android"> |
@@ -277,6 +369,10 @@ | ||
277 | 369 | <RemoteDir>res\drawable-small</RemoteDir> |
278 | 370 | <Operation>1</Operation> |
279 | 371 | </Platform> |
372 | + <Platform Name="Android64"> | |
373 | + <RemoteDir>res\drawable-small</RemoteDir> | |
374 | + <Operation>1</Operation> | |
375 | + </Platform> | |
280 | 376 | </DeployClass> |
281 | 377 | <DeployClass Name="Android_SplashImage470"> |
282 | 378 | <Platform Name="Android"> |
@@ -283,6 +379,10 @@ | ||
283 | 379 | <RemoteDir>res\drawable-normal</RemoteDir> |
284 | 380 | <Operation>1</Operation> |
285 | 381 | </Platform> |
382 | + <Platform Name="Android64"> | |
383 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
384 | + <Operation>1</Operation> | |
385 | + </Platform> | |
286 | 386 | </DeployClass> |
287 | 387 | <DeployClass Name="Android_SplashImage640"> |
288 | 388 | <Platform Name="Android"> |
@@ -289,6 +389,10 @@ | ||
289 | 389 | <RemoteDir>res\drawable-large</RemoteDir> |
290 | 390 | <Operation>1</Operation> |
291 | 391 | </Platform> |
392 | + <Platform Name="Android64"> | |
393 | + <RemoteDir>res\drawable-large</RemoteDir> | |
394 | + <Operation>1</Operation> | |
395 | + </Platform> | |
292 | 396 | </DeployClass> |
293 | 397 | <DeployClass Name="Android_SplashImage960"> |
294 | 398 | <Platform Name="Android"> |
@@ -295,6 +399,10 @@ | ||
295 | 399 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
296 | 400 | <Operation>1</Operation> |
297 | 401 | </Platform> |
402 | + <Platform Name="Android64"> | |
403 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
404 | + <Operation>1</Operation> | |
405 | + </Platform> | |
298 | 406 | </DeployClass> |
299 | 407 | <DeployClass Name="Android_Strings"> |
300 | 408 | <Platform Name="Android"> |
@@ -301,6 +409,10 @@ | ||
301 | 409 | <RemoteDir>res\values</RemoteDir> |
302 | 410 | <Operation>1</Operation> |
303 | 411 | </Platform> |
412 | + <Platform Name="Android64"> | |
413 | + <RemoteDir>res\values</RemoteDir> | |
414 | + <Operation>1</Operation> | |
415 | + </Platform> | |
304 | 416 | </DeployClass> |
305 | 417 | <DeployClass Name="DebugSymbols"> |
306 | 418 | <Platform Name="iOSSimulator"> |
@@ -370,6 +482,9 @@ | ||
370 | 482 | <Platform Name="Android"> |
371 | 483 | <Operation>0</Operation> |
372 | 484 | </Platform> |
485 | + <Platform Name="Android64"> | |
486 | + <Operation>0</Operation> | |
487 | + </Platform> | |
373 | 488 | <Platform Name="iOSDevice32"> |
374 | 489 | <Operation>0</Operation> |
375 | 490 | </Platform> |
@@ -701,6 +816,9 @@ | ||
701 | 816 | <Platform Name="Android"> |
702 | 817 | <Operation>1</Operation> |
703 | 818 | </Platform> |
819 | + <Platform Name="Android64"> | |
820 | + <Operation>1</Operation> | |
821 | + </Platform> | |
704 | 822 | </DeployClass> |
705 | 823 | <DeployClass Name="ProjectiOSDeviceDebug"> |
706 | 824 | <Platform Name="iOSDevice32"> |
@@ -744,6 +862,10 @@ | ||
744 | 862 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
745 | 863 | <Operation>1</Operation> |
746 | 864 | </Platform> |
865 | + <Platform Name="Android64"> | |
866 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
867 | + <Operation>1</Operation> | |
868 | + </Platform> | |
747 | 869 | <Platform Name="iOSDevice32"> |
748 | 870 | <Operation>1</Operation> |
749 | 871 | </Platform> |
@@ -766,6 +888,12 @@ | ||
766 | 888 | <Operation>0</Operation> |
767 | 889 | </Platform> |
768 | 890 | </DeployClass> |
891 | + <DeployClass Name="ProjectOutput_Android32"> | |
892 | + <Platform Name="Android64"> | |
893 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
894 | + <Operation>1</Operation> | |
895 | + </Platform> | |
896 | + </DeployClass> | |
769 | 897 | <DeployClass Name="ProjectUWPManifest"> |
770 | 898 | <Platform Name="Win32"> |
771 | 899 | <Operation>1</Operation> |
@@ -803,6 +931,7 @@ | ||
803 | 931 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
804 | 932 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
805 | 933 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
934 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
806 | 935 | </Deployment> |
807 | 936 | <Platforms> |
808 | 937 | <Platform value="Win32">True</Platform> |
@@ -2,7 +2,7 @@ | ||
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{685E33DE-3302-48BE-BE97-CEB921D90E1E}</ProjectGuid> |
4 | 4 | <MainSource>KRKCustomModulesD.dpk</MainSource> |
5 | - <ProjectVersion>18.7</ProjectVersion> | |
5 | + <ProjectVersion>18.8</ProjectVersion> | |
6 | 6 | <FrameworkType>None</FrameworkType> |
7 | 7 | <Base>True</Base> |
8 | 8 | <Config Condition="'$(Config)'==''">Base</Config> |
@@ -109,6 +109,10 @@ | ||
109 | 109 | <RemoteDir>classes</RemoteDir> |
110 | 110 | <Operation>1</Operation> |
111 | 111 | </Platform> |
112 | + <Platform Name="Android64"> | |
113 | + <RemoteDir>classes</RemoteDir> | |
114 | + <Operation>1</Operation> | |
115 | + </Platform> | |
112 | 116 | </DeployClass> |
113 | 117 | <DeployClass Name="AndroidFileProvider"> |
114 | 118 | <Platform Name="Android"> |
@@ -115,6 +119,10 @@ | ||
115 | 119 | <RemoteDir>res\xml</RemoteDir> |
116 | 120 | <Operation>1</Operation> |
117 | 121 | </Platform> |
122 | + <Platform Name="Android64"> | |
123 | + <RemoteDir>res\xml</RemoteDir> | |
124 | + <Operation>1</Operation> | |
125 | + </Platform> | |
118 | 126 | </DeployClass> |
119 | 127 | <DeployClass Name="AndroidGDBServer"> |
120 | 128 | <Platform Name="Android"> |
@@ -127,12 +135,26 @@ | ||
127 | 135 | <RemoteDir>library\lib\armeabi</RemoteDir> |
128 | 136 | <Operation>1</Operation> |
129 | 137 | </Platform> |
138 | + <Platform Name="Android64"> | |
139 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
140 | + <Operation>1</Operation> | |
141 | + </Platform> | |
130 | 142 | </DeployClass> |
143 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
144 | + <Platform Name="Android64"> | |
145 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
146 | + <Operation>1</Operation> | |
147 | + </Platform> | |
148 | + </DeployClass> | |
131 | 149 | <DeployClass Name="AndroidLibnativeMipsFile"> |
132 | 150 | <Platform Name="Android"> |
133 | 151 | <RemoteDir>library\lib\mips</RemoteDir> |
134 | 152 | <Operation>1</Operation> |
135 | 153 | </Platform> |
154 | + <Platform Name="Android64"> | |
155 | + <RemoteDir>library\lib\mips</RemoteDir> | |
156 | + <Operation>1</Operation> | |
157 | + </Platform> | |
136 | 158 | </DeployClass> |
137 | 159 | <DeployClass Name="AndroidServiceOutput"> |
138 | 160 | <Platform Name="Android"> |
@@ -139,12 +161,26 @@ | ||
139 | 161 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
140 | 162 | <Operation>1</Operation> |
141 | 163 | </Platform> |
164 | + <Platform Name="Android64"> | |
165 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
166 | + <Operation>1</Operation> | |
167 | + </Platform> | |
142 | 168 | </DeployClass> |
169 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
170 | + <Platform Name="Android64"> | |
171 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
172 | + <Operation>1</Operation> | |
173 | + </Platform> | |
174 | + </DeployClass> | |
143 | 175 | <DeployClass Name="AndroidSplashImageDef"> |
144 | 176 | <Platform Name="Android"> |
145 | 177 | <RemoteDir>res\drawable</RemoteDir> |
146 | 178 | <Operation>1</Operation> |
147 | 179 | </Platform> |
180 | + <Platform Name="Android64"> | |
181 | + <RemoteDir>res\drawable</RemoteDir> | |
182 | + <Operation>1</Operation> | |
183 | + </Platform> | |
148 | 184 | </DeployClass> |
149 | 185 | <DeployClass Name="AndroidSplashStyles"> |
150 | 186 | <Platform Name="Android"> |
@@ -151,6 +187,10 @@ | ||
151 | 187 | <RemoteDir>res\values</RemoteDir> |
152 | 188 | <Operation>1</Operation> |
153 | 189 | </Platform> |
190 | + <Platform Name="Android64"> | |
191 | + <RemoteDir>res\values</RemoteDir> | |
192 | + <Operation>1</Operation> | |
193 | + </Platform> | |
154 | 194 | </DeployClass> |
155 | 195 | <DeployClass Name="AndroidSplashStylesV21"> |
156 | 196 | <Platform Name="Android"> |
@@ -157,6 +197,10 @@ | ||
157 | 197 | <RemoteDir>res\values-v21</RemoteDir> |
158 | 198 | <Operation>1</Operation> |
159 | 199 | </Platform> |
200 | + <Platform Name="Android64"> | |
201 | + <RemoteDir>res\values-v21</RemoteDir> | |
202 | + <Operation>1</Operation> | |
203 | + </Platform> | |
160 | 204 | </DeployClass> |
161 | 205 | <DeployClass Name="Android_Colors"> |
162 | 206 | <Platform Name="Android"> |
@@ -163,6 +207,10 @@ | ||
163 | 207 | <RemoteDir>res\values</RemoteDir> |
164 | 208 | <Operation>1</Operation> |
165 | 209 | </Platform> |
210 | + <Platform Name="Android64"> | |
211 | + <RemoteDir>res\values</RemoteDir> | |
212 | + <Operation>1</Operation> | |
213 | + </Platform> | |
166 | 214 | </DeployClass> |
167 | 215 | <DeployClass Name="Android_DefaultAppIcon"> |
168 | 216 | <Platform Name="Android"> |
@@ -169,6 +217,10 @@ | ||
169 | 217 | <RemoteDir>res\drawable</RemoteDir> |
170 | 218 | <Operation>1</Operation> |
171 | 219 | </Platform> |
220 | + <Platform Name="Android64"> | |
221 | + <RemoteDir>res\drawable</RemoteDir> | |
222 | + <Operation>1</Operation> | |
223 | + </Platform> | |
172 | 224 | </DeployClass> |
173 | 225 | <DeployClass Name="Android_LauncherIcon144"> |
174 | 226 | <Platform Name="Android"> |
@@ -175,6 +227,10 @@ | ||
175 | 227 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
176 | 228 | <Operation>1</Operation> |
177 | 229 | </Platform> |
230 | + <Platform Name="Android64"> | |
231 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
232 | + <Operation>1</Operation> | |
233 | + </Platform> | |
178 | 234 | </DeployClass> |
179 | 235 | <DeployClass Name="Android_LauncherIcon36"> |
180 | 236 | <Platform Name="Android"> |
@@ -181,6 +237,10 @@ | ||
181 | 237 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
182 | 238 | <Operation>1</Operation> |
183 | 239 | </Platform> |
240 | + <Platform Name="Android64"> | |
241 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
242 | + <Operation>1</Operation> | |
243 | + </Platform> | |
184 | 244 | </DeployClass> |
185 | 245 | <DeployClass Name="Android_LauncherIcon48"> |
186 | 246 | <Platform Name="Android"> |
@@ -187,6 +247,10 @@ | ||
187 | 247 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
188 | 248 | <Operation>1</Operation> |
189 | 249 | </Platform> |
250 | + <Platform Name="Android64"> | |
251 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
252 | + <Operation>1</Operation> | |
253 | + </Platform> | |
190 | 254 | </DeployClass> |
191 | 255 | <DeployClass Name="Android_LauncherIcon72"> |
192 | 256 | <Platform Name="Android"> |
@@ -193,6 +257,10 @@ | ||
193 | 257 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
194 | 258 | <Operation>1</Operation> |
195 | 259 | </Platform> |
260 | + <Platform Name="Android64"> | |
261 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
262 | + <Operation>1</Operation> | |
263 | + </Platform> | |
196 | 264 | </DeployClass> |
197 | 265 | <DeployClass Name="Android_LauncherIcon96"> |
198 | 266 | <Platform Name="Android"> |
@@ -199,6 +267,10 @@ | ||
199 | 267 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
200 | 268 | <Operation>1</Operation> |
201 | 269 | </Platform> |
270 | + <Platform Name="Android64"> | |
271 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
272 | + <Operation>1</Operation> | |
273 | + </Platform> | |
202 | 274 | </DeployClass> |
203 | 275 | <DeployClass Name="Android_NotificationIcon24"> |
204 | 276 | <Platform Name="Android"> |
@@ -205,6 +277,10 @@ | ||
205 | 277 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
206 | 278 | <Operation>1</Operation> |
207 | 279 | </Platform> |
280 | + <Platform Name="Android64"> | |
281 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
282 | + <Operation>1</Operation> | |
283 | + </Platform> | |
208 | 284 | </DeployClass> |
209 | 285 | <DeployClass Name="Android_NotificationIcon36"> |
210 | 286 | <Platform Name="Android"> |
@@ -211,6 +287,10 @@ | ||
211 | 287 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
212 | 288 | <Operation>1</Operation> |
213 | 289 | </Platform> |
290 | + <Platform Name="Android64"> | |
291 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
292 | + <Operation>1</Operation> | |
293 | + </Platform> | |
214 | 294 | </DeployClass> |
215 | 295 | <DeployClass Name="Android_NotificationIcon48"> |
216 | 296 | <Platform Name="Android"> |
@@ -217,6 +297,10 @@ | ||
217 | 297 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
218 | 298 | <Operation>1</Operation> |
219 | 299 | </Platform> |
300 | + <Platform Name="Android64"> | |
301 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
302 | + <Operation>1</Operation> | |
303 | + </Platform> | |
220 | 304 | </DeployClass> |
221 | 305 | <DeployClass Name="Android_NotificationIcon72"> |
222 | 306 | <Platform Name="Android"> |
@@ -223,6 +307,10 @@ | ||
223 | 307 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
224 | 308 | <Operation>1</Operation> |
225 | 309 | </Platform> |
310 | + <Platform Name="Android64"> | |
311 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
312 | + <Operation>1</Operation> | |
313 | + </Platform> | |
226 | 314 | </DeployClass> |
227 | 315 | <DeployClass Name="Android_NotificationIcon96"> |
228 | 316 | <Platform Name="Android"> |
@@ -229,6 +317,10 @@ | ||
229 | 317 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
230 | 318 | <Operation>1</Operation> |
231 | 319 | </Platform> |
320 | + <Platform Name="Android64"> | |
321 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
322 | + <Operation>1</Operation> | |
323 | + </Platform> | |
232 | 324 | </DeployClass> |
233 | 325 | <DeployClass Name="Android_SplashImage426"> |
234 | 326 | <Platform Name="Android"> |
@@ -235,6 +327,10 @@ | ||
235 | 327 | <RemoteDir>res\drawable-small</RemoteDir> |
236 | 328 | <Operation>1</Operation> |
237 | 329 | </Platform> |
330 | + <Platform Name="Android64"> | |
331 | + <RemoteDir>res\drawable-small</RemoteDir> | |
332 | + <Operation>1</Operation> | |
333 | + </Platform> | |
238 | 334 | </DeployClass> |
239 | 335 | <DeployClass Name="Android_SplashImage470"> |
240 | 336 | <Platform Name="Android"> |
@@ -241,6 +337,10 @@ | ||
241 | 337 | <RemoteDir>res\drawable-normal</RemoteDir> |
242 | 338 | <Operation>1</Operation> |
243 | 339 | </Platform> |
340 | + <Platform Name="Android64"> | |
341 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
342 | + <Operation>1</Operation> | |
343 | + </Platform> | |
244 | 344 | </DeployClass> |
245 | 345 | <DeployClass Name="Android_SplashImage640"> |
246 | 346 | <Platform Name="Android"> |
@@ -247,6 +347,10 @@ | ||
247 | 347 | <RemoteDir>res\drawable-large</RemoteDir> |
248 | 348 | <Operation>1</Operation> |
249 | 349 | </Platform> |
350 | + <Platform Name="Android64"> | |
351 | + <RemoteDir>res\drawable-large</RemoteDir> | |
352 | + <Operation>1</Operation> | |
353 | + </Platform> | |
250 | 354 | </DeployClass> |
251 | 355 | <DeployClass Name="Android_SplashImage960"> |
252 | 356 | <Platform Name="Android"> |
@@ -253,6 +357,10 @@ | ||
253 | 357 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
254 | 358 | <Operation>1</Operation> |
255 | 359 | </Platform> |
360 | + <Platform Name="Android64"> | |
361 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
362 | + <Operation>1</Operation> | |
363 | + </Platform> | |
256 | 364 | </DeployClass> |
257 | 365 | <DeployClass Name="Android_Strings"> |
258 | 366 | <Platform Name="Android"> |
@@ -259,6 +367,10 @@ | ||
259 | 367 | <RemoteDir>res\values</RemoteDir> |
260 | 368 | <Operation>1</Operation> |
261 | 369 | </Platform> |
370 | + <Platform Name="Android64"> | |
371 | + <RemoteDir>res\values</RemoteDir> | |
372 | + <Operation>1</Operation> | |
373 | + </Platform> | |
262 | 374 | </DeployClass> |
263 | 375 | <DeployClass Name="DebugSymbols"> |
264 | 376 | <Platform Name="iOSSimulator"> |
@@ -328,6 +440,9 @@ | ||
328 | 440 | <Platform Name="Android"> |
329 | 441 | <Operation>0</Operation> |
330 | 442 | </Platform> |
443 | + <Platform Name="Android64"> | |
444 | + <Operation>0</Operation> | |
445 | + </Platform> | |
331 | 446 | <Platform Name="iOSDevice32"> |
332 | 447 | <Operation>0</Operation> |
333 | 448 | </Platform> |
@@ -615,6 +730,9 @@ | ||
615 | 730 | <Platform Name="Android"> |
616 | 731 | <Operation>1</Operation> |
617 | 732 | </Platform> |
733 | + <Platform Name="Android64"> | |
734 | + <Operation>1</Operation> | |
735 | + </Platform> | |
618 | 736 | </DeployClass> |
619 | 737 | <DeployClass Name="ProjectiOSDeviceDebug"> |
620 | 738 | <Platform Name="iOSDevice32"> |
@@ -658,6 +776,10 @@ | ||
658 | 776 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
659 | 777 | <Operation>1</Operation> |
660 | 778 | </Platform> |
779 | + <Platform Name="Android64"> | |
780 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
781 | + <Operation>1</Operation> | |
782 | + </Platform> | |
661 | 783 | <Platform Name="iOSDevice32"> |
662 | 784 | <Operation>1</Operation> |
663 | 785 | </Platform> |
@@ -680,6 +802,12 @@ | ||
680 | 802 | <Operation>0</Operation> |
681 | 803 | </Platform> |
682 | 804 | </DeployClass> |
805 | + <DeployClass Name="ProjectOutput_Android32"> | |
806 | + <Platform Name="Android64"> | |
807 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
808 | + <Operation>1</Operation> | |
809 | + </Platform> | |
810 | + </DeployClass> | |
683 | 811 | <DeployClass Name="ProjectUWPManifest"> |
684 | 812 | <Platform Name="Win32"> |
685 | 813 | <Operation>1</Operation> |
@@ -717,6 +845,7 @@ | ||
717 | 845 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
718 | 846 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
719 | 847 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
848 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
720 | 849 | </Deployment> |
721 | 850 | <Platforms> |
722 | 851 | <Platform value="Win32">True</Platform> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -148,6 +148,10 @@ | ||
148 | 148 | <RemoteDir>classes</RemoteDir> |
149 | 149 | <Operation>1</Operation> |
150 | 150 | </Platform> |
151 | + <Platform Name="Android64"> | |
152 | + <RemoteDir>classes</RemoteDir> | |
153 | + <Operation>1</Operation> | |
154 | + </Platform> | |
151 | 155 | </DeployClass> |
152 | 156 | <DeployClass Name="AndroidFileProvider"> |
153 | 157 | <Platform Name="Android"> |
@@ -154,6 +158,10 @@ | ||
154 | 158 | <RemoteDir>res\xml</RemoteDir> |
155 | 159 | <Operation>1</Operation> |
156 | 160 | </Platform> |
161 | + <Platform Name="Android64"> | |
162 | + <RemoteDir>res\xml</RemoteDir> | |
163 | + <Operation>1</Operation> | |
164 | + </Platform> | |
157 | 165 | </DeployClass> |
158 | 166 | <DeployClass Name="AndroidGDBServer"> |
159 | 167 | <Platform Name="Android"> |
@@ -166,12 +174,26 @@ | ||
166 | 174 | <RemoteDir>library\lib\armeabi</RemoteDir> |
167 | 175 | <Operation>1</Operation> |
168 | 176 | </Platform> |
177 | + <Platform Name="Android64"> | |
178 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
179 | + <Operation>1</Operation> | |
180 | + </Platform> | |
169 | 181 | </DeployClass> |
182 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
183 | + <Platform Name="Android64"> | |
184 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
185 | + <Operation>1</Operation> | |
186 | + </Platform> | |
187 | + </DeployClass> | |
170 | 188 | <DeployClass Name="AndroidLibnativeMipsFile"> |
171 | 189 | <Platform Name="Android"> |
172 | 190 | <RemoteDir>library\lib\mips</RemoteDir> |
173 | 191 | <Operation>1</Operation> |
174 | 192 | </Platform> |
193 | + <Platform Name="Android64"> | |
194 | + <RemoteDir>library\lib\mips</RemoteDir> | |
195 | + <Operation>1</Operation> | |
196 | + </Platform> | |
175 | 197 | </DeployClass> |
176 | 198 | <DeployClass Name="AndroidServiceOutput"> |
177 | 199 | <Platform Name="Android"> |
@@ -178,12 +200,26 @@ | ||
178 | 200 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
179 | 201 | <Operation>1</Operation> |
180 | 202 | </Platform> |
203 | + <Platform Name="Android64"> | |
204 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
205 | + <Operation>1</Operation> | |
206 | + </Platform> | |
181 | 207 | </DeployClass> |
208 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
209 | + <Platform Name="Android64"> | |
210 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
211 | + <Operation>1</Operation> | |
212 | + </Platform> | |
213 | + </DeployClass> | |
182 | 214 | <DeployClass Name="AndroidSplashImageDef"> |
183 | 215 | <Platform Name="Android"> |
184 | 216 | <RemoteDir>res\drawable</RemoteDir> |
185 | 217 | <Operation>1</Operation> |
186 | 218 | </Platform> |
219 | + <Platform Name="Android64"> | |
220 | + <RemoteDir>res\drawable</RemoteDir> | |
221 | + <Operation>1</Operation> | |
222 | + </Platform> | |
187 | 223 | </DeployClass> |
188 | 224 | <DeployClass Name="AndroidSplashStyles"> |
189 | 225 | <Platform Name="Android"> |
@@ -190,6 +226,10 @@ | ||
190 | 226 | <RemoteDir>res\values</RemoteDir> |
191 | 227 | <Operation>1</Operation> |
192 | 228 | </Platform> |
229 | + <Platform Name="Android64"> | |
230 | + <RemoteDir>res\values</RemoteDir> | |
231 | + <Operation>1</Operation> | |
232 | + </Platform> | |
193 | 233 | </DeployClass> |
194 | 234 | <DeployClass Name="AndroidSplashStylesV21"> |
195 | 235 | <Platform Name="Android"> |
@@ -196,6 +236,10 @@ | ||
196 | 236 | <RemoteDir>res\values-v21</RemoteDir> |
197 | 237 | <Operation>1</Operation> |
198 | 238 | </Platform> |
239 | + <Platform Name="Android64"> | |
240 | + <RemoteDir>res\values-v21</RemoteDir> | |
241 | + <Operation>1</Operation> | |
242 | + </Platform> | |
199 | 243 | </DeployClass> |
200 | 244 | <DeployClass Name="Android_Colors"> |
201 | 245 | <Platform Name="Android"> |
@@ -202,6 +246,10 @@ | ||
202 | 246 | <RemoteDir>res\values</RemoteDir> |
203 | 247 | <Operation>1</Operation> |
204 | 248 | </Platform> |
249 | + <Platform Name="Android64"> | |
250 | + <RemoteDir>res\values</RemoteDir> | |
251 | + <Operation>1</Operation> | |
252 | + </Platform> | |
205 | 253 | </DeployClass> |
206 | 254 | <DeployClass Name="Android_DefaultAppIcon"> |
207 | 255 | <Platform Name="Android"> |
@@ -208,6 +256,10 @@ | ||
208 | 256 | <RemoteDir>res\drawable</RemoteDir> |
209 | 257 | <Operation>1</Operation> |
210 | 258 | </Platform> |
259 | + <Platform Name="Android64"> | |
260 | + <RemoteDir>res\drawable</RemoteDir> | |
261 | + <Operation>1</Operation> | |
262 | + </Platform> | |
211 | 263 | </DeployClass> |
212 | 264 | <DeployClass Name="Android_LauncherIcon144"> |
213 | 265 | <Platform Name="Android"> |
@@ -214,6 +266,10 @@ | ||
214 | 266 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
215 | 267 | <Operation>1</Operation> |
216 | 268 | </Platform> |
269 | + <Platform Name="Android64"> | |
270 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
271 | + <Operation>1</Operation> | |
272 | + </Platform> | |
217 | 273 | </DeployClass> |
218 | 274 | <DeployClass Name="Android_LauncherIcon36"> |
219 | 275 | <Platform Name="Android"> |
@@ -220,6 +276,10 @@ | ||
220 | 276 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
221 | 277 | <Operation>1</Operation> |
222 | 278 | </Platform> |
279 | + <Platform Name="Android64"> | |
280 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
281 | + <Operation>1</Operation> | |
282 | + </Platform> | |
223 | 283 | </DeployClass> |
224 | 284 | <DeployClass Name="Android_LauncherIcon48"> |
225 | 285 | <Platform Name="Android"> |
@@ -226,6 +286,10 @@ | ||
226 | 286 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
227 | 287 | <Operation>1</Operation> |
228 | 288 | </Platform> |
289 | + <Platform Name="Android64"> | |
290 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
291 | + <Operation>1</Operation> | |
292 | + </Platform> | |
229 | 293 | </DeployClass> |
230 | 294 | <DeployClass Name="Android_LauncherIcon72"> |
231 | 295 | <Platform Name="Android"> |
@@ -232,6 +296,10 @@ | ||
232 | 296 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
233 | 297 | <Operation>1</Operation> |
234 | 298 | </Platform> |
299 | + <Platform Name="Android64"> | |
300 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
301 | + <Operation>1</Operation> | |
302 | + </Platform> | |
235 | 303 | </DeployClass> |
236 | 304 | <DeployClass Name="Android_LauncherIcon96"> |
237 | 305 | <Platform Name="Android"> |
@@ -238,6 +306,10 @@ | ||
238 | 306 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
239 | 307 | <Operation>1</Operation> |
240 | 308 | </Platform> |
309 | + <Platform Name="Android64"> | |
310 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
311 | + <Operation>1</Operation> | |
312 | + </Platform> | |
241 | 313 | </DeployClass> |
242 | 314 | <DeployClass Name="Android_NotificationIcon24"> |
243 | 315 | <Platform Name="Android"> |
@@ -244,6 +316,10 @@ | ||
244 | 316 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
245 | 317 | <Operation>1</Operation> |
246 | 318 | </Platform> |
319 | + <Platform Name="Android64"> | |
320 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
321 | + <Operation>1</Operation> | |
322 | + </Platform> | |
247 | 323 | </DeployClass> |
248 | 324 | <DeployClass Name="Android_NotificationIcon36"> |
249 | 325 | <Platform Name="Android"> |
@@ -250,6 +326,10 @@ | ||
250 | 326 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
251 | 327 | <Operation>1</Operation> |
252 | 328 | </Platform> |
329 | + <Platform Name="Android64"> | |
330 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
331 | + <Operation>1</Operation> | |
332 | + </Platform> | |
253 | 333 | </DeployClass> |
254 | 334 | <DeployClass Name="Android_NotificationIcon48"> |
255 | 335 | <Platform Name="Android"> |
@@ -256,6 +336,10 @@ | ||
256 | 336 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
257 | 337 | <Operation>1</Operation> |
258 | 338 | </Platform> |
339 | + <Platform Name="Android64"> | |
340 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
341 | + <Operation>1</Operation> | |
342 | + </Platform> | |
259 | 343 | </DeployClass> |
260 | 344 | <DeployClass Name="Android_NotificationIcon72"> |
261 | 345 | <Platform Name="Android"> |
@@ -262,6 +346,10 @@ | ||
262 | 346 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
263 | 347 | <Operation>1</Operation> |
264 | 348 | </Platform> |
349 | + <Platform Name="Android64"> | |
350 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
351 | + <Operation>1</Operation> | |
352 | + </Platform> | |
265 | 353 | </DeployClass> |
266 | 354 | <DeployClass Name="Android_NotificationIcon96"> |
267 | 355 | <Platform Name="Android"> |
@@ -268,6 +356,10 @@ | ||
268 | 356 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
269 | 357 | <Operation>1</Operation> |
270 | 358 | </Platform> |
359 | + <Platform Name="Android64"> | |
360 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
361 | + <Operation>1</Operation> | |
362 | + </Platform> | |
271 | 363 | </DeployClass> |
272 | 364 | <DeployClass Name="Android_SplashImage426"> |
273 | 365 | <Platform Name="Android"> |
@@ -274,6 +366,10 @@ | ||
274 | 366 | <RemoteDir>res\drawable-small</RemoteDir> |
275 | 367 | <Operation>1</Operation> |
276 | 368 | </Platform> |
369 | + <Platform Name="Android64"> | |
370 | + <RemoteDir>res\drawable-small</RemoteDir> | |
371 | + <Operation>1</Operation> | |
372 | + </Platform> | |
277 | 373 | </DeployClass> |
278 | 374 | <DeployClass Name="Android_SplashImage470"> |
279 | 375 | <Platform Name="Android"> |
@@ -280,6 +376,10 @@ | ||
280 | 376 | <RemoteDir>res\drawable-normal</RemoteDir> |
281 | 377 | <Operation>1</Operation> |
282 | 378 | </Platform> |
379 | + <Platform Name="Android64"> | |
380 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
381 | + <Operation>1</Operation> | |
382 | + </Platform> | |
283 | 383 | </DeployClass> |
284 | 384 | <DeployClass Name="Android_SplashImage640"> |
285 | 385 | <Platform Name="Android"> |
@@ -286,6 +386,10 @@ | ||
286 | 386 | <RemoteDir>res\drawable-large</RemoteDir> |
287 | 387 | <Operation>1</Operation> |
288 | 388 | </Platform> |
389 | + <Platform Name="Android64"> | |
390 | + <RemoteDir>res\drawable-large</RemoteDir> | |
391 | + <Operation>1</Operation> | |
392 | + </Platform> | |
289 | 393 | </DeployClass> |
290 | 394 | <DeployClass Name="Android_SplashImage960"> |
291 | 395 | <Platform Name="Android"> |
@@ -292,6 +396,10 @@ | ||
292 | 396 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
293 | 397 | <Operation>1</Operation> |
294 | 398 | </Platform> |
399 | + <Platform Name="Android64"> | |
400 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
401 | + <Operation>1</Operation> | |
402 | + </Platform> | |
295 | 403 | </DeployClass> |
296 | 404 | <DeployClass Name="Android_Strings"> |
297 | 405 | <Platform Name="Android"> |
@@ -298,6 +406,10 @@ | ||
298 | 406 | <RemoteDir>res\values</RemoteDir> |
299 | 407 | <Operation>1</Operation> |
300 | 408 | </Platform> |
409 | + <Platform Name="Android64"> | |
410 | + <RemoteDir>res\values</RemoteDir> | |
411 | + <Operation>1</Operation> | |
412 | + </Platform> | |
301 | 413 | </DeployClass> |
302 | 414 | <DeployClass Name="DebugSymbols"> |
303 | 415 | <Platform Name="iOSSimulator"> |
@@ -367,6 +479,9 @@ | ||
367 | 479 | <Platform Name="Android"> |
368 | 480 | <Operation>0</Operation> |
369 | 481 | </Platform> |
482 | + <Platform Name="Android64"> | |
483 | + <Operation>0</Operation> | |
484 | + </Platform> | |
370 | 485 | <Platform Name="iOSDevice32"> |
371 | 486 | <Operation>0</Operation> |
372 | 487 | </Platform> |
@@ -698,6 +813,9 @@ | ||
698 | 813 | <Platform Name="Android"> |
699 | 814 | <Operation>1</Operation> |
700 | 815 | </Platform> |
816 | + <Platform Name="Android64"> | |
817 | + <Operation>1</Operation> | |
818 | + </Platform> | |
701 | 819 | </DeployClass> |
702 | 820 | <DeployClass Name="ProjectiOSDeviceDebug"> |
703 | 821 | <Platform Name="iOSDevice32"> |
@@ -741,6 +859,10 @@ | ||
741 | 859 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
742 | 860 | <Operation>1</Operation> |
743 | 861 | </Platform> |
862 | + <Platform Name="Android64"> | |
863 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
864 | + <Operation>1</Operation> | |
865 | + </Platform> | |
744 | 866 | <Platform Name="iOSDevice32"> |
745 | 867 | <Operation>1</Operation> |
746 | 868 | </Platform> |
@@ -763,6 +885,12 @@ | ||
763 | 885 | <Operation>0</Operation> |
764 | 886 | </Platform> |
765 | 887 | </DeployClass> |
888 | + <DeployClass Name="ProjectOutput_Android32"> | |
889 | + <Platform Name="Android64"> | |
890 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
891 | + <Operation>1</Operation> | |
892 | + </Platform> | |
893 | + </DeployClass> | |
766 | 894 | <DeployClass Name="ProjectUWPManifest"> |
767 | 895 | <Platform Name="Win32"> |
768 | 896 | <Operation>1</Operation> |
@@ -800,6 +928,7 @@ | ||
800 | 928 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
801 | 929 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
802 | 930 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
931 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
803 | 932 | </Deployment> |
804 | 933 | <Platforms> |
805 | 934 | <Platform value="Win32">True</Platform> |
@@ -1,7 +1,7 @@ | ||
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{1E6A1BE6-8AD6-4429-B938-12A3E7EE756A}</ProjectGuid> |
4 | - <ProjectVersion>18.7</ProjectVersion> | |
4 | + <ProjectVersion>18.8</ProjectVersion> | |
5 | 5 | <FrameworkType>VCL</FrameworkType> |
6 | 6 | <MainSource>KRKExperts.dpr</MainSource> |
7 | 7 | <Base>True</Base> |
@@ -242,6 +242,10 @@ | ||
242 | 242 | <RemoteDir>classes</RemoteDir> |
243 | 243 | <Operation>1</Operation> |
244 | 244 | </Platform> |
245 | + <Platform Name="Android64"> | |
246 | + <RemoteDir>classes</RemoteDir> | |
247 | + <Operation>1</Operation> | |
248 | + </Platform> | |
245 | 249 | </DeployClass> |
246 | 250 | <DeployClass Name="AndroidFileProvider"> |
247 | 251 | <Platform Name="Android"> |
@@ -248,6 +252,10 @@ | ||
248 | 252 | <RemoteDir>res\xml</RemoteDir> |
249 | 253 | <Operation>1</Operation> |
250 | 254 | </Platform> |
255 | + <Platform Name="Android64"> | |
256 | + <RemoteDir>res\xml</RemoteDir> | |
257 | + <Operation>1</Operation> | |
258 | + </Platform> | |
251 | 259 | </DeployClass> |
252 | 260 | <DeployClass Name="AndroidGDBServer"> |
253 | 261 | <Platform Name="Android"> |
@@ -260,12 +268,26 @@ | ||
260 | 268 | <RemoteDir>library\lib\armeabi</RemoteDir> |
261 | 269 | <Operation>1</Operation> |
262 | 270 | </Platform> |
271 | + <Platform Name="Android64"> | |
272 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
273 | + <Operation>1</Operation> | |
274 | + </Platform> | |
263 | 275 | </DeployClass> |
276 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
277 | + <Platform Name="Android64"> | |
278 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
279 | + <Operation>1</Operation> | |
280 | + </Platform> | |
281 | + </DeployClass> | |
264 | 282 | <DeployClass Name="AndroidLibnativeMipsFile"> |
265 | 283 | <Platform Name="Android"> |
266 | 284 | <RemoteDir>library\lib\mips</RemoteDir> |
267 | 285 | <Operation>1</Operation> |
268 | 286 | </Platform> |
287 | + <Platform Name="Android64"> | |
288 | + <RemoteDir>library\lib\mips</RemoteDir> | |
289 | + <Operation>1</Operation> | |
290 | + </Platform> | |
269 | 291 | </DeployClass> |
270 | 292 | <DeployClass Name="AndroidServiceOutput"> |
271 | 293 | <Platform Name="Android"> |
@@ -272,12 +294,26 @@ | ||
272 | 294 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
273 | 295 | <Operation>1</Operation> |
274 | 296 | </Platform> |
297 | + <Platform Name="Android64"> | |
298 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
299 | + <Operation>1</Operation> | |
300 | + </Platform> | |
275 | 301 | </DeployClass> |
302 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
303 | + <Platform Name="Android64"> | |
304 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
305 | + <Operation>1</Operation> | |
306 | + </Platform> | |
307 | + </DeployClass> | |
276 | 308 | <DeployClass Name="AndroidSplashImageDef"> |
277 | 309 | <Platform Name="Android"> |
278 | 310 | <RemoteDir>res\drawable</RemoteDir> |
279 | 311 | <Operation>1</Operation> |
280 | 312 | </Platform> |
313 | + <Platform Name="Android64"> | |
314 | + <RemoteDir>res\drawable</RemoteDir> | |
315 | + <Operation>1</Operation> | |
316 | + </Platform> | |
281 | 317 | </DeployClass> |
282 | 318 | <DeployClass Name="AndroidSplashStyles"> |
283 | 319 | <Platform Name="Android"> |
@@ -284,6 +320,10 @@ | ||
284 | 320 | <RemoteDir>res\values</RemoteDir> |
285 | 321 | <Operation>1</Operation> |
286 | 322 | </Platform> |
323 | + <Platform Name="Android64"> | |
324 | + <RemoteDir>res\values</RemoteDir> | |
325 | + <Operation>1</Operation> | |
326 | + </Platform> | |
287 | 327 | </DeployClass> |
288 | 328 | <DeployClass Name="AndroidSplashStylesV21"> |
289 | 329 | <Platform Name="Android"> |
@@ -290,6 +330,10 @@ | ||
290 | 330 | <RemoteDir>res\values-v21</RemoteDir> |
291 | 331 | <Operation>1</Operation> |
292 | 332 | </Platform> |
333 | + <Platform Name="Android64"> | |
334 | + <RemoteDir>res\values-v21</RemoteDir> | |
335 | + <Operation>1</Operation> | |
336 | + </Platform> | |
293 | 337 | </DeployClass> |
294 | 338 | <DeployClass Name="Android_Colors"> |
295 | 339 | <Platform Name="Android"> |
@@ -296,6 +340,10 @@ | ||
296 | 340 | <RemoteDir>res\values</RemoteDir> |
297 | 341 | <Operation>1</Operation> |
298 | 342 | </Platform> |
343 | + <Platform Name="Android64"> | |
344 | + <RemoteDir>res\values</RemoteDir> | |
345 | + <Operation>1</Operation> | |
346 | + </Platform> | |
299 | 347 | </DeployClass> |
300 | 348 | <DeployClass Name="Android_DefaultAppIcon"> |
301 | 349 | <Platform Name="Android"> |
@@ -302,6 +350,10 @@ | ||
302 | 350 | <RemoteDir>res\drawable</RemoteDir> |
303 | 351 | <Operation>1</Operation> |
304 | 352 | </Platform> |
353 | + <Platform Name="Android64"> | |
354 | + <RemoteDir>res\drawable</RemoteDir> | |
355 | + <Operation>1</Operation> | |
356 | + </Platform> | |
305 | 357 | </DeployClass> |
306 | 358 | <DeployClass Name="Android_LauncherIcon144"> |
307 | 359 | <Platform Name="Android"> |
@@ -308,6 +360,10 @@ | ||
308 | 360 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
309 | 361 | <Operation>1</Operation> |
310 | 362 | </Platform> |
363 | + <Platform Name="Android64"> | |
364 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
365 | + <Operation>1</Operation> | |
366 | + </Platform> | |
311 | 367 | </DeployClass> |
312 | 368 | <DeployClass Name="Android_LauncherIcon36"> |
313 | 369 | <Platform Name="Android"> |
@@ -314,6 +370,10 @@ | ||
314 | 370 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
315 | 371 | <Operation>1</Operation> |
316 | 372 | </Platform> |
373 | + <Platform Name="Android64"> | |
374 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
375 | + <Operation>1</Operation> | |
376 | + </Platform> | |
317 | 377 | </DeployClass> |
318 | 378 | <DeployClass Name="Android_LauncherIcon48"> |
319 | 379 | <Platform Name="Android"> |
@@ -320,6 +380,10 @@ | ||
320 | 380 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
321 | 381 | <Operation>1</Operation> |
322 | 382 | </Platform> |
383 | + <Platform Name="Android64"> | |
384 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
385 | + <Operation>1</Operation> | |
386 | + </Platform> | |
323 | 387 | </DeployClass> |
324 | 388 | <DeployClass Name="Android_LauncherIcon72"> |
325 | 389 | <Platform Name="Android"> |
@@ -326,6 +390,10 @@ | ||
326 | 390 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
327 | 391 | <Operation>1</Operation> |
328 | 392 | </Platform> |
393 | + <Platform Name="Android64"> | |
394 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
395 | + <Operation>1</Operation> | |
396 | + </Platform> | |
329 | 397 | </DeployClass> |
330 | 398 | <DeployClass Name="Android_LauncherIcon96"> |
331 | 399 | <Platform Name="Android"> |
@@ -332,6 +400,10 @@ | ||
332 | 400 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
333 | 401 | <Operation>1</Operation> |
334 | 402 | </Platform> |
403 | + <Platform Name="Android64"> | |
404 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
405 | + <Operation>1</Operation> | |
406 | + </Platform> | |
335 | 407 | </DeployClass> |
336 | 408 | <DeployClass Name="Android_NotificationIcon24"> |
337 | 409 | <Platform Name="Android"> |
@@ -338,6 +410,10 @@ | ||
338 | 410 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
339 | 411 | <Operation>1</Operation> |
340 | 412 | </Platform> |
413 | + <Platform Name="Android64"> | |
414 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
415 | + <Operation>1</Operation> | |
416 | + </Platform> | |
341 | 417 | </DeployClass> |
342 | 418 | <DeployClass Name="Android_NotificationIcon36"> |
343 | 419 | <Platform Name="Android"> |
@@ -344,6 +420,10 @@ | ||
344 | 420 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
345 | 421 | <Operation>1</Operation> |
346 | 422 | </Platform> |
423 | + <Platform Name="Android64"> | |
424 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
425 | + <Operation>1</Operation> | |
426 | + </Platform> | |
347 | 427 | </DeployClass> |
348 | 428 | <DeployClass Name="Android_NotificationIcon48"> |
349 | 429 | <Platform Name="Android"> |
@@ -350,6 +430,10 @@ | ||
350 | 430 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
351 | 431 | <Operation>1</Operation> |
352 | 432 | </Platform> |
433 | + <Platform Name="Android64"> | |
434 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
435 | + <Operation>1</Operation> | |
436 | + </Platform> | |
353 | 437 | </DeployClass> |
354 | 438 | <DeployClass Name="Android_NotificationIcon72"> |
355 | 439 | <Platform Name="Android"> |
@@ -356,6 +440,10 @@ | ||
356 | 440 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
357 | 441 | <Operation>1</Operation> |
358 | 442 | </Platform> |
443 | + <Platform Name="Android64"> | |
444 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
445 | + <Operation>1</Operation> | |
446 | + </Platform> | |
359 | 447 | </DeployClass> |
360 | 448 | <DeployClass Name="Android_NotificationIcon96"> |
361 | 449 | <Platform Name="Android"> |
@@ -362,6 +450,10 @@ | ||
362 | 450 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
363 | 451 | <Operation>1</Operation> |
364 | 452 | </Platform> |
453 | + <Platform Name="Android64"> | |
454 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
455 | + <Operation>1</Operation> | |
456 | + </Platform> | |
365 | 457 | </DeployClass> |
366 | 458 | <DeployClass Name="Android_SplashImage426"> |
367 | 459 | <Platform Name="Android"> |
@@ -368,6 +460,10 @@ | ||
368 | 460 | <RemoteDir>res\drawable-small</RemoteDir> |
369 | 461 | <Operation>1</Operation> |
370 | 462 | </Platform> |
463 | + <Platform Name="Android64"> | |
464 | + <RemoteDir>res\drawable-small</RemoteDir> | |
465 | + <Operation>1</Operation> | |
466 | + </Platform> | |
371 | 467 | </DeployClass> |
372 | 468 | <DeployClass Name="Android_SplashImage470"> |
373 | 469 | <Platform Name="Android"> |
@@ -374,6 +470,10 @@ | ||
374 | 470 | <RemoteDir>res\drawable-normal</RemoteDir> |
375 | 471 | <Operation>1</Operation> |
376 | 472 | </Platform> |
473 | + <Platform Name="Android64"> | |
474 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
475 | + <Operation>1</Operation> | |
476 | + </Platform> | |
377 | 477 | </DeployClass> |
378 | 478 | <DeployClass Name="Android_SplashImage640"> |
379 | 479 | <Platform Name="Android"> |
@@ -380,6 +480,10 @@ | ||
380 | 480 | <RemoteDir>res\drawable-large</RemoteDir> |
381 | 481 | <Operation>1</Operation> |
382 | 482 | </Platform> |
483 | + <Platform Name="Android64"> | |
484 | + <RemoteDir>res\drawable-large</RemoteDir> | |
485 | + <Operation>1</Operation> | |
486 | + </Platform> | |
383 | 487 | </DeployClass> |
384 | 488 | <DeployClass Name="Android_SplashImage960"> |
385 | 489 | <Platform Name="Android"> |
@@ -386,6 +490,10 @@ | ||
386 | 490 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
387 | 491 | <Operation>1</Operation> |
388 | 492 | </Platform> |
493 | + <Platform Name="Android64"> | |
494 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
495 | + <Operation>1</Operation> | |
496 | + </Platform> | |
389 | 497 | </DeployClass> |
390 | 498 | <DeployClass Name="Android_Strings"> |
391 | 499 | <Platform Name="Android"> |
@@ -392,6 +500,10 @@ | ||
392 | 500 | <RemoteDir>res\values</RemoteDir> |
393 | 501 | <Operation>1</Operation> |
394 | 502 | </Platform> |
503 | + <Platform Name="Android64"> | |
504 | + <RemoteDir>res\values</RemoteDir> | |
505 | + <Operation>1</Operation> | |
506 | + </Platform> | |
395 | 507 | </DeployClass> |
396 | 508 | <DeployClass Name="DebugSymbols"> |
397 | 509 | <Platform Name="iOSSimulator"> |
@@ -461,6 +573,9 @@ | ||
461 | 573 | <Platform Name="Android"> |
462 | 574 | <Operation>0</Operation> |
463 | 575 | </Platform> |
576 | + <Platform Name="Android64"> | |
577 | + <Operation>0</Operation> | |
578 | + </Platform> | |
464 | 579 | <Platform Name="iOSDevice32"> |
465 | 580 | <Operation>0</Operation> |
466 | 581 | </Platform> |
@@ -792,6 +907,9 @@ | ||
792 | 907 | <Platform Name="Android"> |
793 | 908 | <Operation>1</Operation> |
794 | 909 | </Platform> |
910 | + <Platform Name="Android64"> | |
911 | + <Operation>1</Operation> | |
912 | + </Platform> | |
795 | 913 | </DeployClass> |
796 | 914 | <DeployClass Name="ProjectiOSDeviceDebug"> |
797 | 915 | <Platform Name="iOSDevice32"> |
@@ -835,6 +953,10 @@ | ||
835 | 953 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
836 | 954 | <Operation>1</Operation> |
837 | 955 | </Platform> |
956 | + <Platform Name="Android64"> | |
957 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
958 | + <Operation>1</Operation> | |
959 | + </Platform> | |
838 | 960 | <Platform Name="iOSDevice32"> |
839 | 961 | <Operation>1</Operation> |
840 | 962 | </Platform> |
@@ -857,6 +979,12 @@ | ||
857 | 979 | <Operation>0</Operation> |
858 | 980 | </Platform> |
859 | 981 | </DeployClass> |
982 | + <DeployClass Name="ProjectOutput_Android32"> | |
983 | + <Platform Name="Android64"> | |
984 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
985 | + <Operation>1</Operation> | |
986 | + </Platform> | |
987 | + </DeployClass> | |
860 | 988 | <DeployClass Name="ProjectUWPManifest"> |
861 | 989 | <Platform Name="Win32"> |
862 | 990 | <Operation>1</Operation> |
@@ -894,6 +1022,7 @@ | ||
894 | 1022 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
895 | 1023 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
896 | 1024 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
1025 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
897 | 1026 | </Deployment> |
898 | 1027 | <Platforms> |
899 | 1028 | <Platform value="Win32">True</Platform> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -146,6 +146,10 @@ | ||
146 | 146 | <RemoteDir>classes</RemoteDir> |
147 | 147 | <Operation>1</Operation> |
148 | 148 | </Platform> |
149 | + <Platform Name="Android64"> | |
150 | + <RemoteDir>classes</RemoteDir> | |
151 | + <Operation>1</Operation> | |
152 | + </Platform> | |
149 | 153 | </DeployClass> |
150 | 154 | <DeployClass Name="AndroidFileProvider"> |
151 | 155 | <Platform Name="Android"> |
@@ -152,6 +156,10 @@ | ||
152 | 156 | <RemoteDir>res\xml</RemoteDir> |
153 | 157 | <Operation>1</Operation> |
154 | 158 | </Platform> |
159 | + <Platform Name="Android64"> | |
160 | + <RemoteDir>res\xml</RemoteDir> | |
161 | + <Operation>1</Operation> | |
162 | + </Platform> | |
155 | 163 | </DeployClass> |
156 | 164 | <DeployClass Name="AndroidGDBServer"> |
157 | 165 | <Platform Name="Android"> |
@@ -164,12 +172,26 @@ | ||
164 | 172 | <RemoteDir>library\lib\armeabi</RemoteDir> |
165 | 173 | <Operation>1</Operation> |
166 | 174 | </Platform> |
175 | + <Platform Name="Android64"> | |
176 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
177 | + <Operation>1</Operation> | |
178 | + </Platform> | |
167 | 179 | </DeployClass> |
180 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
181 | + <Platform Name="Android64"> | |
182 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
183 | + <Operation>1</Operation> | |
184 | + </Platform> | |
185 | + </DeployClass> | |
168 | 186 | <DeployClass Name="AndroidLibnativeMipsFile"> |
169 | 187 | <Platform Name="Android"> |
170 | 188 | <RemoteDir>library\lib\mips</RemoteDir> |
171 | 189 | <Operation>1</Operation> |
172 | 190 | </Platform> |
191 | + <Platform Name="Android64"> | |
192 | + <RemoteDir>library\lib\mips</RemoteDir> | |
193 | + <Operation>1</Operation> | |
194 | + </Platform> | |
173 | 195 | </DeployClass> |
174 | 196 | <DeployClass Name="AndroidServiceOutput"> |
175 | 197 | <Platform Name="Android"> |
@@ -176,12 +198,26 @@ | ||
176 | 198 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
177 | 199 | <Operation>1</Operation> |
178 | 200 | </Platform> |
201 | + <Platform Name="Android64"> | |
202 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
203 | + <Operation>1</Operation> | |
204 | + </Platform> | |
179 | 205 | </DeployClass> |
206 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
207 | + <Platform Name="Android64"> | |
208 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
209 | + <Operation>1</Operation> | |
210 | + </Platform> | |
211 | + </DeployClass> | |
180 | 212 | <DeployClass Name="AndroidSplashImageDef"> |
181 | 213 | <Platform Name="Android"> |
182 | 214 | <RemoteDir>res\drawable</RemoteDir> |
183 | 215 | <Operation>1</Operation> |
184 | 216 | </Platform> |
217 | + <Platform Name="Android64"> | |
218 | + <RemoteDir>res\drawable</RemoteDir> | |
219 | + <Operation>1</Operation> | |
220 | + </Platform> | |
185 | 221 | </DeployClass> |
186 | 222 | <DeployClass Name="AndroidSplashStyles"> |
187 | 223 | <Platform Name="Android"> |
@@ -188,6 +224,10 @@ | ||
188 | 224 | <RemoteDir>res\values</RemoteDir> |
189 | 225 | <Operation>1</Operation> |
190 | 226 | </Platform> |
227 | + <Platform Name="Android64"> | |
228 | + <RemoteDir>res\values</RemoteDir> | |
229 | + <Operation>1</Operation> | |
230 | + </Platform> | |
191 | 231 | </DeployClass> |
192 | 232 | <DeployClass Name="AndroidSplashStylesV21"> |
193 | 233 | <Platform Name="Android"> |
@@ -194,6 +234,10 @@ | ||
194 | 234 | <RemoteDir>res\values-v21</RemoteDir> |
195 | 235 | <Operation>1</Operation> |
196 | 236 | </Platform> |
237 | + <Platform Name="Android64"> | |
238 | + <RemoteDir>res\values-v21</RemoteDir> | |
239 | + <Operation>1</Operation> | |
240 | + </Platform> | |
197 | 241 | </DeployClass> |
198 | 242 | <DeployClass Name="Android_Colors"> |
199 | 243 | <Platform Name="Android"> |
@@ -200,6 +244,10 @@ | ||
200 | 244 | <RemoteDir>res\values</RemoteDir> |
201 | 245 | <Operation>1</Operation> |
202 | 246 | </Platform> |
247 | + <Platform Name="Android64"> | |
248 | + <RemoteDir>res\values</RemoteDir> | |
249 | + <Operation>1</Operation> | |
250 | + </Platform> | |
203 | 251 | </DeployClass> |
204 | 252 | <DeployClass Name="Android_DefaultAppIcon"> |
205 | 253 | <Platform Name="Android"> |
@@ -206,6 +254,10 @@ | ||
206 | 254 | <RemoteDir>res\drawable</RemoteDir> |
207 | 255 | <Operation>1</Operation> |
208 | 256 | </Platform> |
257 | + <Platform Name="Android64"> | |
258 | + <RemoteDir>res\drawable</RemoteDir> | |
259 | + <Operation>1</Operation> | |
260 | + </Platform> | |
209 | 261 | </DeployClass> |
210 | 262 | <DeployClass Name="Android_LauncherIcon144"> |
211 | 263 | <Platform Name="Android"> |
@@ -212,6 +264,10 @@ | ||
212 | 264 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
213 | 265 | <Operation>1</Operation> |
214 | 266 | </Platform> |
267 | + <Platform Name="Android64"> | |
268 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
269 | + <Operation>1</Operation> | |
270 | + </Platform> | |
215 | 271 | </DeployClass> |
216 | 272 | <DeployClass Name="Android_LauncherIcon36"> |
217 | 273 | <Platform Name="Android"> |
@@ -218,6 +274,10 @@ | ||
218 | 274 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
219 | 275 | <Operation>1</Operation> |
220 | 276 | </Platform> |
277 | + <Platform Name="Android64"> | |
278 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
279 | + <Operation>1</Operation> | |
280 | + </Platform> | |
221 | 281 | </DeployClass> |
222 | 282 | <DeployClass Name="Android_LauncherIcon48"> |
223 | 283 | <Platform Name="Android"> |
@@ -224,6 +284,10 @@ | ||
224 | 284 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
225 | 285 | <Operation>1</Operation> |
226 | 286 | </Platform> |
287 | + <Platform Name="Android64"> | |
288 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
289 | + <Operation>1</Operation> | |
290 | + </Platform> | |
227 | 291 | </DeployClass> |
228 | 292 | <DeployClass Name="Android_LauncherIcon72"> |
229 | 293 | <Platform Name="Android"> |
@@ -230,6 +294,10 @@ | ||
230 | 294 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
231 | 295 | <Operation>1</Operation> |
232 | 296 | </Platform> |
297 | + <Platform Name="Android64"> | |
298 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
299 | + <Operation>1</Operation> | |
300 | + </Platform> | |
233 | 301 | </DeployClass> |
234 | 302 | <DeployClass Name="Android_LauncherIcon96"> |
235 | 303 | <Platform Name="Android"> |
@@ -236,6 +304,10 @@ | ||
236 | 304 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
237 | 305 | <Operation>1</Operation> |
238 | 306 | </Platform> |
307 | + <Platform Name="Android64"> | |
308 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
309 | + <Operation>1</Operation> | |
310 | + </Platform> | |
239 | 311 | </DeployClass> |
240 | 312 | <DeployClass Name="Android_NotificationIcon24"> |
241 | 313 | <Platform Name="Android"> |
@@ -242,6 +314,10 @@ | ||
242 | 314 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
243 | 315 | <Operation>1</Operation> |
244 | 316 | </Platform> |
317 | + <Platform Name="Android64"> | |
318 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
319 | + <Operation>1</Operation> | |
320 | + </Platform> | |
245 | 321 | </DeployClass> |
246 | 322 | <DeployClass Name="Android_NotificationIcon36"> |
247 | 323 | <Platform Name="Android"> |
@@ -248,6 +324,10 @@ | ||
248 | 324 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
249 | 325 | <Operation>1</Operation> |
250 | 326 | </Platform> |
327 | + <Platform Name="Android64"> | |
328 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
329 | + <Operation>1</Operation> | |
330 | + </Platform> | |
251 | 331 | </DeployClass> |
252 | 332 | <DeployClass Name="Android_NotificationIcon48"> |
253 | 333 | <Platform Name="Android"> |
@@ -254,6 +334,10 @@ | ||
254 | 334 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
255 | 335 | <Operation>1</Operation> |
256 | 336 | </Platform> |
337 | + <Platform Name="Android64"> | |
338 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
339 | + <Operation>1</Operation> | |
340 | + </Platform> | |
257 | 341 | </DeployClass> |
258 | 342 | <DeployClass Name="Android_NotificationIcon72"> |
259 | 343 | <Platform Name="Android"> |
@@ -260,6 +344,10 @@ | ||
260 | 344 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
261 | 345 | <Operation>1</Operation> |
262 | 346 | </Platform> |
347 | + <Platform Name="Android64"> | |
348 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
349 | + <Operation>1</Operation> | |
350 | + </Platform> | |
263 | 351 | </DeployClass> |
264 | 352 | <DeployClass Name="Android_NotificationIcon96"> |
265 | 353 | <Platform Name="Android"> |
@@ -266,6 +354,10 @@ | ||
266 | 354 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
267 | 355 | <Operation>1</Operation> |
268 | 356 | </Platform> |
357 | + <Platform Name="Android64"> | |
358 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
359 | + <Operation>1</Operation> | |
360 | + </Platform> | |
269 | 361 | </DeployClass> |
270 | 362 | <DeployClass Name="Android_SplashImage426"> |
271 | 363 | <Platform Name="Android"> |
@@ -272,6 +364,10 @@ | ||
272 | 364 | <RemoteDir>res\drawable-small</RemoteDir> |
273 | 365 | <Operation>1</Operation> |
274 | 366 | </Platform> |
367 | + <Platform Name="Android64"> | |
368 | + <RemoteDir>res\drawable-small</RemoteDir> | |
369 | + <Operation>1</Operation> | |
370 | + </Platform> | |
275 | 371 | </DeployClass> |
276 | 372 | <DeployClass Name="Android_SplashImage470"> |
277 | 373 | <Platform Name="Android"> |
@@ -278,6 +374,10 @@ | ||
278 | 374 | <RemoteDir>res\drawable-normal</RemoteDir> |
279 | 375 | <Operation>1</Operation> |
280 | 376 | </Platform> |
377 | + <Platform Name="Android64"> | |
378 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
379 | + <Operation>1</Operation> | |
380 | + </Platform> | |
281 | 381 | </DeployClass> |
282 | 382 | <DeployClass Name="Android_SplashImage640"> |
283 | 383 | <Platform Name="Android"> |
@@ -284,6 +384,10 @@ | ||
284 | 384 | <RemoteDir>res\drawable-large</RemoteDir> |
285 | 385 | <Operation>1</Operation> |
286 | 386 | </Platform> |
387 | + <Platform Name="Android64"> | |
388 | + <RemoteDir>res\drawable-large</RemoteDir> | |
389 | + <Operation>1</Operation> | |
390 | + </Platform> | |
287 | 391 | </DeployClass> |
288 | 392 | <DeployClass Name="Android_SplashImage960"> |
289 | 393 | <Platform Name="Android"> |
@@ -290,6 +394,10 @@ | ||
290 | 394 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
291 | 395 | <Operation>1</Operation> |
292 | 396 | </Platform> |
397 | + <Platform Name="Android64"> | |
398 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
399 | + <Operation>1</Operation> | |
400 | + </Platform> | |
293 | 401 | </DeployClass> |
294 | 402 | <DeployClass Name="Android_Strings"> |
295 | 403 | <Platform Name="Android"> |
@@ -296,6 +404,10 @@ | ||
296 | 404 | <RemoteDir>res\values</RemoteDir> |
297 | 405 | <Operation>1</Operation> |
298 | 406 | </Platform> |
407 | + <Platform Name="Android64"> | |
408 | + <RemoteDir>res\values</RemoteDir> | |
409 | + <Operation>1</Operation> | |
410 | + </Platform> | |
299 | 411 | </DeployClass> |
300 | 412 | <DeployClass Name="DebugSymbols"> |
301 | 413 | <Platform Name="iOSSimulator"> |
@@ -365,6 +477,9 @@ | ||
365 | 477 | <Platform Name="Android"> |
366 | 478 | <Operation>0</Operation> |
367 | 479 | </Platform> |
480 | + <Platform Name="Android64"> | |
481 | + <Operation>0</Operation> | |
482 | + </Platform> | |
368 | 483 | <Platform Name="iOSDevice32"> |
369 | 484 | <Operation>0</Operation> |
370 | 485 | </Platform> |
@@ -696,6 +811,9 @@ | ||
696 | 811 | <Platform Name="Android"> |
697 | 812 | <Operation>1</Operation> |
698 | 813 | </Platform> |
814 | + <Platform Name="Android64"> | |
815 | + <Operation>1</Operation> | |
816 | + </Platform> | |
699 | 817 | </DeployClass> |
700 | 818 | <DeployClass Name="ProjectiOSDeviceDebug"> |
701 | 819 | <Platform Name="iOSDevice32"> |
@@ -739,6 +857,10 @@ | ||
739 | 857 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
740 | 858 | <Operation>1</Operation> |
741 | 859 | </Platform> |
860 | + <Platform Name="Android64"> | |
861 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
862 | + <Operation>1</Operation> | |
863 | + </Platform> | |
742 | 864 | <Platform Name="iOSDevice32"> |
743 | 865 | <Operation>1</Operation> |
744 | 866 | </Platform> |
@@ -761,6 +883,12 @@ | ||
761 | 883 | <Operation>0</Operation> |
762 | 884 | </Platform> |
763 | 885 | </DeployClass> |
886 | + <DeployClass Name="ProjectOutput_Android32"> | |
887 | + <Platform Name="Android64"> | |
888 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
889 | + <Operation>1</Operation> | |
890 | + </Platform> | |
891 | + </DeployClass> | |
764 | 892 | <DeployClass Name="ProjectUWPManifest"> |
765 | 893 | <Platform Name="Win32"> |
766 | 894 | <Operation>1</Operation> |
@@ -798,6 +926,7 @@ | ||
798 | 926 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
799 | 927 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
800 | 928 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
929 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
801 | 930 | </Deployment> |
802 | 931 | <Platforms> |
803 | 932 | <Platform value="Win32">True</Platform> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -146,6 +146,10 @@ | ||
146 | 146 | <RemoteDir>classes</RemoteDir> |
147 | 147 | <Operation>1</Operation> |
148 | 148 | </Platform> |
149 | + <Platform Name="Android64"> | |
150 | + <RemoteDir>classes</RemoteDir> | |
151 | + <Operation>1</Operation> | |
152 | + </Platform> | |
149 | 153 | </DeployClass> |
150 | 154 | <DeployClass Name="AndroidFileProvider"> |
151 | 155 | <Platform Name="Android"> |
@@ -152,6 +156,10 @@ | ||
152 | 156 | <RemoteDir>res\xml</RemoteDir> |
153 | 157 | <Operation>1</Operation> |
154 | 158 | </Platform> |
159 | + <Platform Name="Android64"> | |
160 | + <RemoteDir>res\xml</RemoteDir> | |
161 | + <Operation>1</Operation> | |
162 | + </Platform> | |
155 | 163 | </DeployClass> |
156 | 164 | <DeployClass Name="AndroidGDBServer"> |
157 | 165 | <Platform Name="Android"> |
@@ -164,12 +172,26 @@ | ||
164 | 172 | <RemoteDir>library\lib\armeabi</RemoteDir> |
165 | 173 | <Operation>1</Operation> |
166 | 174 | </Platform> |
175 | + <Platform Name="Android64"> | |
176 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
177 | + <Operation>1</Operation> | |
178 | + </Platform> | |
167 | 179 | </DeployClass> |
180 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
181 | + <Platform Name="Android64"> | |
182 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
183 | + <Operation>1</Operation> | |
184 | + </Platform> | |
185 | + </DeployClass> | |
168 | 186 | <DeployClass Name="AndroidLibnativeMipsFile"> |
169 | 187 | <Platform Name="Android"> |
170 | 188 | <RemoteDir>library\lib\mips</RemoteDir> |
171 | 189 | <Operation>1</Operation> |
172 | 190 | </Platform> |
191 | + <Platform Name="Android64"> | |
192 | + <RemoteDir>library\lib\mips</RemoteDir> | |
193 | + <Operation>1</Operation> | |
194 | + </Platform> | |
173 | 195 | </DeployClass> |
174 | 196 | <DeployClass Name="AndroidServiceOutput"> |
175 | 197 | <Platform Name="Android"> |
@@ -176,12 +198,26 @@ | ||
176 | 198 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
177 | 199 | <Operation>1</Operation> |
178 | 200 | </Platform> |
201 | + <Platform Name="Android64"> | |
202 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
203 | + <Operation>1</Operation> | |
204 | + </Platform> | |
179 | 205 | </DeployClass> |
206 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
207 | + <Platform Name="Android64"> | |
208 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
209 | + <Operation>1</Operation> | |
210 | + </Platform> | |
211 | + </DeployClass> | |
180 | 212 | <DeployClass Name="AndroidSplashImageDef"> |
181 | 213 | <Platform Name="Android"> |
182 | 214 | <RemoteDir>res\drawable</RemoteDir> |
183 | 215 | <Operation>1</Operation> |
184 | 216 | </Platform> |
217 | + <Platform Name="Android64"> | |
218 | + <RemoteDir>res\drawable</RemoteDir> | |
219 | + <Operation>1</Operation> | |
220 | + </Platform> | |
185 | 221 | </DeployClass> |
186 | 222 | <DeployClass Name="AndroidSplashStyles"> |
187 | 223 | <Platform Name="Android"> |
@@ -188,6 +224,10 @@ | ||
188 | 224 | <RemoteDir>res\values</RemoteDir> |
189 | 225 | <Operation>1</Operation> |
190 | 226 | </Platform> |
227 | + <Platform Name="Android64"> | |
228 | + <RemoteDir>res\values</RemoteDir> | |
229 | + <Operation>1</Operation> | |
230 | + </Platform> | |
191 | 231 | </DeployClass> |
192 | 232 | <DeployClass Name="AndroidSplashStylesV21"> |
193 | 233 | <Platform Name="Android"> |
@@ -194,6 +234,10 @@ | ||
194 | 234 | <RemoteDir>res\values-v21</RemoteDir> |
195 | 235 | <Operation>1</Operation> |
196 | 236 | </Platform> |
237 | + <Platform Name="Android64"> | |
238 | + <RemoteDir>res\values-v21</RemoteDir> | |
239 | + <Operation>1</Operation> | |
240 | + </Platform> | |
197 | 241 | </DeployClass> |
198 | 242 | <DeployClass Name="Android_Colors"> |
199 | 243 | <Platform Name="Android"> |
@@ -200,6 +244,10 @@ | ||
200 | 244 | <RemoteDir>res\values</RemoteDir> |
201 | 245 | <Operation>1</Operation> |
202 | 246 | </Platform> |
247 | + <Platform Name="Android64"> | |
248 | + <RemoteDir>res\values</RemoteDir> | |
249 | + <Operation>1</Operation> | |
250 | + </Platform> | |
203 | 251 | </DeployClass> |
204 | 252 | <DeployClass Name="Android_DefaultAppIcon"> |
205 | 253 | <Platform Name="Android"> |
@@ -206,6 +254,10 @@ | ||
206 | 254 | <RemoteDir>res\drawable</RemoteDir> |
207 | 255 | <Operation>1</Operation> |
208 | 256 | </Platform> |
257 | + <Platform Name="Android64"> | |
258 | + <RemoteDir>res\drawable</RemoteDir> | |
259 | + <Operation>1</Operation> | |
260 | + </Platform> | |
209 | 261 | </DeployClass> |
210 | 262 | <DeployClass Name="Android_LauncherIcon144"> |
211 | 263 | <Platform Name="Android"> |
@@ -212,6 +264,10 @@ | ||
212 | 264 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
213 | 265 | <Operation>1</Operation> |
214 | 266 | </Platform> |
267 | + <Platform Name="Android64"> | |
268 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
269 | + <Operation>1</Operation> | |
270 | + </Platform> | |
215 | 271 | </DeployClass> |
216 | 272 | <DeployClass Name="Android_LauncherIcon36"> |
217 | 273 | <Platform Name="Android"> |
@@ -218,6 +274,10 @@ | ||
218 | 274 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
219 | 275 | <Operation>1</Operation> |
220 | 276 | </Platform> |
277 | + <Platform Name="Android64"> | |
278 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
279 | + <Operation>1</Operation> | |
280 | + </Platform> | |
221 | 281 | </DeployClass> |
222 | 282 | <DeployClass Name="Android_LauncherIcon48"> |
223 | 283 | <Platform Name="Android"> |
@@ -224,6 +284,10 @@ | ||
224 | 284 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
225 | 285 | <Operation>1</Operation> |
226 | 286 | </Platform> |
287 | + <Platform Name="Android64"> | |
288 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
289 | + <Operation>1</Operation> | |
290 | + </Platform> | |
227 | 291 | </DeployClass> |
228 | 292 | <DeployClass Name="Android_LauncherIcon72"> |
229 | 293 | <Platform Name="Android"> |
@@ -230,6 +294,10 @@ | ||
230 | 294 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
231 | 295 | <Operation>1</Operation> |
232 | 296 | </Platform> |
297 | + <Platform Name="Android64"> | |
298 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
299 | + <Operation>1</Operation> | |
300 | + </Platform> | |
233 | 301 | </DeployClass> |
234 | 302 | <DeployClass Name="Android_LauncherIcon96"> |
235 | 303 | <Platform Name="Android"> |
@@ -236,6 +304,10 @@ | ||
236 | 304 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
237 | 305 | <Operation>1</Operation> |
238 | 306 | </Platform> |
307 | + <Platform Name="Android64"> | |
308 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
309 | + <Operation>1</Operation> | |
310 | + </Platform> | |
239 | 311 | </DeployClass> |
240 | 312 | <DeployClass Name="Android_NotificationIcon24"> |
241 | 313 | <Platform Name="Android"> |
@@ -242,6 +314,10 @@ | ||
242 | 314 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
243 | 315 | <Operation>1</Operation> |
244 | 316 | </Platform> |
317 | + <Platform Name="Android64"> | |
318 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
319 | + <Operation>1</Operation> | |
320 | + </Platform> | |
245 | 321 | </DeployClass> |
246 | 322 | <DeployClass Name="Android_NotificationIcon36"> |
247 | 323 | <Platform Name="Android"> |
@@ -248,6 +324,10 @@ | ||
248 | 324 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
249 | 325 | <Operation>1</Operation> |
250 | 326 | </Platform> |
327 | + <Platform Name="Android64"> | |
328 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
329 | + <Operation>1</Operation> | |
330 | + </Platform> | |
251 | 331 | </DeployClass> |
252 | 332 | <DeployClass Name="Android_NotificationIcon48"> |
253 | 333 | <Platform Name="Android"> |
@@ -254,6 +334,10 @@ | ||
254 | 334 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
255 | 335 | <Operation>1</Operation> |
256 | 336 | </Platform> |
337 | + <Platform Name="Android64"> | |
338 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
339 | + <Operation>1</Operation> | |
340 | + </Platform> | |
257 | 341 | </DeployClass> |
258 | 342 | <DeployClass Name="Android_NotificationIcon72"> |
259 | 343 | <Platform Name="Android"> |
@@ -260,6 +344,10 @@ | ||
260 | 344 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
261 | 345 | <Operation>1</Operation> |
262 | 346 | </Platform> |
347 | + <Platform Name="Android64"> | |
348 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
349 | + <Operation>1</Operation> | |
350 | + </Platform> | |
263 | 351 | </DeployClass> |
264 | 352 | <DeployClass Name="Android_NotificationIcon96"> |
265 | 353 | <Platform Name="Android"> |
@@ -266,6 +354,10 @@ | ||
266 | 354 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
267 | 355 | <Operation>1</Operation> |
268 | 356 | </Platform> |
357 | + <Platform Name="Android64"> | |
358 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
359 | + <Operation>1</Operation> | |
360 | + </Platform> | |
269 | 361 | </DeployClass> |
270 | 362 | <DeployClass Name="Android_SplashImage426"> |
271 | 363 | <Platform Name="Android"> |
@@ -272,6 +364,10 @@ | ||
272 | 364 | <RemoteDir>res\drawable-small</RemoteDir> |
273 | 365 | <Operation>1</Operation> |
274 | 366 | </Platform> |
367 | + <Platform Name="Android64"> | |
368 | + <RemoteDir>res\drawable-small</RemoteDir> | |
369 | + <Operation>1</Operation> | |
370 | + </Platform> | |
275 | 371 | </DeployClass> |
276 | 372 | <DeployClass Name="Android_SplashImage470"> |
277 | 373 | <Platform Name="Android"> |
@@ -278,6 +374,10 @@ | ||
278 | 374 | <RemoteDir>res\drawable-normal</RemoteDir> |
279 | 375 | <Operation>1</Operation> |
280 | 376 | </Platform> |
377 | + <Platform Name="Android64"> | |
378 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
379 | + <Operation>1</Operation> | |
380 | + </Platform> | |
281 | 381 | </DeployClass> |
282 | 382 | <DeployClass Name="Android_SplashImage640"> |
283 | 383 | <Platform Name="Android"> |
@@ -284,6 +384,10 @@ | ||
284 | 384 | <RemoteDir>res\drawable-large</RemoteDir> |
285 | 385 | <Operation>1</Operation> |
286 | 386 | </Platform> |
387 | + <Platform Name="Android64"> | |
388 | + <RemoteDir>res\drawable-large</RemoteDir> | |
389 | + <Operation>1</Operation> | |
390 | + </Platform> | |
287 | 391 | </DeployClass> |
288 | 392 | <DeployClass Name="Android_SplashImage960"> |
289 | 393 | <Platform Name="Android"> |
@@ -290,6 +394,10 @@ | ||
290 | 394 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
291 | 395 | <Operation>1</Operation> |
292 | 396 | </Platform> |
397 | + <Platform Name="Android64"> | |
398 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
399 | + <Operation>1</Operation> | |
400 | + </Platform> | |
293 | 401 | </DeployClass> |
294 | 402 | <DeployClass Name="Android_Strings"> |
295 | 403 | <Platform Name="Android"> |
@@ -296,6 +404,10 @@ | ||
296 | 404 | <RemoteDir>res\values</RemoteDir> |
297 | 405 | <Operation>1</Operation> |
298 | 406 | </Platform> |
407 | + <Platform Name="Android64"> | |
408 | + <RemoteDir>res\values</RemoteDir> | |
409 | + <Operation>1</Operation> | |
410 | + </Platform> | |
299 | 411 | </DeployClass> |
300 | 412 | <DeployClass Name="DebugSymbols"> |
301 | 413 | <Platform Name="iOSSimulator"> |
@@ -365,6 +477,9 @@ | ||
365 | 477 | <Platform Name="Android"> |
366 | 478 | <Operation>0</Operation> |
367 | 479 | </Platform> |
480 | + <Platform Name="Android64"> | |
481 | + <Operation>0</Operation> | |
482 | + </Platform> | |
368 | 483 | <Platform Name="iOSDevice32"> |
369 | 484 | <Operation>0</Operation> |
370 | 485 | </Platform> |
@@ -696,6 +811,9 @@ | ||
696 | 811 | <Platform Name="Android"> |
697 | 812 | <Operation>1</Operation> |
698 | 813 | </Platform> |
814 | + <Platform Name="Android64"> | |
815 | + <Operation>1</Operation> | |
816 | + </Platform> | |
699 | 817 | </DeployClass> |
700 | 818 | <DeployClass Name="ProjectiOSDeviceDebug"> |
701 | 819 | <Platform Name="iOSDevice32"> |
@@ -739,6 +857,10 @@ | ||
739 | 857 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
740 | 858 | <Operation>1</Operation> |
741 | 859 | </Platform> |
860 | + <Platform Name="Android64"> | |
861 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
862 | + <Operation>1</Operation> | |
863 | + </Platform> | |
742 | 864 | <Platform Name="iOSDevice32"> |
743 | 865 | <Operation>1</Operation> |
744 | 866 | </Platform> |
@@ -761,6 +883,12 @@ | ||
761 | 883 | <Operation>0</Operation> |
762 | 884 | </Platform> |
763 | 885 | </DeployClass> |
886 | + <DeployClass Name="ProjectOutput_Android32"> | |
887 | + <Platform Name="Android64"> | |
888 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
889 | + <Operation>1</Operation> | |
890 | + </Platform> | |
891 | + </DeployClass> | |
764 | 892 | <DeployClass Name="ProjectUWPManifest"> |
765 | 893 | <Platform Name="Win32"> |
766 | 894 | <Operation>1</Operation> |
@@ -798,6 +926,7 @@ | ||
798 | 926 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
799 | 927 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
800 | 928 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
929 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
801 | 930 | </Deployment> |
802 | 931 | <Platforms> |
803 | 932 | <Platform value="Win32">True</Platform> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -148,6 +148,10 @@ | ||
148 | 148 | <RemoteDir>classes</RemoteDir> |
149 | 149 | <Operation>1</Operation> |
150 | 150 | </Platform> |
151 | + <Platform Name="Android64"> | |
152 | + <RemoteDir>classes</RemoteDir> | |
153 | + <Operation>1</Operation> | |
154 | + </Platform> | |
151 | 155 | </DeployClass> |
152 | 156 | <DeployClass Name="AndroidFileProvider"> |
153 | 157 | <Platform Name="Android"> |
@@ -154,6 +158,10 @@ | ||
154 | 158 | <RemoteDir>res\xml</RemoteDir> |
155 | 159 | <Operation>1</Operation> |
156 | 160 | </Platform> |
161 | + <Platform Name="Android64"> | |
162 | + <RemoteDir>res\xml</RemoteDir> | |
163 | + <Operation>1</Operation> | |
164 | + </Platform> | |
157 | 165 | </DeployClass> |
158 | 166 | <DeployClass Name="AndroidGDBServer"> |
159 | 167 | <Platform Name="Android"> |
@@ -166,12 +174,26 @@ | ||
166 | 174 | <RemoteDir>library\lib\armeabi</RemoteDir> |
167 | 175 | <Operation>1</Operation> |
168 | 176 | </Platform> |
177 | + <Platform Name="Android64"> | |
178 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
179 | + <Operation>1</Operation> | |
180 | + </Platform> | |
169 | 181 | </DeployClass> |
182 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
183 | + <Platform Name="Android64"> | |
184 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
185 | + <Operation>1</Operation> | |
186 | + </Platform> | |
187 | + </DeployClass> | |
170 | 188 | <DeployClass Name="AndroidLibnativeMipsFile"> |
171 | 189 | <Platform Name="Android"> |
172 | 190 | <RemoteDir>library\lib\mips</RemoteDir> |
173 | 191 | <Operation>1</Operation> |
174 | 192 | </Platform> |
193 | + <Platform Name="Android64"> | |
194 | + <RemoteDir>library\lib\mips</RemoteDir> | |
195 | + <Operation>1</Operation> | |
196 | + </Platform> | |
175 | 197 | </DeployClass> |
176 | 198 | <DeployClass Name="AndroidServiceOutput"> |
177 | 199 | <Platform Name="Android"> |
@@ -178,12 +200,26 @@ | ||
178 | 200 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
179 | 201 | <Operation>1</Operation> |
180 | 202 | </Platform> |
203 | + <Platform Name="Android64"> | |
204 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
205 | + <Operation>1</Operation> | |
206 | + </Platform> | |
181 | 207 | </DeployClass> |
208 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
209 | + <Platform Name="Android64"> | |
210 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
211 | + <Operation>1</Operation> | |
212 | + </Platform> | |
213 | + </DeployClass> | |
182 | 214 | <DeployClass Name="AndroidSplashImageDef"> |
183 | 215 | <Platform Name="Android"> |
184 | 216 | <RemoteDir>res\drawable</RemoteDir> |
185 | 217 | <Operation>1</Operation> |
186 | 218 | </Platform> |
219 | + <Platform Name="Android64"> | |
220 | + <RemoteDir>res\drawable</RemoteDir> | |
221 | + <Operation>1</Operation> | |
222 | + </Platform> | |
187 | 223 | </DeployClass> |
188 | 224 | <DeployClass Name="AndroidSplashStyles"> |
189 | 225 | <Platform Name="Android"> |
@@ -190,6 +226,10 @@ | ||
190 | 226 | <RemoteDir>res\values</RemoteDir> |
191 | 227 | <Operation>1</Operation> |
192 | 228 | </Platform> |
229 | + <Platform Name="Android64"> | |
230 | + <RemoteDir>res\values</RemoteDir> | |
231 | + <Operation>1</Operation> | |
232 | + </Platform> | |
193 | 233 | </DeployClass> |
194 | 234 | <DeployClass Name="AndroidSplashStylesV21"> |
195 | 235 | <Platform Name="Android"> |
@@ -196,6 +236,10 @@ | ||
196 | 236 | <RemoteDir>res\values-v21</RemoteDir> |
197 | 237 | <Operation>1</Operation> |
198 | 238 | </Platform> |
239 | + <Platform Name="Android64"> | |
240 | + <RemoteDir>res\values-v21</RemoteDir> | |
241 | + <Operation>1</Operation> | |
242 | + </Platform> | |
199 | 243 | </DeployClass> |
200 | 244 | <DeployClass Name="Android_Colors"> |
201 | 245 | <Platform Name="Android"> |
@@ -202,6 +246,10 @@ | ||
202 | 246 | <RemoteDir>res\values</RemoteDir> |
203 | 247 | <Operation>1</Operation> |
204 | 248 | </Platform> |
249 | + <Platform Name="Android64"> | |
250 | + <RemoteDir>res\values</RemoteDir> | |
251 | + <Operation>1</Operation> | |
252 | + </Platform> | |
205 | 253 | </DeployClass> |
206 | 254 | <DeployClass Name="Android_DefaultAppIcon"> |
207 | 255 | <Platform Name="Android"> |
@@ -208,6 +256,10 @@ | ||
208 | 256 | <RemoteDir>res\drawable</RemoteDir> |
209 | 257 | <Operation>1</Operation> |
210 | 258 | </Platform> |
259 | + <Platform Name="Android64"> | |
260 | + <RemoteDir>res\drawable</RemoteDir> | |
261 | + <Operation>1</Operation> | |
262 | + </Platform> | |
211 | 263 | </DeployClass> |
212 | 264 | <DeployClass Name="Android_LauncherIcon144"> |
213 | 265 | <Platform Name="Android"> |
@@ -214,6 +266,10 @@ | ||
214 | 266 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
215 | 267 | <Operation>1</Operation> |
216 | 268 | </Platform> |
269 | + <Platform Name="Android64"> | |
270 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
271 | + <Operation>1</Operation> | |
272 | + </Platform> | |
217 | 273 | </DeployClass> |
218 | 274 | <DeployClass Name="Android_LauncherIcon36"> |
219 | 275 | <Platform Name="Android"> |
@@ -220,6 +276,10 @@ | ||
220 | 276 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
221 | 277 | <Operation>1</Operation> |
222 | 278 | </Platform> |
279 | + <Platform Name="Android64"> | |
280 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
281 | + <Operation>1</Operation> | |
282 | + </Platform> | |
223 | 283 | </DeployClass> |
224 | 284 | <DeployClass Name="Android_LauncherIcon48"> |
225 | 285 | <Platform Name="Android"> |
@@ -226,6 +286,10 @@ | ||
226 | 286 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
227 | 287 | <Operation>1</Operation> |
228 | 288 | </Platform> |
289 | + <Platform Name="Android64"> | |
290 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
291 | + <Operation>1</Operation> | |
292 | + </Platform> | |
229 | 293 | </DeployClass> |
230 | 294 | <DeployClass Name="Android_LauncherIcon72"> |
231 | 295 | <Platform Name="Android"> |
@@ -232,6 +296,10 @@ | ||
232 | 296 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
233 | 297 | <Operation>1</Operation> |
234 | 298 | </Platform> |
299 | + <Platform Name="Android64"> | |
300 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
301 | + <Operation>1</Operation> | |
302 | + </Platform> | |
235 | 303 | </DeployClass> |
236 | 304 | <DeployClass Name="Android_LauncherIcon96"> |
237 | 305 | <Platform Name="Android"> |
@@ -238,6 +306,10 @@ | ||
238 | 306 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
239 | 307 | <Operation>1</Operation> |
240 | 308 | </Platform> |
309 | + <Platform Name="Android64"> | |
310 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
311 | + <Operation>1</Operation> | |
312 | + </Platform> | |
241 | 313 | </DeployClass> |
242 | 314 | <DeployClass Name="Android_NotificationIcon24"> |
243 | 315 | <Platform Name="Android"> |
@@ -244,6 +316,10 @@ | ||
244 | 316 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
245 | 317 | <Operation>1</Operation> |
246 | 318 | </Platform> |
319 | + <Platform Name="Android64"> | |
320 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
321 | + <Operation>1</Operation> | |
322 | + </Platform> | |
247 | 323 | </DeployClass> |
248 | 324 | <DeployClass Name="Android_NotificationIcon36"> |
249 | 325 | <Platform Name="Android"> |
@@ -250,6 +326,10 @@ | ||
250 | 326 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
251 | 327 | <Operation>1</Operation> |
252 | 328 | </Platform> |
329 | + <Platform Name="Android64"> | |
330 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
331 | + <Operation>1</Operation> | |
332 | + </Platform> | |
253 | 333 | </DeployClass> |
254 | 334 | <DeployClass Name="Android_NotificationIcon48"> |
255 | 335 | <Platform Name="Android"> |
@@ -256,6 +336,10 @@ | ||
256 | 336 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
257 | 337 | <Operation>1</Operation> |
258 | 338 | </Platform> |
339 | + <Platform Name="Android64"> | |
340 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
341 | + <Operation>1</Operation> | |
342 | + </Platform> | |
259 | 343 | </DeployClass> |
260 | 344 | <DeployClass Name="Android_NotificationIcon72"> |
261 | 345 | <Platform Name="Android"> |
@@ -262,6 +346,10 @@ | ||
262 | 346 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
263 | 347 | <Operation>1</Operation> |
264 | 348 | </Platform> |
349 | + <Platform Name="Android64"> | |
350 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
351 | + <Operation>1</Operation> | |
352 | + </Platform> | |
265 | 353 | </DeployClass> |
266 | 354 | <DeployClass Name="Android_NotificationIcon96"> |
267 | 355 | <Platform Name="Android"> |
@@ -268,6 +356,10 @@ | ||
268 | 356 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
269 | 357 | <Operation>1</Operation> |
270 | 358 | </Platform> |
359 | + <Platform Name="Android64"> | |
360 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
361 | + <Operation>1</Operation> | |
362 | + </Platform> | |
271 | 363 | </DeployClass> |
272 | 364 | <DeployClass Name="Android_SplashImage426"> |
273 | 365 | <Platform Name="Android"> |
@@ -274,6 +366,10 @@ | ||
274 | 366 | <RemoteDir>res\drawable-small</RemoteDir> |
275 | 367 | <Operation>1</Operation> |
276 | 368 | </Platform> |
369 | + <Platform Name="Android64"> | |
370 | + <RemoteDir>res\drawable-small</RemoteDir> | |
371 | + <Operation>1</Operation> | |
372 | + </Platform> | |
277 | 373 | </DeployClass> |
278 | 374 | <DeployClass Name="Android_SplashImage470"> |
279 | 375 | <Platform Name="Android"> |
@@ -280,6 +376,10 @@ | ||
280 | 376 | <RemoteDir>res\drawable-normal</RemoteDir> |
281 | 377 | <Operation>1</Operation> |
282 | 378 | </Platform> |
379 | + <Platform Name="Android64"> | |
380 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
381 | + <Operation>1</Operation> | |
382 | + </Platform> | |
283 | 383 | </DeployClass> |
284 | 384 | <DeployClass Name="Android_SplashImage640"> |
285 | 385 | <Platform Name="Android"> |
@@ -286,6 +386,10 @@ | ||
286 | 386 | <RemoteDir>res\drawable-large</RemoteDir> |
287 | 387 | <Operation>1</Operation> |
288 | 388 | </Platform> |
389 | + <Platform Name="Android64"> | |
390 | + <RemoteDir>res\drawable-large</RemoteDir> | |
391 | + <Operation>1</Operation> | |
392 | + </Platform> | |
289 | 393 | </DeployClass> |
290 | 394 | <DeployClass Name="Android_SplashImage960"> |
291 | 395 | <Platform Name="Android"> |
@@ -292,6 +396,10 @@ | ||
292 | 396 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
293 | 397 | <Operation>1</Operation> |
294 | 398 | </Platform> |
399 | + <Platform Name="Android64"> | |
400 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
401 | + <Operation>1</Operation> | |
402 | + </Platform> | |
295 | 403 | </DeployClass> |
296 | 404 | <DeployClass Name="Android_Strings"> |
297 | 405 | <Platform Name="Android"> |
@@ -298,6 +406,10 @@ | ||
298 | 406 | <RemoteDir>res\values</RemoteDir> |
299 | 407 | <Operation>1</Operation> |
300 | 408 | </Platform> |
409 | + <Platform Name="Android64"> | |
410 | + <RemoteDir>res\values</RemoteDir> | |
411 | + <Operation>1</Operation> | |
412 | + </Platform> | |
301 | 413 | </DeployClass> |
302 | 414 | <DeployClass Name="DebugSymbols"> |
303 | 415 | <Platform Name="iOSSimulator"> |
@@ -367,6 +479,9 @@ | ||
367 | 479 | <Platform Name="Android"> |
368 | 480 | <Operation>0</Operation> |
369 | 481 | </Platform> |
482 | + <Platform Name="Android64"> | |
483 | + <Operation>0</Operation> | |
484 | + </Platform> | |
370 | 485 | <Platform Name="iOSDevice32"> |
371 | 486 | <Operation>0</Operation> |
372 | 487 | </Platform> |
@@ -698,6 +813,9 @@ | ||
698 | 813 | <Platform Name="Android"> |
699 | 814 | <Operation>1</Operation> |
700 | 815 | </Platform> |
816 | + <Platform Name="Android64"> | |
817 | + <Operation>1</Operation> | |
818 | + </Platform> | |
701 | 819 | </DeployClass> |
702 | 820 | <DeployClass Name="ProjectiOSDeviceDebug"> |
703 | 821 | <Platform Name="iOSDevice32"> |
@@ -741,6 +859,10 @@ | ||
741 | 859 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
742 | 860 | <Operation>1</Operation> |
743 | 861 | </Platform> |
862 | + <Platform Name="Android64"> | |
863 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
864 | + <Operation>1</Operation> | |
865 | + </Platform> | |
744 | 866 | <Platform Name="iOSDevice32"> |
745 | 867 | <Operation>1</Operation> |
746 | 868 | </Platform> |
@@ -763,6 +885,12 @@ | ||
763 | 885 | <Operation>0</Operation> |
764 | 886 | </Platform> |
765 | 887 | </DeployClass> |
888 | + <DeployClass Name="ProjectOutput_Android32"> | |
889 | + <Platform Name="Android64"> | |
890 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
891 | + <Operation>1</Operation> | |
892 | + </Platform> | |
893 | + </DeployClass> | |
766 | 894 | <DeployClass Name="ProjectUWPManifest"> |
767 | 895 | <Platform Name="Win32"> |
768 | 896 | <Operation>1</Operation> |
@@ -800,6 +928,7 @@ | ||
800 | 928 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
801 | 929 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
802 | 930 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
931 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
803 | 932 | </Deployment> |
804 | 933 | <Platforms> |
805 | 934 | <Platform value="Win32">True</Platform> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -147,6 +147,10 @@ | ||
147 | 147 | <RemoteDir>classes</RemoteDir> |
148 | 148 | <Operation>1</Operation> |
149 | 149 | </Platform> |
150 | + <Platform Name="Android64"> | |
151 | + <RemoteDir>classes</RemoteDir> | |
152 | + <Operation>1</Operation> | |
153 | + </Platform> | |
150 | 154 | </DeployClass> |
151 | 155 | <DeployClass Name="AndroidFileProvider"> |
152 | 156 | <Platform Name="Android"> |
@@ -153,6 +157,10 @@ | ||
153 | 157 | <RemoteDir>res\xml</RemoteDir> |
154 | 158 | <Operation>1</Operation> |
155 | 159 | </Platform> |
160 | + <Platform Name="Android64"> | |
161 | + <RemoteDir>res\xml</RemoteDir> | |
162 | + <Operation>1</Operation> | |
163 | + </Platform> | |
156 | 164 | </DeployClass> |
157 | 165 | <DeployClass Name="AndroidGDBServer"> |
158 | 166 | <Platform Name="Android"> |
@@ -165,12 +173,26 @@ | ||
165 | 173 | <RemoteDir>library\lib\armeabi</RemoteDir> |
166 | 174 | <Operation>1</Operation> |
167 | 175 | </Platform> |
176 | + <Platform Name="Android64"> | |
177 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
178 | + <Operation>1</Operation> | |
179 | + </Platform> | |
168 | 180 | </DeployClass> |
181 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
182 | + <Platform Name="Android64"> | |
183 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
184 | + <Operation>1</Operation> | |
185 | + </Platform> | |
186 | + </DeployClass> | |
169 | 187 | <DeployClass Name="AndroidLibnativeMipsFile"> |
170 | 188 | <Platform Name="Android"> |
171 | 189 | <RemoteDir>library\lib\mips</RemoteDir> |
172 | 190 | <Operation>1</Operation> |
173 | 191 | </Platform> |
192 | + <Platform Name="Android64"> | |
193 | + <RemoteDir>library\lib\mips</RemoteDir> | |
194 | + <Operation>1</Operation> | |
195 | + </Platform> | |
174 | 196 | </DeployClass> |
175 | 197 | <DeployClass Name="AndroidServiceOutput"> |
176 | 198 | <Platform Name="Android"> |
@@ -177,12 +199,26 @@ | ||
177 | 199 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
178 | 200 | <Operation>1</Operation> |
179 | 201 | </Platform> |
202 | + <Platform Name="Android64"> | |
203 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
204 | + <Operation>1</Operation> | |
205 | + </Platform> | |
180 | 206 | </DeployClass> |
207 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
208 | + <Platform Name="Android64"> | |
209 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
210 | + <Operation>1</Operation> | |
211 | + </Platform> | |
212 | + </DeployClass> | |
181 | 213 | <DeployClass Name="AndroidSplashImageDef"> |
182 | 214 | <Platform Name="Android"> |
183 | 215 | <RemoteDir>res\drawable</RemoteDir> |
184 | 216 | <Operation>1</Operation> |
185 | 217 | </Platform> |
218 | + <Platform Name="Android64"> | |
219 | + <RemoteDir>res\drawable</RemoteDir> | |
220 | + <Operation>1</Operation> | |
221 | + </Platform> | |
186 | 222 | </DeployClass> |
187 | 223 | <DeployClass Name="AndroidSplashStyles"> |
188 | 224 | <Platform Name="Android"> |
@@ -189,6 +225,10 @@ | ||
189 | 225 | <RemoteDir>res\values</RemoteDir> |
190 | 226 | <Operation>1</Operation> |
191 | 227 | </Platform> |
228 | + <Platform Name="Android64"> | |
229 | + <RemoteDir>res\values</RemoteDir> | |
230 | + <Operation>1</Operation> | |
231 | + </Platform> | |
192 | 232 | </DeployClass> |
193 | 233 | <DeployClass Name="AndroidSplashStylesV21"> |
194 | 234 | <Platform Name="Android"> |
@@ -195,6 +235,10 @@ | ||
195 | 235 | <RemoteDir>res\values-v21</RemoteDir> |
196 | 236 | <Operation>1</Operation> |
197 | 237 | </Platform> |
238 | + <Platform Name="Android64"> | |
239 | + <RemoteDir>res\values-v21</RemoteDir> | |
240 | + <Operation>1</Operation> | |
241 | + </Platform> | |
198 | 242 | </DeployClass> |
199 | 243 | <DeployClass Name="Android_Colors"> |
200 | 244 | <Platform Name="Android"> |
@@ -201,6 +245,10 @@ | ||
201 | 245 | <RemoteDir>res\values</RemoteDir> |
202 | 246 | <Operation>1</Operation> |
203 | 247 | </Platform> |
248 | + <Platform Name="Android64"> | |
249 | + <RemoteDir>res\values</RemoteDir> | |
250 | + <Operation>1</Operation> | |
251 | + </Platform> | |
204 | 252 | </DeployClass> |
205 | 253 | <DeployClass Name="Android_DefaultAppIcon"> |
206 | 254 | <Platform Name="Android"> |
@@ -207,6 +255,10 @@ | ||
207 | 255 | <RemoteDir>res\drawable</RemoteDir> |
208 | 256 | <Operation>1</Operation> |
209 | 257 | </Platform> |
258 | + <Platform Name="Android64"> | |
259 | + <RemoteDir>res\drawable</RemoteDir> | |
260 | + <Operation>1</Operation> | |
261 | + </Platform> | |
210 | 262 | </DeployClass> |
211 | 263 | <DeployClass Name="Android_LauncherIcon144"> |
212 | 264 | <Platform Name="Android"> |
@@ -213,6 +265,10 @@ | ||
213 | 265 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
214 | 266 | <Operation>1</Operation> |
215 | 267 | </Platform> |
268 | + <Platform Name="Android64"> | |
269 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
270 | + <Operation>1</Operation> | |
271 | + </Platform> | |
216 | 272 | </DeployClass> |
217 | 273 | <DeployClass Name="Android_LauncherIcon36"> |
218 | 274 | <Platform Name="Android"> |
@@ -219,6 +275,10 @@ | ||
219 | 275 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
220 | 276 | <Operation>1</Operation> |
221 | 277 | </Platform> |
278 | + <Platform Name="Android64"> | |
279 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
280 | + <Operation>1</Operation> | |
281 | + </Platform> | |
222 | 282 | </DeployClass> |
223 | 283 | <DeployClass Name="Android_LauncherIcon48"> |
224 | 284 | <Platform Name="Android"> |
@@ -225,6 +285,10 @@ | ||
225 | 285 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
226 | 286 | <Operation>1</Operation> |
227 | 287 | </Platform> |
288 | + <Platform Name="Android64"> | |
289 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
290 | + <Operation>1</Operation> | |
291 | + </Platform> | |
228 | 292 | </DeployClass> |
229 | 293 | <DeployClass Name="Android_LauncherIcon72"> |
230 | 294 | <Platform Name="Android"> |
@@ -231,6 +295,10 @@ | ||
231 | 295 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
232 | 296 | <Operation>1</Operation> |
233 | 297 | </Platform> |
298 | + <Platform Name="Android64"> | |
299 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
300 | + <Operation>1</Operation> | |
301 | + </Platform> | |
234 | 302 | </DeployClass> |
235 | 303 | <DeployClass Name="Android_LauncherIcon96"> |
236 | 304 | <Platform Name="Android"> |
@@ -237,6 +305,10 @@ | ||
237 | 305 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
238 | 306 | <Operation>1</Operation> |
239 | 307 | </Platform> |
308 | + <Platform Name="Android64"> | |
309 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
310 | + <Operation>1</Operation> | |
311 | + </Platform> | |
240 | 312 | </DeployClass> |
241 | 313 | <DeployClass Name="Android_NotificationIcon24"> |
242 | 314 | <Platform Name="Android"> |
@@ -243,6 +315,10 @@ | ||
243 | 315 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
244 | 316 | <Operation>1</Operation> |
245 | 317 | </Platform> |
318 | + <Platform Name="Android64"> | |
319 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
320 | + <Operation>1</Operation> | |
321 | + </Platform> | |
246 | 322 | </DeployClass> |
247 | 323 | <DeployClass Name="Android_NotificationIcon36"> |
248 | 324 | <Platform Name="Android"> |
@@ -249,6 +325,10 @@ | ||
249 | 325 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
250 | 326 | <Operation>1</Operation> |
251 | 327 | </Platform> |
328 | + <Platform Name="Android64"> | |
329 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
330 | + <Operation>1</Operation> | |
331 | + </Platform> | |
252 | 332 | </DeployClass> |
253 | 333 | <DeployClass Name="Android_NotificationIcon48"> |
254 | 334 | <Platform Name="Android"> |
@@ -255,6 +335,10 @@ | ||
255 | 335 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
256 | 336 | <Operation>1</Operation> |
257 | 337 | </Platform> |
338 | + <Platform Name="Android64"> | |
339 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
340 | + <Operation>1</Operation> | |
341 | + </Platform> | |
258 | 342 | </DeployClass> |
259 | 343 | <DeployClass Name="Android_NotificationIcon72"> |
260 | 344 | <Platform Name="Android"> |
@@ -261,6 +345,10 @@ | ||
261 | 345 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
262 | 346 | <Operation>1</Operation> |
263 | 347 | </Platform> |
348 | + <Platform Name="Android64"> | |
349 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
350 | + <Operation>1</Operation> | |
351 | + </Platform> | |
264 | 352 | </DeployClass> |
265 | 353 | <DeployClass Name="Android_NotificationIcon96"> |
266 | 354 | <Platform Name="Android"> |
@@ -267,6 +355,10 @@ | ||
267 | 355 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
268 | 356 | <Operation>1</Operation> |
269 | 357 | </Platform> |
358 | + <Platform Name="Android64"> | |
359 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
360 | + <Operation>1</Operation> | |
361 | + </Platform> | |
270 | 362 | </DeployClass> |
271 | 363 | <DeployClass Name="Android_SplashImage426"> |
272 | 364 | <Platform Name="Android"> |
@@ -273,6 +365,10 @@ | ||
273 | 365 | <RemoteDir>res\drawable-small</RemoteDir> |
274 | 366 | <Operation>1</Operation> |
275 | 367 | </Platform> |
368 | + <Platform Name="Android64"> | |
369 | + <RemoteDir>res\drawable-small</RemoteDir> | |
370 | + <Operation>1</Operation> | |
371 | + </Platform> | |
276 | 372 | </DeployClass> |
277 | 373 | <DeployClass Name="Android_SplashImage470"> |
278 | 374 | <Platform Name="Android"> |
@@ -279,6 +375,10 @@ | ||
279 | 375 | <RemoteDir>res\drawable-normal</RemoteDir> |
280 | 376 | <Operation>1</Operation> |
281 | 377 | </Platform> |
378 | + <Platform Name="Android64"> | |
379 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
380 | + <Operation>1</Operation> | |
381 | + </Platform> | |
282 | 382 | </DeployClass> |
283 | 383 | <DeployClass Name="Android_SplashImage640"> |
284 | 384 | <Platform Name="Android"> |
@@ -285,6 +385,10 @@ | ||
285 | 385 | <RemoteDir>res\drawable-large</RemoteDir> |
286 | 386 | <Operation>1</Operation> |
287 | 387 | </Platform> |
388 | + <Platform Name="Android64"> | |
389 | + <RemoteDir>res\drawable-large</RemoteDir> | |
390 | + <Operation>1</Operation> | |
391 | + </Platform> | |
288 | 392 | </DeployClass> |
289 | 393 | <DeployClass Name="Android_SplashImage960"> |
290 | 394 | <Platform Name="Android"> |
@@ -291,6 +395,10 @@ | ||
291 | 395 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
292 | 396 | <Operation>1</Operation> |
293 | 397 | </Platform> |
398 | + <Platform Name="Android64"> | |
399 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
400 | + <Operation>1</Operation> | |
401 | + </Platform> | |
294 | 402 | </DeployClass> |
295 | 403 | <DeployClass Name="Android_Strings"> |
296 | 404 | <Platform Name="Android"> |
@@ -297,6 +405,10 @@ | ||
297 | 405 | <RemoteDir>res\values</RemoteDir> |
298 | 406 | <Operation>1</Operation> |
299 | 407 | </Platform> |
408 | + <Platform Name="Android64"> | |
409 | + <RemoteDir>res\values</RemoteDir> | |
410 | + <Operation>1</Operation> | |
411 | + </Platform> | |
300 | 412 | </DeployClass> |
301 | 413 | <DeployClass Name="DebugSymbols"> |
302 | 414 | <Platform Name="iOSSimulator"> |
@@ -366,6 +478,9 @@ | ||
366 | 478 | <Platform Name="Android"> |
367 | 479 | <Operation>0</Operation> |
368 | 480 | </Platform> |
481 | + <Platform Name="Android64"> | |
482 | + <Operation>0</Operation> | |
483 | + </Platform> | |
369 | 484 | <Platform Name="iOSDevice32"> |
370 | 485 | <Operation>0</Operation> |
371 | 486 | </Platform> |
@@ -697,6 +812,9 @@ | ||
697 | 812 | <Platform Name="Android"> |
698 | 813 | <Operation>1</Operation> |
699 | 814 | </Platform> |
815 | + <Platform Name="Android64"> | |
816 | + <Operation>1</Operation> | |
817 | + </Platform> | |
700 | 818 | </DeployClass> |
701 | 819 | <DeployClass Name="ProjectiOSDeviceDebug"> |
702 | 820 | <Platform Name="iOSDevice32"> |
@@ -740,6 +858,10 @@ | ||
740 | 858 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
741 | 859 | <Operation>1</Operation> |
742 | 860 | </Platform> |
861 | + <Platform Name="Android64"> | |
862 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
863 | + <Operation>1</Operation> | |
864 | + </Platform> | |
743 | 865 | <Platform Name="iOSDevice32"> |
744 | 866 | <Operation>1</Operation> |
745 | 867 | </Platform> |
@@ -762,6 +884,12 @@ | ||
762 | 884 | <Operation>0</Operation> |
763 | 885 | </Platform> |
764 | 886 | </DeployClass> |
887 | + <DeployClass Name="ProjectOutput_Android32"> | |
888 | + <Platform Name="Android64"> | |
889 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
890 | + <Operation>1</Operation> | |
891 | + </Platform> | |
892 | + </DeployClass> | |
765 | 893 | <DeployClass Name="ProjectUWPManifest"> |
766 | 894 | <Platform Name="Win32"> |
767 | 895 | <Operation>1</Operation> |
@@ -799,6 +927,7 @@ | ||
799 | 927 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
800 | 928 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
801 | 929 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
930 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
802 | 931 | </Deployment> |
803 | 932 | <Platforms> |
804 | 933 | <Platform value="Win32">True</Platform> |
@@ -2,7 +2,7 @@ | ||
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{4E515A56-2FD5-4FF5-B659-3B890038C8D1}</ProjectGuid> |
4 | 4 | <MainSource>KRKToolsApiComponentsD.dpk</MainSource> |
5 | - <ProjectVersion>18.7</ProjectVersion> | |
5 | + <ProjectVersion>18.8</ProjectVersion> | |
6 | 6 | <FrameworkType>None</FrameworkType> |
7 | 7 | <Base>True</Base> |
8 | 8 | <Config Condition="'$(Config)'==''">Base</Config> |
@@ -113,6 +113,10 @@ | ||
113 | 113 | <RemoteDir>classes</RemoteDir> |
114 | 114 | <Operation>1</Operation> |
115 | 115 | </Platform> |
116 | + <Platform Name="Android64"> | |
117 | + <RemoteDir>classes</RemoteDir> | |
118 | + <Operation>1</Operation> | |
119 | + </Platform> | |
116 | 120 | </DeployClass> |
117 | 121 | <DeployClass Name="AndroidFileProvider"> |
118 | 122 | <Platform Name="Android"> |
@@ -119,6 +123,10 @@ | ||
119 | 123 | <RemoteDir>res\xml</RemoteDir> |
120 | 124 | <Operation>1</Operation> |
121 | 125 | </Platform> |
126 | + <Platform Name="Android64"> | |
127 | + <RemoteDir>res\xml</RemoteDir> | |
128 | + <Operation>1</Operation> | |
129 | + </Platform> | |
122 | 130 | </DeployClass> |
123 | 131 | <DeployClass Name="AndroidGDBServer"> |
124 | 132 | <Platform Name="Android"> |
@@ -131,12 +139,26 @@ | ||
131 | 139 | <RemoteDir>library\lib\armeabi</RemoteDir> |
132 | 140 | <Operation>1</Operation> |
133 | 141 | </Platform> |
142 | + <Platform Name="Android64"> | |
143 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
144 | + <Operation>1</Operation> | |
145 | + </Platform> | |
134 | 146 | </DeployClass> |
147 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
148 | + <Platform Name="Android64"> | |
149 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
150 | + <Operation>1</Operation> | |
151 | + </Platform> | |
152 | + </DeployClass> | |
135 | 153 | <DeployClass Name="AndroidLibnativeMipsFile"> |
136 | 154 | <Platform Name="Android"> |
137 | 155 | <RemoteDir>library\lib\mips</RemoteDir> |
138 | 156 | <Operation>1</Operation> |
139 | 157 | </Platform> |
158 | + <Platform Name="Android64"> | |
159 | + <RemoteDir>library\lib\mips</RemoteDir> | |
160 | + <Operation>1</Operation> | |
161 | + </Platform> | |
140 | 162 | </DeployClass> |
141 | 163 | <DeployClass Name="AndroidServiceOutput"> |
142 | 164 | <Platform Name="Android"> |
@@ -143,12 +165,26 @@ | ||
143 | 165 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
144 | 166 | <Operation>1</Operation> |
145 | 167 | </Platform> |
168 | + <Platform Name="Android64"> | |
169 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
170 | + <Operation>1</Operation> | |
171 | + </Platform> | |
146 | 172 | </DeployClass> |
173 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
174 | + <Platform Name="Android64"> | |
175 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
176 | + <Operation>1</Operation> | |
177 | + </Platform> | |
178 | + </DeployClass> | |
147 | 179 | <DeployClass Name="AndroidSplashImageDef"> |
148 | 180 | <Platform Name="Android"> |
149 | 181 | <RemoteDir>res\drawable</RemoteDir> |
150 | 182 | <Operation>1</Operation> |
151 | 183 | </Platform> |
184 | + <Platform Name="Android64"> | |
185 | + <RemoteDir>res\drawable</RemoteDir> | |
186 | + <Operation>1</Operation> | |
187 | + </Platform> | |
152 | 188 | </DeployClass> |
153 | 189 | <DeployClass Name="AndroidSplashStyles"> |
154 | 190 | <Platform Name="Android"> |
@@ -155,6 +191,10 @@ | ||
155 | 191 | <RemoteDir>res\values</RemoteDir> |
156 | 192 | <Operation>1</Operation> |
157 | 193 | </Platform> |
194 | + <Platform Name="Android64"> | |
195 | + <RemoteDir>res\values</RemoteDir> | |
196 | + <Operation>1</Operation> | |
197 | + </Platform> | |
158 | 198 | </DeployClass> |
159 | 199 | <DeployClass Name="AndroidSplashStylesV21"> |
160 | 200 | <Platform Name="Android"> |
@@ -161,6 +201,10 @@ | ||
161 | 201 | <RemoteDir>res\values-v21</RemoteDir> |
162 | 202 | <Operation>1</Operation> |
163 | 203 | </Platform> |
204 | + <Platform Name="Android64"> | |
205 | + <RemoteDir>res\values-v21</RemoteDir> | |
206 | + <Operation>1</Operation> | |
207 | + </Platform> | |
164 | 208 | </DeployClass> |
165 | 209 | <DeployClass Name="Android_Colors"> |
166 | 210 | <Platform Name="Android"> |
@@ -167,6 +211,10 @@ | ||
167 | 211 | <RemoteDir>res\values</RemoteDir> |
168 | 212 | <Operation>1</Operation> |
169 | 213 | </Platform> |
214 | + <Platform Name="Android64"> | |
215 | + <RemoteDir>res\values</RemoteDir> | |
216 | + <Operation>1</Operation> | |
217 | + </Platform> | |
170 | 218 | </DeployClass> |
171 | 219 | <DeployClass Name="Android_DefaultAppIcon"> |
172 | 220 | <Platform Name="Android"> |
@@ -173,6 +221,10 @@ | ||
173 | 221 | <RemoteDir>res\drawable</RemoteDir> |
174 | 222 | <Operation>1</Operation> |
175 | 223 | </Platform> |
224 | + <Platform Name="Android64"> | |
225 | + <RemoteDir>res\drawable</RemoteDir> | |
226 | + <Operation>1</Operation> | |
227 | + </Platform> | |
176 | 228 | </DeployClass> |
177 | 229 | <DeployClass Name="Android_LauncherIcon144"> |
178 | 230 | <Platform Name="Android"> |
@@ -179,6 +231,10 @@ | ||
179 | 231 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
180 | 232 | <Operation>1</Operation> |
181 | 233 | </Platform> |
234 | + <Platform Name="Android64"> | |
235 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
236 | + <Operation>1</Operation> | |
237 | + </Platform> | |
182 | 238 | </DeployClass> |
183 | 239 | <DeployClass Name="Android_LauncherIcon36"> |
184 | 240 | <Platform Name="Android"> |
@@ -185,6 +241,10 @@ | ||
185 | 241 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
186 | 242 | <Operation>1</Operation> |
187 | 243 | </Platform> |
244 | + <Platform Name="Android64"> | |
245 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
246 | + <Operation>1</Operation> | |
247 | + </Platform> | |
188 | 248 | </DeployClass> |
189 | 249 | <DeployClass Name="Android_LauncherIcon48"> |
190 | 250 | <Platform Name="Android"> |
@@ -191,6 +251,10 @@ | ||
191 | 251 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
192 | 252 | <Operation>1</Operation> |
193 | 253 | </Platform> |
254 | + <Platform Name="Android64"> | |
255 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
256 | + <Operation>1</Operation> | |
257 | + </Platform> | |
194 | 258 | </DeployClass> |
195 | 259 | <DeployClass Name="Android_LauncherIcon72"> |
196 | 260 | <Platform Name="Android"> |
@@ -197,6 +261,10 @@ | ||
197 | 261 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
198 | 262 | <Operation>1</Operation> |
199 | 263 | </Platform> |
264 | + <Platform Name="Android64"> | |
265 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
266 | + <Operation>1</Operation> | |
267 | + </Platform> | |
200 | 268 | </DeployClass> |
201 | 269 | <DeployClass Name="Android_LauncherIcon96"> |
202 | 270 | <Platform Name="Android"> |
@@ -203,6 +271,10 @@ | ||
203 | 271 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
204 | 272 | <Operation>1</Operation> |
205 | 273 | </Platform> |
274 | + <Platform Name="Android64"> | |
275 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
276 | + <Operation>1</Operation> | |
277 | + </Platform> | |
206 | 278 | </DeployClass> |
207 | 279 | <DeployClass Name="Android_NotificationIcon24"> |
208 | 280 | <Platform Name="Android"> |
@@ -209,6 +281,10 @@ | ||
209 | 281 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
210 | 282 | <Operation>1</Operation> |
211 | 283 | </Platform> |
284 | + <Platform Name="Android64"> | |
285 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
286 | + <Operation>1</Operation> | |
287 | + </Platform> | |
212 | 288 | </DeployClass> |
213 | 289 | <DeployClass Name="Android_NotificationIcon36"> |
214 | 290 | <Platform Name="Android"> |
@@ -215,6 +291,10 @@ | ||
215 | 291 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
216 | 292 | <Operation>1</Operation> |
217 | 293 | </Platform> |
294 | + <Platform Name="Android64"> | |
295 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
296 | + <Operation>1</Operation> | |
297 | + </Platform> | |
218 | 298 | </DeployClass> |
219 | 299 | <DeployClass Name="Android_NotificationIcon48"> |
220 | 300 | <Platform Name="Android"> |
@@ -221,6 +301,10 @@ | ||
221 | 301 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
222 | 302 | <Operation>1</Operation> |
223 | 303 | </Platform> |
304 | + <Platform Name="Android64"> | |
305 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
306 | + <Operation>1</Operation> | |
307 | + </Platform> | |
224 | 308 | </DeployClass> |
225 | 309 | <DeployClass Name="Android_NotificationIcon72"> |
226 | 310 | <Platform Name="Android"> |
@@ -227,6 +311,10 @@ | ||
227 | 311 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
228 | 312 | <Operation>1</Operation> |
229 | 313 | </Platform> |
314 | + <Platform Name="Android64"> | |
315 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
316 | + <Operation>1</Operation> | |
317 | + </Platform> | |
230 | 318 | </DeployClass> |
231 | 319 | <DeployClass Name="Android_NotificationIcon96"> |
232 | 320 | <Platform Name="Android"> |
@@ -233,6 +321,10 @@ | ||
233 | 321 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
234 | 322 | <Operation>1</Operation> |
235 | 323 | </Platform> |
324 | + <Platform Name="Android64"> | |
325 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
326 | + <Operation>1</Operation> | |
327 | + </Platform> | |
236 | 328 | </DeployClass> |
237 | 329 | <DeployClass Name="Android_SplashImage426"> |
238 | 330 | <Platform Name="Android"> |
@@ -239,6 +331,10 @@ | ||
239 | 331 | <RemoteDir>res\drawable-small</RemoteDir> |
240 | 332 | <Operation>1</Operation> |
241 | 333 | </Platform> |
334 | + <Platform Name="Android64"> | |
335 | + <RemoteDir>res\drawable-small</RemoteDir> | |
336 | + <Operation>1</Operation> | |
337 | + </Platform> | |
242 | 338 | </DeployClass> |
243 | 339 | <DeployClass Name="Android_SplashImage470"> |
244 | 340 | <Platform Name="Android"> |
@@ -245,6 +341,10 @@ | ||
245 | 341 | <RemoteDir>res\drawable-normal</RemoteDir> |
246 | 342 | <Operation>1</Operation> |
247 | 343 | </Platform> |
344 | + <Platform Name="Android64"> | |
345 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
346 | + <Operation>1</Operation> | |
347 | + </Platform> | |
248 | 348 | </DeployClass> |
249 | 349 | <DeployClass Name="Android_SplashImage640"> |
250 | 350 | <Platform Name="Android"> |
@@ -251,6 +351,10 @@ | ||
251 | 351 | <RemoteDir>res\drawable-large</RemoteDir> |
252 | 352 | <Operation>1</Operation> |
253 | 353 | </Platform> |
354 | + <Platform Name="Android64"> | |
355 | + <RemoteDir>res\drawable-large</RemoteDir> | |
356 | + <Operation>1</Operation> | |
357 | + </Platform> | |
254 | 358 | </DeployClass> |
255 | 359 | <DeployClass Name="Android_SplashImage960"> |
256 | 360 | <Platform Name="Android"> |
@@ -257,6 +361,10 @@ | ||
257 | 361 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
258 | 362 | <Operation>1</Operation> |
259 | 363 | </Platform> |
364 | + <Platform Name="Android64"> | |
365 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
366 | + <Operation>1</Operation> | |
367 | + </Platform> | |
260 | 368 | </DeployClass> |
261 | 369 | <DeployClass Name="Android_Strings"> |
262 | 370 | <Platform Name="Android"> |
@@ -263,6 +371,10 @@ | ||
263 | 371 | <RemoteDir>res\values</RemoteDir> |
264 | 372 | <Operation>1</Operation> |
265 | 373 | </Platform> |
374 | + <Platform Name="Android64"> | |
375 | + <RemoteDir>res\values</RemoteDir> | |
376 | + <Operation>1</Operation> | |
377 | + </Platform> | |
266 | 378 | </DeployClass> |
267 | 379 | <DeployClass Name="DebugSymbols"> |
268 | 380 | <Platform Name="iOSSimulator"> |
@@ -332,6 +444,9 @@ | ||
332 | 444 | <Platform Name="Android"> |
333 | 445 | <Operation>0</Operation> |
334 | 446 | </Platform> |
447 | + <Platform Name="Android64"> | |
448 | + <Operation>0</Operation> | |
449 | + </Platform> | |
335 | 450 | <Platform Name="iOSDevice32"> |
336 | 451 | <Operation>0</Operation> |
337 | 452 | </Platform> |
@@ -663,6 +778,9 @@ | ||
663 | 778 | <Platform Name="Android"> |
664 | 779 | <Operation>1</Operation> |
665 | 780 | </Platform> |
781 | + <Platform Name="Android64"> | |
782 | + <Operation>1</Operation> | |
783 | + </Platform> | |
666 | 784 | </DeployClass> |
667 | 785 | <DeployClass Name="ProjectiOSDeviceDebug"> |
668 | 786 | <Platform Name="iOSDevice32"> |
@@ -706,6 +824,10 @@ | ||
706 | 824 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
707 | 825 | <Operation>1</Operation> |
708 | 826 | </Platform> |
827 | + <Platform Name="Android64"> | |
828 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
829 | + <Operation>1</Operation> | |
830 | + </Platform> | |
709 | 831 | <Platform Name="iOSDevice32"> |
710 | 832 | <Operation>1</Operation> |
711 | 833 | </Platform> |
@@ -728,6 +850,12 @@ | ||
728 | 850 | <Operation>0</Operation> |
729 | 851 | </Platform> |
730 | 852 | </DeployClass> |
853 | + <DeployClass Name="ProjectOutput_Android32"> | |
854 | + <Platform Name="Android64"> | |
855 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
856 | + <Operation>1</Operation> | |
857 | + </Platform> | |
858 | + </DeployClass> | |
731 | 859 | <DeployClass Name="ProjectUWPManifest"> |
732 | 860 | <Platform Name="Win32"> |
733 | 861 | <Operation>1</Operation> |
@@ -765,6 +893,7 @@ | ||
765 | 893 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
766 | 894 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
767 | 895 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
896 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
768 | 897 | </Deployment> |
769 | 898 | <Platforms> |
770 | 899 | <Platform value="Win32">True</Platform> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>None</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -146,6 +146,10 @@ | ||
146 | 146 | <RemoteDir>classes</RemoteDir> |
147 | 147 | <Operation>1</Operation> |
148 | 148 | </Platform> |
149 | + <Platform Name="Android64"> | |
150 | + <RemoteDir>classes</RemoteDir> | |
151 | + <Operation>1</Operation> | |
152 | + </Platform> | |
149 | 153 | </DeployClass> |
150 | 154 | <DeployClass Name="AndroidFileProvider"> |
151 | 155 | <Platform Name="Android"> |
@@ -152,6 +156,10 @@ | ||
152 | 156 | <RemoteDir>res\xml</RemoteDir> |
153 | 157 | <Operation>1</Operation> |
154 | 158 | </Platform> |
159 | + <Platform Name="Android64"> | |
160 | + <RemoteDir>res\xml</RemoteDir> | |
161 | + <Operation>1</Operation> | |
162 | + </Platform> | |
155 | 163 | </DeployClass> |
156 | 164 | <DeployClass Name="AndroidGDBServer"> |
157 | 165 | <Platform Name="Android"> |
@@ -164,12 +172,26 @@ | ||
164 | 172 | <RemoteDir>library\lib\armeabi</RemoteDir> |
165 | 173 | <Operation>1</Operation> |
166 | 174 | </Platform> |
175 | + <Platform Name="Android64"> | |
176 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
177 | + <Operation>1</Operation> | |
178 | + </Platform> | |
167 | 179 | </DeployClass> |
180 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
181 | + <Platform Name="Android64"> | |
182 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
183 | + <Operation>1</Operation> | |
184 | + </Platform> | |
185 | + </DeployClass> | |
168 | 186 | <DeployClass Name="AndroidLibnativeMipsFile"> |
169 | 187 | <Platform Name="Android"> |
170 | 188 | <RemoteDir>library\lib\mips</RemoteDir> |
171 | 189 | <Operation>1</Operation> |
172 | 190 | </Platform> |
191 | + <Platform Name="Android64"> | |
192 | + <RemoteDir>library\lib\mips</RemoteDir> | |
193 | + <Operation>1</Operation> | |
194 | + </Platform> | |
173 | 195 | </DeployClass> |
174 | 196 | <DeployClass Name="AndroidServiceOutput"> |
175 | 197 | <Platform Name="Android"> |
@@ -176,12 +198,26 @@ | ||
176 | 198 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
177 | 199 | <Operation>1</Operation> |
178 | 200 | </Platform> |
201 | + <Platform Name="Android64"> | |
202 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
203 | + <Operation>1</Operation> | |
204 | + </Platform> | |
179 | 205 | </DeployClass> |
206 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
207 | + <Platform Name="Android64"> | |
208 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
209 | + <Operation>1</Operation> | |
210 | + </Platform> | |
211 | + </DeployClass> | |
180 | 212 | <DeployClass Name="AndroidSplashImageDef"> |
181 | 213 | <Platform Name="Android"> |
182 | 214 | <RemoteDir>res\drawable</RemoteDir> |
183 | 215 | <Operation>1</Operation> |
184 | 216 | </Platform> |
217 | + <Platform Name="Android64"> | |
218 | + <RemoteDir>res\drawable</RemoteDir> | |
219 | + <Operation>1</Operation> | |
220 | + </Platform> | |
185 | 221 | </DeployClass> |
186 | 222 | <DeployClass Name="AndroidSplashStyles"> |
187 | 223 | <Platform Name="Android"> |
@@ -188,6 +224,10 @@ | ||
188 | 224 | <RemoteDir>res\values</RemoteDir> |
189 | 225 | <Operation>1</Operation> |
190 | 226 | </Platform> |
227 | + <Platform Name="Android64"> | |
228 | + <RemoteDir>res\values</RemoteDir> | |
229 | + <Operation>1</Operation> | |
230 | + </Platform> | |
191 | 231 | </DeployClass> |
192 | 232 | <DeployClass Name="AndroidSplashStylesV21"> |
193 | 233 | <Platform Name="Android"> |
@@ -194,6 +234,10 @@ | ||
194 | 234 | <RemoteDir>res\values-v21</RemoteDir> |
195 | 235 | <Operation>1</Operation> |
196 | 236 | </Platform> |
237 | + <Platform Name="Android64"> | |
238 | + <RemoteDir>res\values-v21</RemoteDir> | |
239 | + <Operation>1</Operation> | |
240 | + </Platform> | |
197 | 241 | </DeployClass> |
198 | 242 | <DeployClass Name="Android_Colors"> |
199 | 243 | <Platform Name="Android"> |
@@ -200,6 +244,10 @@ | ||
200 | 244 | <RemoteDir>res\values</RemoteDir> |
201 | 245 | <Operation>1</Operation> |
202 | 246 | </Platform> |
247 | + <Platform Name="Android64"> | |
248 | + <RemoteDir>res\values</RemoteDir> | |
249 | + <Operation>1</Operation> | |
250 | + </Platform> | |
203 | 251 | </DeployClass> |
204 | 252 | <DeployClass Name="Android_DefaultAppIcon"> |
205 | 253 | <Platform Name="Android"> |
@@ -206,6 +254,10 @@ | ||
206 | 254 | <RemoteDir>res\drawable</RemoteDir> |
207 | 255 | <Operation>1</Operation> |
208 | 256 | </Platform> |
257 | + <Platform Name="Android64"> | |
258 | + <RemoteDir>res\drawable</RemoteDir> | |
259 | + <Operation>1</Operation> | |
260 | + </Platform> | |
209 | 261 | </DeployClass> |
210 | 262 | <DeployClass Name="Android_LauncherIcon144"> |
211 | 263 | <Platform Name="Android"> |
@@ -212,6 +264,10 @@ | ||
212 | 264 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
213 | 265 | <Operation>1</Operation> |
214 | 266 | </Platform> |
267 | + <Platform Name="Android64"> | |
268 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
269 | + <Operation>1</Operation> | |
270 | + </Platform> | |
215 | 271 | </DeployClass> |
216 | 272 | <DeployClass Name="Android_LauncherIcon36"> |
217 | 273 | <Platform Name="Android"> |
@@ -218,6 +274,10 @@ | ||
218 | 274 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
219 | 275 | <Operation>1</Operation> |
220 | 276 | </Platform> |
277 | + <Platform Name="Android64"> | |
278 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
279 | + <Operation>1</Operation> | |
280 | + </Platform> | |
221 | 281 | </DeployClass> |
222 | 282 | <DeployClass Name="Android_LauncherIcon48"> |
223 | 283 | <Platform Name="Android"> |
@@ -224,6 +284,10 @@ | ||
224 | 284 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
225 | 285 | <Operation>1</Operation> |
226 | 286 | </Platform> |
287 | + <Platform Name="Android64"> | |
288 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
289 | + <Operation>1</Operation> | |
290 | + </Platform> | |
227 | 291 | </DeployClass> |
228 | 292 | <DeployClass Name="Android_LauncherIcon72"> |
229 | 293 | <Platform Name="Android"> |
@@ -230,6 +294,10 @@ | ||
230 | 294 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
231 | 295 | <Operation>1</Operation> |
232 | 296 | </Platform> |
297 | + <Platform Name="Android64"> | |
298 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
299 | + <Operation>1</Operation> | |
300 | + </Platform> | |
233 | 301 | </DeployClass> |
234 | 302 | <DeployClass Name="Android_LauncherIcon96"> |
235 | 303 | <Platform Name="Android"> |
@@ -236,6 +304,10 @@ | ||
236 | 304 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
237 | 305 | <Operation>1</Operation> |
238 | 306 | </Platform> |
307 | + <Platform Name="Android64"> | |
308 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
309 | + <Operation>1</Operation> | |
310 | + </Platform> | |
239 | 311 | </DeployClass> |
240 | 312 | <DeployClass Name="Android_NotificationIcon24"> |
241 | 313 | <Platform Name="Android"> |
@@ -242,6 +314,10 @@ | ||
242 | 314 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
243 | 315 | <Operation>1</Operation> |
244 | 316 | </Platform> |
317 | + <Platform Name="Android64"> | |
318 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
319 | + <Operation>1</Operation> | |
320 | + </Platform> | |
245 | 321 | </DeployClass> |
246 | 322 | <DeployClass Name="Android_NotificationIcon36"> |
247 | 323 | <Platform Name="Android"> |
@@ -248,6 +324,10 @@ | ||
248 | 324 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
249 | 325 | <Operation>1</Operation> |
250 | 326 | </Platform> |
327 | + <Platform Name="Android64"> | |
328 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
329 | + <Operation>1</Operation> | |
330 | + </Platform> | |
251 | 331 | </DeployClass> |
252 | 332 | <DeployClass Name="Android_NotificationIcon48"> |
253 | 333 | <Platform Name="Android"> |
@@ -254,6 +334,10 @@ | ||
254 | 334 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
255 | 335 | <Operation>1</Operation> |
256 | 336 | </Platform> |
337 | + <Platform Name="Android64"> | |
338 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
339 | + <Operation>1</Operation> | |
340 | + </Platform> | |
257 | 341 | </DeployClass> |
258 | 342 | <DeployClass Name="Android_NotificationIcon72"> |
259 | 343 | <Platform Name="Android"> |
@@ -260,6 +344,10 @@ | ||
260 | 344 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
261 | 345 | <Operation>1</Operation> |
262 | 346 | </Platform> |
347 | + <Platform Name="Android64"> | |
348 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
349 | + <Operation>1</Operation> | |
350 | + </Platform> | |
263 | 351 | </DeployClass> |
264 | 352 | <DeployClass Name="Android_NotificationIcon96"> |
265 | 353 | <Platform Name="Android"> |
@@ -266,6 +354,10 @@ | ||
266 | 354 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
267 | 355 | <Operation>1</Operation> |
268 | 356 | </Platform> |
357 | + <Platform Name="Android64"> | |
358 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
359 | + <Operation>1</Operation> | |
360 | + </Platform> | |
269 | 361 | </DeployClass> |
270 | 362 | <DeployClass Name="Android_SplashImage426"> |
271 | 363 | <Platform Name="Android"> |
@@ -272,6 +364,10 @@ | ||
272 | 364 | <RemoteDir>res\drawable-small</RemoteDir> |
273 | 365 | <Operation>1</Operation> |
274 | 366 | </Platform> |
367 | + <Platform Name="Android64"> | |
368 | + <RemoteDir>res\drawable-small</RemoteDir> | |
369 | + <Operation>1</Operation> | |
370 | + </Platform> | |
275 | 371 | </DeployClass> |
276 | 372 | <DeployClass Name="Android_SplashImage470"> |
277 | 373 | <Platform Name="Android"> |
@@ -278,6 +374,10 @@ | ||
278 | 374 | <RemoteDir>res\drawable-normal</RemoteDir> |
279 | 375 | <Operation>1</Operation> |
280 | 376 | </Platform> |
377 | + <Platform Name="Android64"> | |
378 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
379 | + <Operation>1</Operation> | |
380 | + </Platform> | |
281 | 381 | </DeployClass> |
282 | 382 | <DeployClass Name="Android_SplashImage640"> |
283 | 383 | <Platform Name="Android"> |
@@ -284,6 +384,10 @@ | ||
284 | 384 | <RemoteDir>res\drawable-large</RemoteDir> |
285 | 385 | <Operation>1</Operation> |
286 | 386 | </Platform> |
387 | + <Platform Name="Android64"> | |
388 | + <RemoteDir>res\drawable-large</RemoteDir> | |
389 | + <Operation>1</Operation> | |
390 | + </Platform> | |
287 | 391 | </DeployClass> |
288 | 392 | <DeployClass Name="Android_SplashImage960"> |
289 | 393 | <Platform Name="Android"> |
@@ -290,6 +394,10 @@ | ||
290 | 394 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
291 | 395 | <Operation>1</Operation> |
292 | 396 | </Platform> |
397 | + <Platform Name="Android64"> | |
398 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
399 | + <Operation>1</Operation> | |
400 | + </Platform> | |
293 | 401 | </DeployClass> |
294 | 402 | <DeployClass Name="Android_Strings"> |
295 | 403 | <Platform Name="Android"> |
@@ -296,6 +404,10 @@ | ||
296 | 404 | <RemoteDir>res\values</RemoteDir> |
297 | 405 | <Operation>1</Operation> |
298 | 406 | </Platform> |
407 | + <Platform Name="Android64"> | |
408 | + <RemoteDir>res\values</RemoteDir> | |
409 | + <Operation>1</Operation> | |
410 | + </Platform> | |
299 | 411 | </DeployClass> |
300 | 412 | <DeployClass Name="DebugSymbols"> |
301 | 413 | <Platform Name="iOSSimulator"> |
@@ -365,6 +477,9 @@ | ||
365 | 477 | <Platform Name="Android"> |
366 | 478 | <Operation>0</Operation> |
367 | 479 | </Platform> |
480 | + <Platform Name="Android64"> | |
481 | + <Operation>0</Operation> | |
482 | + </Platform> | |
368 | 483 | <Platform Name="iOSDevice32"> |
369 | 484 | <Operation>0</Operation> |
370 | 485 | </Platform> |
@@ -696,6 +811,9 @@ | ||
696 | 811 | <Platform Name="Android"> |
697 | 812 | <Operation>1</Operation> |
698 | 813 | </Platform> |
814 | + <Platform Name="Android64"> | |
815 | + <Operation>1</Operation> | |
816 | + </Platform> | |
699 | 817 | </DeployClass> |
700 | 818 | <DeployClass Name="ProjectiOSDeviceDebug"> |
701 | 819 | <Platform Name="iOSDevice32"> |
@@ -739,6 +857,10 @@ | ||
739 | 857 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
740 | 858 | <Operation>1</Operation> |
741 | 859 | </Platform> |
860 | + <Platform Name="Android64"> | |
861 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
862 | + <Operation>1</Operation> | |
863 | + </Platform> | |
742 | 864 | <Platform Name="iOSDevice32"> |
743 | 865 | <Operation>1</Operation> |
744 | 866 | </Platform> |
@@ -761,6 +883,12 @@ | ||
761 | 883 | <Operation>0</Operation> |
762 | 884 | </Platform> |
763 | 885 | </DeployClass> |
886 | + <DeployClass Name="ProjectOutput_Android32"> | |
887 | + <Platform Name="Android64"> | |
888 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
889 | + <Operation>1</Operation> | |
890 | + </Platform> | |
891 | + </DeployClass> | |
764 | 892 | <DeployClass Name="ProjectUWPManifest"> |
765 | 893 | <Platform Name="Win32"> |
766 | 894 | <Operation>1</Operation> |
@@ -798,6 +926,7 @@ | ||
798 | 926 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
799 | 927 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
800 | 928 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
929 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
801 | 930 | </Deployment> |
802 | 931 | <Platforms> |
803 | 932 | <Platform value="Win32">True</Platform> |
@@ -6,7 +6,7 @@ | ||
6 | 6 | <Config Condition="'$(Config)'==''">Base</Config> |
7 | 7 | <AppType>Package</AppType> |
8 | 8 | <FrameworkType>VCL</FrameworkType> |
9 | - <ProjectVersion>18.7</ProjectVersion> | |
9 | + <ProjectVersion>18.8</ProjectVersion> | |
10 | 10 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
11 | 11 | <TargetedPlatforms>1</TargetedPlatforms> |
12 | 12 | </PropertyGroup> |
@@ -266,6 +266,10 @@ | ||
266 | 266 | <RemoteDir>classes</RemoteDir> |
267 | 267 | <Operation>1</Operation> |
268 | 268 | </Platform> |
269 | + <Platform Name="Android64"> | |
270 | + <RemoteDir>classes</RemoteDir> | |
271 | + <Operation>1</Operation> | |
272 | + </Platform> | |
269 | 273 | </DeployClass> |
270 | 274 | <DeployClass Name="AndroidFileProvider"> |
271 | 275 | <Platform Name="Android"> |
@@ -272,6 +276,10 @@ | ||
272 | 276 | <RemoteDir>res\xml</RemoteDir> |
273 | 277 | <Operation>1</Operation> |
274 | 278 | </Platform> |
279 | + <Platform Name="Android64"> | |
280 | + <RemoteDir>res\xml</RemoteDir> | |
281 | + <Operation>1</Operation> | |
282 | + </Platform> | |
275 | 283 | </DeployClass> |
276 | 284 | <DeployClass Name="AndroidGDBServer"> |
277 | 285 | <Platform Name="Android"> |
@@ -284,12 +292,26 @@ | ||
284 | 292 | <RemoteDir>library\lib\armeabi</RemoteDir> |
285 | 293 | <Operation>1</Operation> |
286 | 294 | </Platform> |
295 | + <Platform Name="Android64"> | |
296 | + <RemoteDir>library\lib\armeabi</RemoteDir> | |
297 | + <Operation>1</Operation> | |
298 | + </Platform> | |
287 | 299 | </DeployClass> |
300 | + <DeployClass Name="AndroidLibnativeArmeabiv7aFile"> | |
301 | + <Platform Name="Android64"> | |
302 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
303 | + <Operation>1</Operation> | |
304 | + </Platform> | |
305 | + </DeployClass> | |
288 | 306 | <DeployClass Name="AndroidLibnativeMipsFile"> |
289 | 307 | <Platform Name="Android"> |
290 | 308 | <RemoteDir>library\lib\mips</RemoteDir> |
291 | 309 | <Operation>1</Operation> |
292 | 310 | </Platform> |
311 | + <Platform Name="Android64"> | |
312 | + <RemoteDir>library\lib\mips</RemoteDir> | |
313 | + <Operation>1</Operation> | |
314 | + </Platform> | |
293 | 315 | </DeployClass> |
294 | 316 | <DeployClass Name="AndroidServiceOutput"> |
295 | 317 | <Platform Name="Android"> |
@@ -296,12 +318,26 @@ | ||
296 | 318 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
297 | 319 | <Operation>1</Operation> |
298 | 320 | </Platform> |
321 | + <Platform Name="Android64"> | |
322 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
323 | + <Operation>1</Operation> | |
324 | + </Platform> | |
299 | 325 | </DeployClass> |
326 | + <DeployClass Name="AndroidServiceOutput_Android32"> | |
327 | + <Platform Name="Android64"> | |
328 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
329 | + <Operation>1</Operation> | |
330 | + </Platform> | |
331 | + </DeployClass> | |
300 | 332 | <DeployClass Name="AndroidSplashImageDef"> |
301 | 333 | <Platform Name="Android"> |
302 | 334 | <RemoteDir>res\drawable</RemoteDir> |
303 | 335 | <Operation>1</Operation> |
304 | 336 | </Platform> |
337 | + <Platform Name="Android64"> | |
338 | + <RemoteDir>res\drawable</RemoteDir> | |
339 | + <Operation>1</Operation> | |
340 | + </Platform> | |
305 | 341 | </DeployClass> |
306 | 342 | <DeployClass Name="AndroidSplashStyles"> |
307 | 343 | <Platform Name="Android"> |
@@ -308,6 +344,10 @@ | ||
308 | 344 | <RemoteDir>res\values</RemoteDir> |
309 | 345 | <Operation>1</Operation> |
310 | 346 | </Platform> |
347 | + <Platform Name="Android64"> | |
348 | + <RemoteDir>res\values</RemoteDir> | |
349 | + <Operation>1</Operation> | |
350 | + </Platform> | |
311 | 351 | </DeployClass> |
312 | 352 | <DeployClass Name="AndroidSplashStylesV21"> |
313 | 353 | <Platform Name="Android"> |
@@ -314,6 +354,10 @@ | ||
314 | 354 | <RemoteDir>res\values-v21</RemoteDir> |
315 | 355 | <Operation>1</Operation> |
316 | 356 | </Platform> |
357 | + <Platform Name="Android64"> | |
358 | + <RemoteDir>res\values-v21</RemoteDir> | |
359 | + <Operation>1</Operation> | |
360 | + </Platform> | |
317 | 361 | </DeployClass> |
318 | 362 | <DeployClass Name="Android_Colors"> |
319 | 363 | <Platform Name="Android"> |
@@ -320,6 +364,10 @@ | ||
320 | 364 | <RemoteDir>res\values</RemoteDir> |
321 | 365 | <Operation>1</Operation> |
322 | 366 | </Platform> |
367 | + <Platform Name="Android64"> | |
368 | + <RemoteDir>res\values</RemoteDir> | |
369 | + <Operation>1</Operation> | |
370 | + </Platform> | |
323 | 371 | </DeployClass> |
324 | 372 | <DeployClass Name="Android_DefaultAppIcon"> |
325 | 373 | <Platform Name="Android"> |
@@ -326,6 +374,10 @@ | ||
326 | 374 | <RemoteDir>res\drawable</RemoteDir> |
327 | 375 | <Operation>1</Operation> |
328 | 376 | </Platform> |
377 | + <Platform Name="Android64"> | |
378 | + <RemoteDir>res\drawable</RemoteDir> | |
379 | + <Operation>1</Operation> | |
380 | + </Platform> | |
329 | 381 | </DeployClass> |
330 | 382 | <DeployClass Name="Android_LauncherIcon144"> |
331 | 383 | <Platform Name="Android"> |
@@ -332,6 +384,10 @@ | ||
332 | 384 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
333 | 385 | <Operation>1</Operation> |
334 | 386 | </Platform> |
387 | + <Platform Name="Android64"> | |
388 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
389 | + <Operation>1</Operation> | |
390 | + </Platform> | |
335 | 391 | </DeployClass> |
336 | 392 | <DeployClass Name="Android_LauncherIcon36"> |
337 | 393 | <Platform Name="Android"> |
@@ -338,6 +394,10 @@ | ||
338 | 394 | <RemoteDir>res\drawable-ldpi</RemoteDir> |
339 | 395 | <Operation>1</Operation> |
340 | 396 | </Platform> |
397 | + <Platform Name="Android64"> | |
398 | + <RemoteDir>res\drawable-ldpi</RemoteDir> | |
399 | + <Operation>1</Operation> | |
400 | + </Platform> | |
341 | 401 | </DeployClass> |
342 | 402 | <DeployClass Name="Android_LauncherIcon48"> |
343 | 403 | <Platform Name="Android"> |
@@ -344,6 +404,10 @@ | ||
344 | 404 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
345 | 405 | <Operation>1</Operation> |
346 | 406 | </Platform> |
407 | + <Platform Name="Android64"> | |
408 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
409 | + <Operation>1</Operation> | |
410 | + </Platform> | |
347 | 411 | </DeployClass> |
348 | 412 | <DeployClass Name="Android_LauncherIcon72"> |
349 | 413 | <Platform Name="Android"> |
@@ -350,6 +414,10 @@ | ||
350 | 414 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
351 | 415 | <Operation>1</Operation> |
352 | 416 | </Platform> |
417 | + <Platform Name="Android64"> | |
418 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
419 | + <Operation>1</Operation> | |
420 | + </Platform> | |
353 | 421 | </DeployClass> |
354 | 422 | <DeployClass Name="Android_LauncherIcon96"> |
355 | 423 | <Platform Name="Android"> |
@@ -356,6 +424,10 @@ | ||
356 | 424 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
357 | 425 | <Operation>1</Operation> |
358 | 426 | </Platform> |
427 | + <Platform Name="Android64"> | |
428 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
429 | + <Operation>1</Operation> | |
430 | + </Platform> | |
359 | 431 | </DeployClass> |
360 | 432 | <DeployClass Name="Android_NotificationIcon24"> |
361 | 433 | <Platform Name="Android"> |
@@ -362,6 +434,10 @@ | ||
362 | 434 | <RemoteDir>res\drawable-mdpi</RemoteDir> |
363 | 435 | <Operation>1</Operation> |
364 | 436 | </Platform> |
437 | + <Platform Name="Android64"> | |
438 | + <RemoteDir>res\drawable-mdpi</RemoteDir> | |
439 | + <Operation>1</Operation> | |
440 | + </Platform> | |
365 | 441 | </DeployClass> |
366 | 442 | <DeployClass Name="Android_NotificationIcon36"> |
367 | 443 | <Platform Name="Android"> |
@@ -368,6 +444,10 @@ | ||
368 | 444 | <RemoteDir>res\drawable-hdpi</RemoteDir> |
369 | 445 | <Operation>1</Operation> |
370 | 446 | </Platform> |
447 | + <Platform Name="Android64"> | |
448 | + <RemoteDir>res\drawable-hdpi</RemoteDir> | |
449 | + <Operation>1</Operation> | |
450 | + </Platform> | |
371 | 451 | </DeployClass> |
372 | 452 | <DeployClass Name="Android_NotificationIcon48"> |
373 | 453 | <Platform Name="Android"> |
@@ -374,6 +454,10 @@ | ||
374 | 454 | <RemoteDir>res\drawable-xhdpi</RemoteDir> |
375 | 455 | <Operation>1</Operation> |
376 | 456 | </Platform> |
457 | + <Platform Name="Android64"> | |
458 | + <RemoteDir>res\drawable-xhdpi</RemoteDir> | |
459 | + <Operation>1</Operation> | |
460 | + </Platform> | |
377 | 461 | </DeployClass> |
378 | 462 | <DeployClass Name="Android_NotificationIcon72"> |
379 | 463 | <Platform Name="Android"> |
@@ -380,6 +464,10 @@ | ||
380 | 464 | <RemoteDir>res\drawable-xxhdpi</RemoteDir> |
381 | 465 | <Operation>1</Operation> |
382 | 466 | </Platform> |
467 | + <Platform Name="Android64"> | |
468 | + <RemoteDir>res\drawable-xxhdpi</RemoteDir> | |
469 | + <Operation>1</Operation> | |
470 | + </Platform> | |
383 | 471 | </DeployClass> |
384 | 472 | <DeployClass Name="Android_NotificationIcon96"> |
385 | 473 | <Platform Name="Android"> |
@@ -386,6 +474,10 @@ | ||
386 | 474 | <RemoteDir>res\drawable-xxxhdpi</RemoteDir> |
387 | 475 | <Operation>1</Operation> |
388 | 476 | </Platform> |
477 | + <Platform Name="Android64"> | |
478 | + <RemoteDir>res\drawable-xxxhdpi</RemoteDir> | |
479 | + <Operation>1</Operation> | |
480 | + </Platform> | |
389 | 481 | </DeployClass> |
390 | 482 | <DeployClass Name="Android_SplashImage426"> |
391 | 483 | <Platform Name="Android"> |
@@ -392,6 +484,10 @@ | ||
392 | 484 | <RemoteDir>res\drawable-small</RemoteDir> |
393 | 485 | <Operation>1</Operation> |
394 | 486 | </Platform> |
487 | + <Platform Name="Android64"> | |
488 | + <RemoteDir>res\drawable-small</RemoteDir> | |
489 | + <Operation>1</Operation> | |
490 | + </Platform> | |
395 | 491 | </DeployClass> |
396 | 492 | <DeployClass Name="Android_SplashImage470"> |
397 | 493 | <Platform Name="Android"> |
@@ -398,6 +494,10 @@ | ||
398 | 494 | <RemoteDir>res\drawable-normal</RemoteDir> |
399 | 495 | <Operation>1</Operation> |
400 | 496 | </Platform> |
497 | + <Platform Name="Android64"> | |
498 | + <RemoteDir>res\drawable-normal</RemoteDir> | |
499 | + <Operation>1</Operation> | |
500 | + </Platform> | |
401 | 501 | </DeployClass> |
402 | 502 | <DeployClass Name="Android_SplashImage640"> |
403 | 503 | <Platform Name="Android"> |
@@ -404,6 +504,10 @@ | ||
404 | 504 | <RemoteDir>res\drawable-large</RemoteDir> |
405 | 505 | <Operation>1</Operation> |
406 | 506 | </Platform> |
507 | + <Platform Name="Android64"> | |
508 | + <RemoteDir>res\drawable-large</RemoteDir> | |
509 | + <Operation>1</Operation> | |
510 | + </Platform> | |
407 | 511 | </DeployClass> |
408 | 512 | <DeployClass Name="Android_SplashImage960"> |
409 | 513 | <Platform Name="Android"> |
@@ -410,6 +514,10 @@ | ||
410 | 514 | <RemoteDir>res\drawable-xlarge</RemoteDir> |
411 | 515 | <Operation>1</Operation> |
412 | 516 | </Platform> |
517 | + <Platform Name="Android64"> | |
518 | + <RemoteDir>res\drawable-xlarge</RemoteDir> | |
519 | + <Operation>1</Operation> | |
520 | + </Platform> | |
413 | 521 | </DeployClass> |
414 | 522 | <DeployClass Name="Android_Strings"> |
415 | 523 | <Platform Name="Android"> |
@@ -416,6 +524,10 @@ | ||
416 | 524 | <RemoteDir>res\values</RemoteDir> |
417 | 525 | <Operation>1</Operation> |
418 | 526 | </Platform> |
527 | + <Platform Name="Android64"> | |
528 | + <RemoteDir>res\values</RemoteDir> | |
529 | + <Operation>1</Operation> | |
530 | + </Platform> | |
419 | 531 | </DeployClass> |
420 | 532 | <DeployClass Name="DebugSymbols"> |
421 | 533 | <Platform Name="iOSSimulator"> |
@@ -485,6 +597,9 @@ | ||
485 | 597 | <Platform Name="Android"> |
486 | 598 | <Operation>0</Operation> |
487 | 599 | </Platform> |
600 | + <Platform Name="Android64"> | |
601 | + <Operation>0</Operation> | |
602 | + </Platform> | |
488 | 603 | <Platform Name="iOSDevice32"> |
489 | 604 | <Operation>0</Operation> |
490 | 605 | </Platform> |
@@ -816,6 +931,9 @@ | ||
816 | 931 | <Platform Name="Android"> |
817 | 932 | <Operation>1</Operation> |
818 | 933 | </Platform> |
934 | + <Platform Name="Android64"> | |
935 | + <Operation>1</Operation> | |
936 | + </Platform> | |
819 | 937 | </DeployClass> |
820 | 938 | <DeployClass Name="ProjectiOSDeviceDebug"> |
821 | 939 | <Platform Name="iOSDevice32"> |
@@ -859,6 +977,10 @@ | ||
859 | 977 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
860 | 978 | <Operation>1</Operation> |
861 | 979 | </Platform> |
980 | + <Platform Name="Android64"> | |
981 | + <RemoteDir>library\lib\arm64-v8a</RemoteDir> | |
982 | + <Operation>1</Operation> | |
983 | + </Platform> | |
862 | 984 | <Platform Name="iOSDevice32"> |
863 | 985 | <Operation>1</Operation> |
864 | 986 | </Platform> |
@@ -881,6 +1003,12 @@ | ||
881 | 1003 | <Operation>0</Operation> |
882 | 1004 | </Platform> |
883 | 1005 | </DeployClass> |
1006 | + <DeployClass Name="ProjectOutput_Android32"> | |
1007 | + <Platform Name="Android64"> | |
1008 | + <RemoteDir>library\lib\armeabi-v7a</RemoteDir> | |
1009 | + <Operation>1</Operation> | |
1010 | + </Platform> | |
1011 | + </DeployClass> | |
884 | 1012 | <DeployClass Name="ProjectUWPManifest"> |
885 | 1013 | <Platform Name="Win32"> |
886 | 1014 | <Operation>1</Operation> |
@@ -918,6 +1046,7 @@ | ||
918 | 1046 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
919 | 1047 | <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/> |
920 | 1048 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
1049 | + <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/> | |
921 | 1050 | </Deployment> |
922 | 1051 | <Platforms> |
923 | 1052 | <Platform value="Win32">True</Platform> |