mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-04-21 15:57:22 -05:00
Fixed single cry import to immediatly change loaded cry when a cry is imported. Also, the import all function isn't done for broad use. It skips past the default mons(to index 440), and loads specifically for my rom.
23 lines
1.9 KiB
XML
23 lines
1.9 KiB
XML
<?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:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
|
<assemblyIdentity name="PokemonGameEditor.application" version="3.8.1.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
<description asmv2:publisher="PokemonGameEditor" asmv2:product="PokemonGameEditor" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
|
<deployment install="true" mapFileExtensions="true">
|
|
<deploymentProvider codebase="http://gamer2020.0xrh.net/programs/GBAPokemonGameEditor/PokemonGameEditor.application" />
|
|
</deployment>
|
|
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
|
<framework targetVersion="4.5" profile="Full" supportedRuntime="4.0.30319" />
|
|
</compatibleFrameworks>
|
|
<dependency>
|
|
<dependentAssembly dependencyType="install" codebase="PokemonGameEditor.exe.manifest" size="4714">
|
|
<assemblyIdentity name="PokemonGameEditor.exe" version="3.8.1.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
|
<hash>
|
|
<dsig:Transforms>
|
|
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
|
</dsig:Transforms>
|
|
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
|
<dsig:DigestValue>3NuNXXjI20ry94cuNrjg+h/qy1PYBF7LwfBw/bMfSlY=</dsig:DigestValue>
|
|
</hash>
|
|
</dependentAssembly>
|
|
</dependency>
|
|
</asmv1:assembly> |