|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344 |
- <?xml version="1.0" encoding="utf-8"?>
- <asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
- <asmv1:assemblyIdentity name="EOS.MetaDispatcher.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
- <application />
- <entryPoint>
- <assemblyIdentity name="EOS.MetaDispatcher" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <commandLine file="EOS.MetaDispatcher.exe" parameters="" />
- </entryPoint>
- <trustInfo>
- <security>
- <applicationRequestMinimum>
- <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
- <defaultAssemblyRequest permissionSetReference="Custom" />
- </applicationRequestMinimum>
- <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
- <!--
- UAC 清单选项
- 如果要更改 Windows 用户帐户控制级别,请用以下节点之一替换
- requestedExecutionLevel 节点。
-
- <requestedExecutionLevel level="asInvoker" uiAccess="false" />
- <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
- <requestedExecutionLevel level="highestAvailable" uiAccess="false" />
-
- 如果要利用文件和注册表虚拟化提供
- 向后兼容性,请删除 requestedExecutionLevel 节点。
- -->
- <requestedExecutionLevel level="asInvoker" uiAccess="false" />
- </requestedPrivileges>
- </security>
- </trustInfo>
- <dependency>
- <dependentOS>
- <osVersionInfo>
- <os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
- </osVersionInfo>
- </dependentOS>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="2.0.50727.0" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="log4net" version="1.2.10.0" publicKeyToken="1B44E1D426115821" language="neutral" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.ConnectionInfo" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.Diagnostics.STrace" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.Dmf" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.Management.Sdk.Sfc" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.Management.SmoMetadataProvider" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.Management.SqlParser" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.ServiceBrokerEnum" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.Smo" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.SqlClrProvider" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="Microsoft.SqlServer.SqlEnum" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="System.Core" version="3.5.0.0" publicKeyToken="b77a5c561934e089" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="System.Data.SqlServerCe" version="3.5.1.0" publicKeyToken="89845DCD8080CC91" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
- <assemblyIdentity name="WindowsBase" version="3.0.0.0" publicKeyToken="31bf3856ad364e35" language="neutral" processorArchitecture="msil" />
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Commonable.dll" size="15872">
- <assemblyIdentity name="Commonable" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>2sdrY2sSTwXQiE/4xKFZjEYllX0=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DBConnectionManager.dll" size="66560">
- <assemblyIdentity name="DBConnectionManager" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>mp4vPUNPAD4TpJoRK4z+7Yq4hKg=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.dll" size="146432">
- <assemblyIdentity name="EOS" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>m6w/eiRKnU2aYfdOO6FWNPs473c=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.DBSchemaCalibration.dll" size="15872">
- <assemblyIdentity name="EOS.DBSchemaCalibration" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>B4BhkFlZtnETh40NWi8WSfSYMak=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.ExceptionManagement.dll" size="36864">
- <assemblyIdentity name="EOS.ExceptionManagement" version="1.0.5781.1636" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>QlwQPWVF7VuwRFwIVvGbJb0qcas=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.InitComponents.dll" size="117248">
- <assemblyIdentity name="EOS.InitComponents" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>j/nurEfIi5hC9xEc7ZjAUR9UZfw=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.InitManager.dll" size="19456">
- <assemblyIdentity name="EOS.InitManager" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>xkYRKMTAE5xdzFS96rFiszkkhto=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.LogManagement.dll" size="17408">
- <assemblyIdentity name="EOS.LogManagement" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>UBeeBw8rcPdNwEbRQjJVyKclKl8=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.LogWrapper.dll" size="5120">
- <assemblyIdentity name="EOS.LogWrapper" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>Isf82zIGmSc6uFOW2LUlObzz7Bg=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.MetaDispatcher.exe" size="2700288">
- <assemblyIdentity name="EOS.MetaDispatcher" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>ujIVjgCLVsZOJgSNwqIHfrTzYBk=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.MetaRules.dll" size="18944">
- <assemblyIdentity name="EOS.MetaRules" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>IrCUGMqAxvgWVkIVjrawg67PJGk=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.ModelCalibration.dll" size="34304">
- <assemblyIdentity name="EOS.ModelCalibration" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>iJl9+chfacy6pMMqfdWDjb1sO7A=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.Skin.dll" size="15360">
- <assemblyIdentity name="EOS.Skin" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>82iE3tMseNj8K3mKr6o5cvFN8s4=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EOS.ToolUtilities.dll" size="28672">
- <assemblyIdentity name="EOS.ToolUtilities" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>cZw3A0YGIz9c660p1/ZAU2qsRa8=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="GlacialList.dll" size="98304">
- <assemblyIdentity name="GlacialList" version="1.0.5781.1636" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>p7evoQG3R/47DugqlUHG5W/ttP4=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="IDControls.dll" size="235520">
- <assemblyIdentity name="IDControls" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>x0rHws8yMNTX43wsjE2smw1kkbA=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="IrisSkin2.dll" size="516096">
- <assemblyIdentity name="IrisSkin2" version="2006.3.22.45" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>YbPfG6n5qeR1Yv7YQVSZOJ9Hr+4=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="log4net.dll" size="286720">
- <assemblyIdentity name="log4net" version="1.2.11.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>RXCr2W3cNwy7NJz0XHegSWQwEd8=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Practices.EnterpriseLibrary.Common.dll" size="348160">
- <assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.Common" version="5.0.414.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>vWp6b4GTC83bjm2uSEKKtNorIrI=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Practices.EnterpriseLibrary.Validation.dll" size="421888">
- <assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.Validation" version="5.0.414.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>WElmRfBjgnytszXlRFq4eySyoOo=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Practices.ServiceLocation.dll" size="29760">
- <assemblyIdentity name="Microsoft.Practices.ServiceLocation" version="1.0.0.0" publicKeyToken="31BF3856AD364E35" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>oCY+xhQ10e5MGKkqBqw+osQutzA=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Practices.Unity.dll" size="133944">
- <assemblyIdentity name="Microsoft.Practices.Unity" version="2.0.414.0" publicKeyToken="31BF3856AD364E35" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>6LZqn5xBw4AlQQKd3rIvflkfY0M=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Practices.Unity.Interception.dll" size="125752">
- <assemblyIdentity name="Microsoft.Practices.Unity.Interception" version="2.0.414.0" publicKeyToken="31BF3856AD364E35" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>liFgALte767dJ4aRQrhXS1vV88g=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="zh-CHS\Microsoft.SqlServer.Dmf.resources.dll" size="38752">
- <assemblyIdentity name="Microsoft.SqlServer.Dmf.resources" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="zh-CHS" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>/CLYh+B7KC508ceAQLFk+tfi0xk=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="zh-CHS\Microsoft.SqlServer.Management.Sdk.Sfc.resources.dll" size="128864">
- <assemblyIdentity name="Microsoft.SqlServer.Management.Sdk.Sfc.resources" version="10.0.0.0" publicKeyToken="89845DCD8080CC91" language="zh-CHS" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>R+A7tu+BXiJqixC1+TTn1WlIRZc=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="zh-CHS\System.Data.SqlServerCe.resources.dll" size="38768">
- <assemblyIdentity name="System.Data.SqlServerCe.resources" version="3.5.1.0" publicKeyToken="89845DCD8080CC91" language="zh-CHS" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>78id8MI3LzJw+BPp2wG8VlGuKbk=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Windows.Forms.TreeListView.dll" size="69632">
- <assemblyIdentity name="System.Windows.Forms.TreeListView" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>rfyhhG2pddpnNt/sQHrIK0LRTiw=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WeifenLuo.WinFormsUI.Docking.dll" size="435200">
- <assemblyIdentity name="WeifenLuo.WinFormsUI.Docking" version="2.1.4424.33828" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>+oL8T6fVD24f/9E2eYRFa3KT5U8=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <dependency>
- <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="WizardBase.dll" size="382464">
- <assemblyIdentity name="WizardBase" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>b7O3gjSzg64FnKgZ8MgYvO9r7wI=</dsig:DigestValue>
- </hash>
- </dependentAssembly>
- </dependency>
- <file name="Dlls\IrisSkin2.dll" size="516096">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>YbPfG6n5qeR1Yv7YQVSZOJ9Hr+4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\log4net.dll" size="258048">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>OVAn8hPPhyfYx9Ly8CFUMoSfF0s=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\Microsoft.Practices.EnterpriseLibrary.Common.dll" size="348160">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>vWp6b4GTC83bjm2uSEKKtNorIrI=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\Microsoft.Practices.EnterpriseLibrary.Validation.dll" size="421888">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>WElmRfBjgnytszXlRFq4eySyoOo=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\Microsoft.Practices.ServiceLocation.dll" size="29760">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>oCY+xhQ10e5MGKkqBqw+osQutzA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\Microsoft.Practices.Unity.dll" size="133944">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>6LZqn5xBw4AlQQKd3rIvflkfY0M=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\Microsoft.Practices.Unity.Interception.dll" size="125752">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>liFgALte767dJ4aRQrhXS1vV88g=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\System.Windows.Forms.TreeListView.dll" size="69632">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>rfyhhG2pddpnNt/sQHrIK0LRTiw=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Dlls\WeifenLuo.WinFormsUI.Docking.dll" size="435200">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>+oL8T6fVD24f/9E2eYRFa3KT5U8=</dsig:DigestValue>
- </hash>
- </file>
- <file name="EOS.MetaDispatcher.exe.config" size="7194">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>d9lxUGk9Sd+1mU+z2ZIu9EgyiPA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\保存.gif" size="258">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>ppf1X1C0XQfYC3ld+K/sWz9jmec=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\报表.png" size="541">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>TpV2pW2z0UIRO4kF16qT4xyfRBs=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\编辑.png" size="591">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>8S5M9R9Qyje3PjSO89/pHQNrTeA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\查询.png" size="615">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>wgtUU3BM3wZD1F+pr7GxJVL6j30=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\关闭.gif" size="348">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>v0LrExCy5bsEsoAIRtsr7KMf6ok=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\关闭所有l.gif" size="661">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>q98mTcri0z4sYvnIUL2SYJSA/ec=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\后退.gif" size="137">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>hrDAzU5WzB3UdNdEKwi7sKkJl84=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\删除.png" size="715">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>jw68tF17pxpUHUeBMp9KaQDH7mU=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\收起.GIF" size="142">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>vTJxEaosTwBwr+1IigWGyLGnvNg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\刷新.png" size="685">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>8u6hvrle3WAJpvUJjMzDlieU4bM=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\添加.png" size="733">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>tiRLACeoyfcCsxHLWyq4zGTztfI=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\用户.png" size="741">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>aejnZ3V2724V4VucDDS5VZT4PLY=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\展开.gif" size="138">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>wZo20vVOoLK6tzbv4XFi48bxgNw=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\主界面.gif" size="952">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>pScY28da99/YYauol/xUnJyoKDM=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\主图标1.ico" size="32054">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>EkH/TgBEnMoNm0B5MAD4ht3pY4U=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Ico\主图标2.ico" size="32054">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>Makiioiav3TofiNGhtv+wmRot4g=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\粉色.jpg" size="72851">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>8Y6wi6xZWtreo/aJg7vA4BDwxMc=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\光盘.jpg" size="154435">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>U4kzoq+SPJe/4KcyuQmxoLSSHjY=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\黑白.gif" size="15035">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>B/QJ8yjHmfZmXdDTESQr4Gkfj7Y=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\灰色.jpg" size="280526">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>5HCNWF+xgYHowH2/lqk2XG7G4J8=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\蓝白.jpg" size="116709">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>L5WCI3mhqgPRAmPIeFdSGSsod7I=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\蓝色.jpg" size="128610">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>WTgtt2MBI/6YxMXoK7PQj/QCgxQ=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\星星.jpg" size="36015">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>vB7SG6M3RCKbSY8TahmoBK8JNfg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Images\Picture\紫色.jpg" size="97765">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>mcO4tZVxGhYrb30hooOrgjx+URA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Carlmness\CALMNESS.GIF" size="33729">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>WvLKiMqYvdWPeeH20w7dNlNBkzU=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Carlmness\calmness_color1.gif" size="40436">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>5fSw7tW/GL5BQPjwDHSJPM95LtA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Carlmness\calmness_color2.gif" size="50601">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>ZyiPAKIccqhiuvC/w+AZfJsINIk=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Deep\DEEPCYAN.GIF" size="18221">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>HyQQGiRkTONVZv9GHneWSOy67p0=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Deep\deepgreen.gif" size="17920">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>jIgrMDEOiQf+jI10TITQD5PD9AU=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Deep\deeporange.gif" size="20292">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>gwFb3QDFec9UuxstsGuoT8lIEoM=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Diamond\diamondblue.gif" size="50635">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>SQ7sDZU9wyNNq0VNH1Ltj+JGvbI=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Diamond\diamondgreen.gif" size="45088">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>c2lR2L6P7NnaG8qAO/fTOKidbYE=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Eighteen\EIGHTEEN.GIF" size="33870">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>QeytiHCJNjcLMtOBeTIhCu1bR+Q=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Eighteen\eighteen_color1.gif" size="34043">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>s5dwwwf5KVKOrY6BHfj+1lk+lv4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Eighteen\eighteen_color2.gif" size="34065">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>QkvPH1tQsR/ZOGhTTpg7wa6aqU4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Emerald\EMERALD.GIF" size="41715">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>Lmdz2TLUxLaBaDfgb1rsHF2TBgM=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Emerald\emerald_color1.gif" size="32006">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>sk6+isGQsaV9E4QuSqaf4UsUjE0=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Emerald\emerald_color2.gif" size="35959">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>gWLfQkIJDFWlrKv6dfbUpkcAhsA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Emerald\emerald_color3.gif" size="48642">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>XHjf0j+5rgRAylLQHUC6pxrZBmA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Glass\glassbrown.gif" size="22373">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>PNOMafM8QutDCHOTrlbYK0334aI=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Glass\glassgreen.gif" size="21490">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>3Vy13roFNaXpmwPsbWppf3X+D+E=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Glass\glassorange.gif" size="29540">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>/qpYKMlZEwHNcUVUtcKLfzxNMrM=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Longhorn\LONGHORN.GIF" size="30153">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>IYYPlfCZT2zcxUrrC5d2dxxnxKg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\MacOS\MACOS.GIF" size="35567">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>WAA4hmmQ4AnsTBhhpIY1JX9FDUU=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Midsummer\midsummer.gif" size="50781">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>m78m/01CpIVYjWGRGCDQIjGywdQ=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Midsummer\midsummer_color1.gif" size="24570">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>FXHbKidUsTSQI/MdgYigSxuB1AM=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Midsummer\midsummer_color2.gif" size="24639">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>HidQmAnM5OB6n25cK9YXD6Gauz4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Midsummer\midsummer_color3.gif" size="29986">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>CBUbfSo6ZLpAWhzuQWiU7gbYFBY=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\MP10\MP10.GIF" size="48102">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>F+xp39iDgHhto0hgG6UCYUuCyZk=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\MSN\MSN.GIF" size="31443">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>nf+TbRGP1qb7eT+bEE1dhfCGLvg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\One\ONEBLUE.GIF" size="28488">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>hJmbQAhb8QV7ZzkR3lYWpv4Gi4w=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\One\ONECYAN.GIF" size="26443">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>pn6nQm9Mr/CHj88Oxtgfsz1AS+g=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\One\ONEGREEN.GIF" size="29889">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>MTpvrQu5OIzSTkHHOHtWfkb1jcw=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\One\oneorange.gif" size="32830">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>/tKBnBaGdcVyfWfviXCmVjttkcw=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Page\PAGE.GIF" size="33946">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>zP1jGhENNeKPx+xGrmcxSp2q+d8=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Page\page_color1.gif" size="24111">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>pI46vxFKzsA0swNljhsHMoyYZeg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Page\page_color2.gif" size="41804">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>AXwtcdFwREaYLsuhM0QDZkFGcs0=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\RealOne\REALONE.GIF" size="38594">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>nYFhU5fDI1BtBdw2V83zRCsNARk=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Silver\SILVER.GIF" size="25275">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>lVv3ySLCTlCom6KR4befrP6+ezU=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Silver\silver_color1.gif" size="44150">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>d/395vJ2yvSCemBLeP3TMJbLIgw=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Silver\silver_color2.gif" size="48277">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>wLYeBihwVcnAwuiWdwatKMeP4u0=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Sports\sportsblack.gif" size="22183">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>nFgZqt3V5411HejnExyXEdyUvms=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Sports\sportsblue.gif" size="31440">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>9yUWMOuygYVD3JIKCuOfHlCD6JA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Sports\sportscyan.gif" size="37778">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>xrBv2geQoJ6At9LYguU0+HuQ2KA=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Sports\sportsgreen.gif" size="34643">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>Rq/hpuQ/kx6Zx2y/lfCrM8HMt64=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Sports\sportsorange.gif" size="17160">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>0k0H2tdbSla+VaKRWeXy3rq0md4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Steel\steelblack.gif" size="86219">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>SC1pA9FR2SD66QHXKwN3c2aMYl4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Steel\steelblue.gif" size="85809">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>Nonsx09Yhcbi0SMYU/qDLM7D9B4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista1\VISTA1.GIF" size="36131">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>But9eFNH5pbPRl98v2LtsP7VPiQ=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista1\vista1_green.gif" size="35782">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>8omo/telJzhy0diGAN+iHg4oDCg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista2\vista2_color1.gif" size="25804">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>lompgfI5GcoLLu+a7ffoVG6LpOI=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista2\vista2_color2.gif" size="24118">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>K55ZzOz+eq4/ABXaTHst85gXqT8=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista2\vista2_color3.gif" size="28557">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>OBL430biWxP/Jpu/6o+gsreK8Cc=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista2\vista2_color4.gif" size="26744">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>CR3Rkp0oVBc9MJLpRDEM51fPAAo=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista2\vista2_color5.gif" size="25835">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>NXyrTsdNbaDmugDge9HN4DUUMHY=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista2\vista2_color6.gif" size="24436">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>HiRH1jDf+OvbZYDwJhCxzXnv4R0=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Vista2\vista2_color7.gif" size="25452">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>8Odyag+E66ORCwIICF23HAIkSf4=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Warm\WARM.GIF" size="49567">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>RFQf57Ht/qeHA+61PlQefSRGIvk=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Warm\warm_color1.gif" size="41685">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>NCNVdg1dP7mhwKh57CNA35TCI+U=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Warm\warm_color2.gif" size="45569">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>YFDuIR6HyEaZca2AHXBBe8S8iJY=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Warm\warm_color3.gif" size="38061">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>1C9xTsAN7DVYTvsyZCskC/2JyD8=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Wave\WAVE.GIF" size="52479">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>GWsnbigYzLZTFoGhWm7YFyUtmzk=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Wave\wave_color1.gif" size="48066">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>9QiAcvO5h7SZybFb1caXEm86414=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\Wave\wave_color2.gif" size="45376">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>omfsdzoj6W3hUXwoUIv9jtAJelg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\WinXP\XPBLUE.GIF" size="54854">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>QJFeP17dMMcCfws6szPlptZaC2Q=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\WinXP\XPGREEN.GIF" size="41486">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>Wms8E9FcOlvVtM7ZzIffe0BNdPg=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\WinXP\XPORANGE.GIF" size="35265">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>zAJQneJc8Xnx4U6U3jtGr+TbQMs=</dsig:DigestValue>
- </hash>
- </file>
- <file name="Skins\WinXP\XPSILVER.GIF" size="32103">
- <hash>
- <dsig:Transforms>
- <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
- </dsig:Transforms>
- <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
- <dsig:DigestValue>ScMkTlp57jjmByambICiaeXdo/0=</dsig:DigestValue>
- </hash>
- </file>
- </asmv1:assembly>
|