Created
October 23, 2013 10:23
-
-
Save yangjy7/7116126 to your computer and use it in GitHub Desktop.
Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <classpath> | |
| <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | |
| <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | |
| <classpathentry kind="src" path="src"/> | |
| <classpathentry kind="src" path="gen"/> | |
| <classpathentry kind="output" path="bin/classes"/> | |
| </classpath> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ViewSwitcherTest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="CompilerConfiguration"> | |
| <option name="DEFAULT_COMPILER" value="Javac" /> | |
| <excludeFromCompile> | |
| <directory url="file://$PROJECT_DIR$/gen" includeSubdirectories="true" /> | |
| </excludeFromCompile> | |
| <resourceExtensions /> | |
| <wildcardResourcePatterns> | |
| <entry name="!?*.java" /> | |
| <entry name="!?*.form" /> | |
| <entry name="!?*.class" /> | |
| <entry name="!?*.groovy" /> | |
| <entry name="!?*.scala" /> | |
| <entry name="!?*.flex" /> | |
| <entry name="!?*.kt" /> | |
| <entry name="!?*.clj" /> | |
| </wildcardResourcePatterns> | |
| <annotationProcessing> | |
| <profile default="true" name="Default" enabled="false"> | |
| <processorPath useClasspath="true" /> | |
| </profile> | |
| </annotationProcessing> | |
| </component> | |
| </project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="CopyrightManager"> | |
| <settings default=""> | |
| <module2copyright /> | |
| </settings> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false"> | |
| <file url="file://$PROJECT_DIR$/src/org/crazyit/ui/ViewSwitcherTest.java" charset="GBK" /> | |
| </component> | |
| </project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="libraryTable"> | |
| <library name="android-support-v4"> | |
| <CLASSES> | |
| <root url="jar://$PROJECT_DIR$/libs/android-support-v4.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC /> | |
| <SOURCES /> | |
| </library> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="libraryTable"> | |
| <library name="android-support-v4-0bfce4c7aa54e8fb47d26e7324b002e5"> | |
| <CLASSES> | |
| <root url="jar://$PROJECT_DIR$/bin/dexedLibs/android-support-v4-0bfce4c7aa54e8fb47d26e7324b002e5.jar!/" /> | |
| </CLASSES> | |
| <JAVADOC /> | |
| <SOURCES /> | |
| </library> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="EntryPointsManager"> | |
| <entry_points version="2.0" /> | |
| </component> | |
| <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK"> | |
| <output url="file://$PROJECT_DIR$/out" /> | |
| </component> | |
| <component name="masterDetails"> | |
| <states> | |
| <state key="ProjectJDKs.UI"> | |
| <settings> | |
| <last-edited>1.7</last-edited> | |
| <splitter-proportions> | |
| <option name="proportions"> | |
| <list> | |
| <option value="0.2" /> | |
| </list> | |
| </option> | |
| </splitter-proportions> | |
| </settings> | |
| </state> | |
| </states> | |
| </component> | |
| </project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectModuleManager"> | |
| <modules> | |
| <module fileurl="file://$PROJECT_DIR$/ViewSwitcherTest.iml" filepath="$PROJECT_DIR$/ViewSwitcherTest.iml" /> | |
| </modules> | |
| </component> | |
| </project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <component name="DependencyValidationManager"> | |
| <state> | |
| <option name="SKIP_IMPORT_STATEMENTS" value="false" /> | |
| </state> | |
| </component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="VcsDirectoryMappings"> | |
| <mapping directory="" vcs="" /> | |
| </component> | |
| </project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <projectDescription> | |
| <name>ViewSwitcherTest</name> | |
| <comment></comment> | |
| <projects> | |
| </projects> | |
| <buildSpec> | |
| <buildCommand> | |
| <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | |
| <arguments> | |
| </arguments> | |
| </buildCommand> | |
| <buildCommand> | |
| <name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | |
| <arguments> | |
| </arguments> | |
| </buildCommand> | |
| <buildCommand> | |
| <name>org.eclipse.jdt.core.javabuilder</name> | |
| <arguments> | |
| </arguments> | |
| </buildCommand> | |
| <buildCommand> | |
| <name>com.android.ide.eclipse.adt.ApkBuilder</name> | |
| <arguments> | |
| </arguments> | |
| </buildCommand> | |
| </buildSpec> | |
| <natures> | |
| <nature>com.android.ide.eclipse.adt.AndroidNature</nature> | |
| <nature>org.eclipse.jdt.core.javanature</nature> | |
| </natures> | |
| </projectDescription> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eclipse.preferences.version=1 | |
| org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | |
| org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 | |
| org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | |
| org.eclipse.jdt.core.compiler.compliance=1.6 | |
| org.eclipse.jdt.core.compiler.debug.lineNumber=generate | |
| org.eclipse.jdt.core.compiler.debug.localVariable=generate | |
| org.eclipse.jdt.core.compiler.debug.sourceFile=generate | |
| org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | |
| org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | |
| org.eclipse.jdt.core.compiler.source=1.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <manifest | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="org.crazyit.ui" | |
| android:versionCode="1" | |
| android:versionName="1.0"> | |
| <uses-sdk | |
| android:minSdkVersion="10" | |
| android:targetSdkVersion="17" /> | |
| <application | |
| android:icon="@drawable/ic_launcher" | |
| android:label="@string/app_name"> | |
| <activity | |
| android:name=".ViewSwitcherTest" | |
| android:label="@string/title_activity_main"> | |
| <intent-filter> | |
| <action android:name="android.intent.action.MAIN" /> | |
| <category android:name="android.intent.category.LAUNCHER" /> | |
| </intent-filter> | |
| </activity> | |
| </application> | |
| </manifest> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <manifest | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="org.crazyit.ui" | |
| android:versionCode="1" | |
| android:versionName="1.0"> | |
| <uses-sdk | |
| android:minSdkVersion="10" | |
| android:targetSdkVersion="17" /> | |
| <application | |
| android:icon="@drawable/ic_launcher" | |
| android:label="@string/app_name"> | |
| <activity | |
| android:name=".ViewSwitcherTest" | |
| android:label="@string/title_activity_main"> | |
| <intent-filter> | |
| <action android:name="android.intent.action.MAIN" /> | |
| <category android:name="android.intent.category.LAUNCHER" /> | |
| </intent-filter> | |
| </activity> | |
| </application> | |
| </manifest> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dex | |
| 035 W&B[��0���U�/��z04K�d[�( p xV4 � [ p �9 � �A c v 0{ ' �� 8" � �� �� �� �� Ƿ ̷ � � � >� X� u� �� �� ո � � &� C� f� �� �� �� �� �� ݹ � �� � )� D� Z� ^� �� �� �� �� ƺ � %� P� |� �� � ,� V� � �� ʼ � | |
| � � #� -� 6� F� R� h� �� �� �� �� �� ν ڽ � � � 0� M� e� s� �� �� �� �� �� Ͼ ۾ � � � � /� ?� P� b� o� �� �� �� �� �� ˿ ߿ �� | |
| � � &� 1� L� S� Y� f� m� }� �� �� �� �� �� �� �� 5� @� H� e� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� | |
| � � � � *� 3� :� B� J� T� _� l� �� �� �� �� �� �� �� �� �� �� �� �� �� �� � � � !� 0� ^� a� e� o� �� �� �� �� � $� '� *� 0� 7� ?� D� L� Q� V� `� e� m� u� ~� �� �� �� �� �� �� �� �� �� � � � � � � %� +� 4� 8� =� C� I� Q� c� u� �� �� �� � � .� <� d� �� �� �� �� �� �� �� � 5� J� e� �� �� �� �� �� � � (� :� D� \� s� �� �� �� �� �� �� � 9� ^� �� �� �� �� � $� F� a� }� �� �� �� �� � =� Z� |� �� �� �� � )� H� n� �� �� �� � '� J� p� �� �� �� �� � ,� Q� y� �� �� �� � 1� 9� H� ^� o� z� �� �� �� � -� F� X� |� �� �� �� �� � � '� T� Z� o� |� �� �� �� �� �� "� 6� O� d� �� �� �� �� �� � � "� 4� =� O� a� d� {� � �� �� �� �� �� �� �� �� � B� b� �� �� �� � ?� ^� �� �� � (� 2� A� a� �� �� �� � U� s� �� �� �� �� � C� u� �� �� �� �� �� �� �� �� �� � � )� >� W� `� j� �� �� �� �� �� � � � 6� M� i� �� �� �� �� �� �� � � � +� =� O� `� q� �� �� �� �� �� �� �� �� �� �� � � 4� A� P� g� � �� �� �� �� �� | |
| � #� 2� D� [� l� �� �� �� �� �� �� � 8� E� _� l� {� �� �� �� �� �� � 6� H� a� l� �� �� �� �� � � � %� )� -� 4� 9� A� H� M� Q� W� \� `� e� n� u� |� �� �� �� �� �� �� �� � � ,� H� h� y� }� �� �� �� �� �� �� � � (� 2� 5� G� K� V� ~� �� �� �� �� �� �� �� �� �� �� �� � � � � � � %� +� 1� 5� >� C� G� M� U� Z� `� g� o� v� {� �� �� �� �� �� �� �� �� �� �� "� :� P� |� �� �� �� � )� N� t� �� �� �� � <� _� y� �� �� �� � B� d� �� �� �� �� � 1� W� {� �� �� �� �� | |
| � -� H� d� w� �� �� �� �� �� �� � ?� k� �� �� �� �� �� _� �� 8� �� �� �� *� W� �� �� �� �� 8� h� �� �� �� � b� �� �� � 5� e� �� �� �� %� S� �� �� �� � 4� h� �� �� �� � F� ~� �� � /� f� �� �� �� (� K� p� �� �� � L� �� �� �� E� �� �� 3� f� �� �� � <� d� �� �� � ;� t� �� �� �� #� U� �� �� "� k� �� �� �� +� b� �� �� �� +� `� �� �� �� � M� �� �� * c � � J � � � N ~ � � 2 p � � m � � � E y � T � j � � Z � � & n � � & | |
| V | |
| � | |
| � | |
| � | |
| . h � � & g � � � 7 [ � � � 7 � � 2 � � = t � @ � � ' i � � K � � � ^ � � 8 � � ; n � � � B z � � > i � � 0 � � < u � � R � � � / W � P � � � < � � � & Q � � + e � � � :! _! �! " x" �" �" a# �# "$ �$ �$ 5% ~% �% 3& �& �& \' �' ( L( �( ) s) �) N* �* �* Y+ �+ , j, �, )- �- �- . Z. �. �. / J/ u/ �/ �/ 0 ]0 �0 �0 �0 ,1 n1 �1 �1 2 _2 �2 �2 53 c3 �3 �3 *4 s4 �4 �4 �4 5 25 L5 �5 �5 �5 �5 6 &6 A6 ]6 �6 �6 �6 �6 7 .7 U7 t7 �7 �7 �7 �7 8 8 K8 o8 �8 �8 �8 �8 9 D9 ^9 y9 �9 �9 �9 @: s: �: �: ; B; k; �; �; �; < F< m< �< �< �< = $= B= _= �= �= �= �= > +> F> b> �> �> �> �> �> ? B? _? �? �? �? �? �? @ A@ a@ �@ �@ �@ �@ �@ A A /A AA TA jA �A �A �A �A �A B !B 8B \B �B �B �B �B C 'C <C RC |C �C �C �C �C D D 9D MD hD |D �D �D �D �D E E 3E FE bE xE �E �E F AF �F �F �F #G 7G PG gG G �G �G �G �G �G H H +H �H �H �H �H �H I I $I II nI �I �I �I J .J UJ �J �J �J �J K 8K cK �K �K �K L L 'L 2L CL TL aL rL ~L �L �L �L �L �L �L | |
| M M 0M NM gM �M �M �M �M �M �M #N HN tN �N �N �N �N O O /O >O RO jO ~O �O �O �O �O �O P 3P PP dP xP �P �P �P �P �P �P Q (Q FQ ^Q �Q �Q �Q �Q �Q �Q R R *R 8R JR ZR kR |R �R �R �R #S aS wS �S �S �S �S �S T ?T WT sT �T �T �T �T U U U &U /U :U FU [U dU xU �U �U �U V 3V KV aV |V �V �V �V �V �V �V �V W W &W 4W BW PW ^W qW �W �W �W �W �W X X 0X IX aX xX �X �X �X �X Y 0Y ;Y CY LY UY vY �Y �Y �Y �Y �Y �Y &Z ZZ kZ �Z �Z �Z �Z �Z �Z �Z �Z [ [ *[ =[ T[ ][ f[ w[ �[ �[ �[ �[ �[ \ !\ -\ 6\ D\ M\ [\ k\ {\ �\ �\ �\ �\ �\ �\ ] #] B] X] r] �] �] �] �] �] �] ^ ^ )^ C^ _^ {^ �^ �^ �^ �^ �^ �^ �^ _ _ _ !_ @_ R_ W_ ^_ e_ j_ v_ �_ �_ �_ �_ �_ �_ �_ ` ` )` 3` 8` H` [` ` �` �` �` a a .a Pa �a �a �a �a �a �a b 7b Vb vb �b �b !c 1c Jc fc ~c �c �c �c �c �c �c �c �c �c �c �c d d d d d #d *d 2d =d Dd Md Sd Xd ^d ed jd pd wd {d �d �d �d �d �d �d �d �d �d �d �d �d �d �d �d �d �d �d �d �d e e e e e )e <e Be Ge Ne Re Ze ae fe �e �e �e �e �e �e f #f 3f Ff df �f �f �f �f �f g g %g 5g Lg \g �g �g �g �g �g �g �g �g �g �g �g �g �g �g �g �g �g �g h h h h h $h 'h +h /h 3h Nh hh �h �h �h i _i �i �i �i �i j j #j .j 9j Ej Rj Uj ^j cj lj wj �j �j �j �j �j �j �j �j �j �j �j �j �j | |
| k k !k -k 5k Ak Ok Wk hk |k �k �k �k �k �k �k �k �k �k l l )l 6l Bl Nl Xl gl tl �l �l �l �l �l �l �l �l �l m -m <m Em Vm ]m im rm }m �m �m �m �m �m �m �m �m �m /n hn �n �n �n �n �n o 4o Qo oo �o �o �o �o ,p Zp op �p �p �p �p �p �p q q 2q Aq \q pq vq �q �q �q �q �q �q �q �q �q �q �q �q r r r #r 3r 9r @r Qr ]r jr qr tr r �r �r �r �r �r �r �r �r �r �r s s s #s *s 2s 6s >s Ls Qs Us Zs _s ds ks s �s �s �s �s �s �s �s �s �s �s t t )t 4t Kt `t ht tt �t �t �t �t �t �t �t �t �t �t �t u u u *u 3u :u Fu Su du uu �u �u �u �u �u �u �u �u �u �u �u �u v v &v -v 4v 9v =v Bv Hv Ov bv jv �v �v �v �v �v �v �v �v �v w w /w Aw Iw Xw kw ww �w �w �w �w �w �w �w �w �w x x &x 4x =x Tx ex rx �x �x �x �x �x �x �x y y #y 5y Ey Sy ey sy wy �y �y �y �y �y �y �y �y �y �y �y z z z 2z Az Nz ]z pz xz �z �z �z �z �z �z �z �z �z �z �z �z { { { ${ 2{ A{ [{ j{ r{ {{ �{ �{ �{ �{ �{ �{ �{ �{ �{ �{ | !| )| 6| D| I| T| a| y| �| �| �| �| �| } } ,} =} U} g} z} �} �} �} �} �} ~ .~ B~ `~ p~ �~ �~ �~ �~ �~ �~ �~ / = P _ i r � � � � � � � � � � � � � � � � � $� 8� A� F� P� Y� f� n� x� �� �� �� �� �� �� Ѐ ڀ � � � � � � � &� ,� @� I� Z� m� �� �� �� �� ǁ ށ � � �� � � � -� @� V� `� r� z� �� �� �� ʂ ׂ � � � � $� 3� E� S� [� c� q� � �� �� �� �� �� �� �� ă ˃ ك ݃ � � �� � � � '� ?� H� O� Z� b� n� ~� �� �� �� �� �� ΄ Ԅ ބ � � � �� � � )� ?� D� b� m� }� �� �� �� Å ҅ � � � � )� 8� I� `� t� �� �� �� �� ͆ � � � � %� 1� <� O� b� {� �� �� ͇ ؇ � � � ;� N� k� z� �� �� �� �� �� ߈ � � � � (� 6� H� Z� w� �� �� �� �� ɉ Ӊ ݉ � � � )� 2� C� S� n� ~� �� �� �� Ɋ ֊ � � � � !� -� 9� ]� i� t� �� �� �� �� ы ߋ � � � � � 3� <� b� o� w� �� �� �� �� �� Ќ ٌ � � � � � >� _� r� �� �� �� �� �� ƍ ύ ڍ � � � � ,� =� K� Y� b� p� �� �� �� �� Ȏ ێ � �� � � 1� @� O� ]� k� z� �� �� �� ҏ ݏ �� � � -� E� T� a� l� |� �� �� �� �� ʐ ݐ � � %� ?� S� ^� j� v� �� �� �� ۑ � � � � � 6� A� L� \� g� |� �� �� �� ݒ �� � � &� 9� O� X� g� w� �� �� �� �� �� ʓ ޓ � � � � � %� 4� >� I� V� f� l� z� �� �� �� �� �� �� �� �� ̔ ۔ � �� �� � � � $� 1� ?� H� X� k� y� �� �� �� �� �� ̕ ԕ � � �� � � � %� -� 3� ;� I� O� ]� g� s� y� �� �� �� �� �� �� �� �� ǖ Ζ Җ � � � � $� (� 3� >� B� L� W� p� � �� �� �� �� �� �� ŗ З � � � � %� +� 7� G� R� a� r� �� �� �� �� �� Ę ߘ � � � � � <� I� a� y� �� �� �� �� Ù Ι ۙ � � � � � � *� 7� D� \� g� u� �� �� �� �� �� Ț ך � �� � � � "� .� >� M� \� g� s� }� �� �� �� �� қ ؛ � � �� � � � � #� &� 2� 7� D� b� i� r� z� �� �� �� �� �� �� �� �� ʜ ֜ ߜ � � � � � )� 2� 8� F� Q� b� g� o� v� ~� �� �� �� �� �� �� �� ȝ Н ܝ � �� � � � � � � +� 5� >� P� [� g� q� �� �� �� �� �� ՞ � �� � | |
| � � #� 1� I� c� r� ~� �� �� �� ͟ ܟ � � � %� A� \� q� �� �� �� �� �� ʠ Ӡ � � � � "� 4� B� S� m� �� �� �� �� ¡ С ܡ � �� � � &� 4� D� R� a� k� s� }� �� �� �� �� �� ٢ � �� � � *� 1� 9� K� W� i� }� �� �� �� �� �� ƣ ڣ � � � � '� 3� A� N� a� l� �� �� �� �� �� Ѥ ޤ � �� � � %� 2� E� [� d� n� x� �� �� �� �� �� ˥ ҥ ۥ � � � �� � � (� 0� A� S� ^� e� v� �� �� �� �� �� �� ۦ � � � � � /� I� `� n� |� �� �� �� �� �� �� ˧ � � � � � � 0� 9� @� J� [� m� {� �� �� �� ¨ ɨ Ѩ � � � � #� ;� M� \� d� m� z� �� �� �� é ɩ � � � � � � /� C� S� ]� l� }� �� �� �� �� �� Ҫ � � � � � .� :� C� N� `� o� w� �� �� �� �� ˫ ֫ � � � � %� 1� ?� T� j� w� �� �� �� �� Ǭ ߬ � � � � %� 3� :� F� S� c� w� �� �� �� �� �� ʭ � � � � � (� 0� :� H� Y� d� q� |� �� �� �� �� �� �� Ů ͮ ۮ � � � � � � -� :� ?� M� ]� i� v� �� �� �� �� ί ݯ � � � � � (� /� 7� D� T� Z� c� i� u� �� �� �� �� Ѱ ۰ � � � � � � � $� )� 6� E� Q� ]� f� t� �� �� �� �� �� �� ı α ڱ � �� �� � � 9� P� i� q� {� �� �� �� �� �� �� �� �� ̲ ٲ � � � .� B� V� q� �� �� �� �� �� �� �� Ƴ � � �� � � � %� 3� F� f� �� �� Դ � � ;� G� Q� \� h� u� �� �� �� �� �� ʵ Ե � � � � %� /� 8� C� M� X� a� g� q� � �� �� �� �� �� Ķ ϶ Զ ۶ � � � � *� @� Z� _� e� j� v� �� �� �� �� �� �� �� ķ ̷ ۷ � � � � $� )� 5� A� Q� \� g� t� � �� �� �� �� �� �� Ÿ ˸ ָ � � � "� 4� D� W� i� s� �� �� �� �� ƹ ҹ ߹ � �� � � '� >� H� [� p� �� �� �� �� ƺ ۺ � � � � +� 6� >� K� \� g� �� �� �� л ݻ � � � � %� 5� I� X� e� p� �� �� �� �� м � � '� 6� ?� ]� l� z� �� �� �� �� Ƚ ۽ � � � � /� P� Y� q� {� �� �� ؾ � � � � +� 3� B� P� _� h� w� {� �� �� �� �� �� ſ ̿ ѿ ܿ � � �� � � � #� ,� ;� H� V� b� m� w� �� �� �� �� �� �� �� �� �� �� �� � � � !� *� F� U� i� v� �� �� �� �� �� �� �� �� �� � � .� A� K� Y� i� r� � �� �� �� �� �� �� �� �� �� � � *� E� V� n� z� �� �� �� �� �� �� �� �� �� �� � � � � '� 1� =� G� X� h� m� y� �� �� �� �� �� �� �� �� � � � � "� .� 7� G� S� [� e� p� �� �� �� �� �� �� �� � � 0� 8� B� j� t� �� �� �� �� �� �� �� � � � )� 2� J� W� `� m� {� �� �� �� �� �� �� �� �� �� � 7� V� w� �� �� �� �� �� �� �� � � � '� 6� G� k� v� {� �� �� �� �� �� �� �� �� �� �� �� �� � � %� 2� <� K� [� k� w� }� �� �� �� �� � � 6� J� U� i� m� t� |� �� �� �� �� �� �� �� �� �� �� �� �� � � "� .� F� g� v� �� �� �� �� �� �� �� � � &� 2� A� W� e� t� �� �� �� �� �� �� �� | |
| � � 6� J� V� e� s� � �� �� �� �� �� �� �� �� � � ,� <� L� a� y� �� �� �� �� �� �� � #� <� I� W� d� p� |� �� �� �� �� �� �� �� �� �� � � )� <� R� _� f� x� �� �� �� �� �� �� �� � � .� <� P� a� l� |� �� �� �� �� �� �� �� � *� 5� L� h� }� �� �� �� �� �� � � .� >� O� b� t� �� �� �� �� �� �� �� �� �� � � +� >� N� Z� f� u� �� �� �� �� �� �� �� � � +� 4� B� P� Z� e� o� z� �� �� �� �� �� �� �� � � � 2� @� M� ]� p� �� �� �� �� �� �� �� �� �� � "� .� :� I� W� h� u� �� �� �� �� �� �� �� �� �� � � � *� 8� ?� L� X� ]� c� k� {� �� �� �� �� �� �� �� �� �� �� �� � � "� )� :� I� a� |� �� �� �� �� �� �� �� �� � � � � (� /� 7� A� G� T� `� k� s� �� �� �� �� �� �� �� �� �� �� �� �� � )� 3� 7� ;� >� B� G� R� f� r� �� �� �� �� �� �� �� �� �� �� �� � � � � � T� \� h� t� z� �� �� �� �� �� �� �� �� �� �� �� �� �� � � � #� 0� 9� G� \� h� y� �� �� �� �� �� �� �� �� �� �� � -� A� U� b� l� |� �� �� �� �� �� �� �� �� �� �� �� � � � *� 4� ;� D� X� a� i� s� �� �� �� �� �� �� �� �� �� �� �� �� � � %� (� 7� @� K� \� l� r� x� }� �� �� �� �� �� �� �� �� �� �� � � � ,� 6� E� V� c� r� �� �� �� �� �� �� �� �� �� �� �� �� V � � � 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f h j k l m n o p q r s t u v w x y z { | } ~ � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � | |
| ! " # % & ' ) 1 2 4 6 8 : < ? A C D G I K L M N P Q R S T U V W i j k l m n o p q r s t f � � � � � � � � � � � � � � � � � X � � � � � � � � � � � � � � � � � � � � � � � � � 4 � � � X � � � � � � � ` � � � � � � � � � � � � � � , � � � � $ � l � t � � � � � 0 � 8 � d � � � � | |
| � $ $ � $ � $ | |