Skip to content

Commit

Permalink
Working on CONDUIT-13
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjurman committed Nov 7, 2010
1 parent a52df57 commit 9f5d1f8
Show file tree
Hide file tree
Showing 10 changed files with 197 additions and 2 deletions.
25 changes: 23 additions & 2 deletions Conduit/Conduit.csproj
Expand Up @@ -13,6 +13,7 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -24,9 +25,9 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationVersion>0.5.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Expand Down Expand Up @@ -55,6 +56,24 @@
<PropertyGroup>
<ApplicationIcon>Conduit.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>34BED485BBD426B7B96A3BA0C7991201FA2FDAF9</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>Conduit_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -98,6 +117,8 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="Conduit_TemporaryKey.pfx" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
Binary file added Conduit/Conduit_TemporaryKey.pfx
Binary file not shown.
47 changes: 47 additions & 0 deletions Conduit/Properties/app.manifest
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC Manifest Options
If you want to change the Windows User Account Control level replace the
requestedExecutionLevel node with one of the following.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Specifying requestedExecutionLevel node will disable file and registry virtualization.
If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
<applicationRequestMinimum>
<PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- A list of all Windows versions that this application is designed to work with. Windows will automatically select the most compatible environment.-->
<!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
</application>
</compatibility>
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!-- <dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>-->
</asmv1:assembly>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" 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" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" 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">
<assemblyIdentity name="Conduit.application" version="0.5.0.0" publicKeyToken="a491fb7cfe13fdd3" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="Conduit" asmv2:product="Conduit" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="Application Files\Conduit_0_5_0_0\Conduit.exe.manifest" size="8259">
<assemblyIdentity name="Conduit.exe" version="0.5.0.0" publicKeyToken="a491fb7cfe13fdd3" language="neutral" processorArchitecture="x86" 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#sha1" />
<dsig:DigestValue>fbSUQOryFUhwSdJuJuC/xsMI2FI=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<publisherIdentity name="CN=JURMANG\PCADMIN" issuerKeyHash="6aa1e4422f10f77c14032ad42085b5a34bac9044" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>6C+u622IFF5CGG0h1TpiEmltTh0=</DigestValue></Reference></SignedInfo><SignatureValue>QP86gpmK6dX0cQ3d8Q8Iz+36pdoENrKn1vepzbVK480aYYSYsMOznbrcv0hCKzrrBOAWqxUlxunc1uCjY0ZEiTFEv+rX9Ybb01i1oPPBR7wJ9wjpI+C5R9EfwVbJH1ty+24Iz5ZnEDStbUquleyXLg9qFVaFyk3doJ0nZsikIZw=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>0WoPfo2cIee2ZQajcde3ikDag8wwz91Ziyaebo3ipwH2om/8AHE55fV8+ppB2K/07ZMBc6Q97T88snfGKNoKOoeXPWPuLeiTbwuU8jAJxnM8UZkfBtgjs5Dcc8PCcjfg1qwMdohGsm6GgOODM1/ugm4zXU+hZNS0W2nPafxXUS8=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="1d4e6d6912623ad5216d18425e14886debae2fe8" Description="" Url=""><as:assemblyIdentity name="Conduit.application" version="0.5.0.0" publicKeyToken="a491fb7cfe13fdd3" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=JURMANG\PCADMIN</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>EoJJTDsfa+XdiH2mnQLWqzR1j0s=</DigestValue></Reference></SignedInfo><SignatureValue>nsfrrXXmZFvm6x0/1auKAZvYCMmCqHg+TmGohJN1bBDcNwLUH3TIzkC4bxnZuP76Ol6hNcgpZHz44rmd+CzWQ1bC8yIz8vden2UQKPMuYYMcyHNt2biTt/TX4JZU4TmN6wNTsnQ9EmoyNXKdmPPCZFsJLWMfwEjQrAcf71onBA4=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>0WoPfo2cIee2ZQajcde3ikDag8wwz91Ziyaebo3ipwH2om/8AHE55fV8+ppB2K/07ZMBc6Q97T88snfGKNoKOoeXPWPuLeiTbwuU8jAJxnM8UZkfBtgjs5Dcc8PCcjfg1qwMdohGsm6GgOODM1/ugm4zXU+hZNS0W2nPafxXUS8=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQSPI1cTZGiLZMAmHsSw8zLDANBgkqhkiG9w0BAQUFADApMScwJQYDVQQDHh4ASgBVAFIATQBBAE4ARwBcAFAAQwBBAEQATQBJAE4wHhcNMTAxMTA3MjEwODU1WhcNMTExMTA4MDMwODU1WjApMScwJQYDVQQDHh4ASgBVAFIATQBBAE4ARwBcAFAAQwBBAEQATQBJAE4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANFqD36NnCHntmUGo3HXt4pA2oPMMM/dWYsmnm6N4qcB9qJv/ABxOeX1fPqaQdiv9O2TAXOkPe0/PLJ3xijaCjqHlz1j7i3ok28LlPIwCcZzPFGZHwbYI7OQ3HPDwnI34NasDHaIRrJuhoDjgzNf7oJuM11PoWTUtFtpz2n8V1EvAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAwlL3sxJwda0doPKVgIGSB+bq4uQCtzajAbjdsM941WOaOOeEte/9darcpSZaElWLyUPD/ZOV+R+ZRSfjbzJ7h/7N5SbY78INo3fume/l1dMlMmrKU4D4QwtFpSxitMtuXpWm/2RMpJkzCwNR/jEQ8MxwOHIxFn/b/KlvcK2BVKw=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
@@ -0,0 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Binary file not shown.
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly manifestVersion="1.0" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" 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" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" 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">
<asmv1:assemblyIdentity version="0.5.0.0" name="Conduit.exe" publicKeyToken="a491fb7cfe13fdd3" language="neutral" processorArchitecture="x86" type="win32" />
<description asmv2:iconFile="Conduit.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="Conduit" version="0.5.0.0" language="neutral" processorArchitecture="x86" />
<commandLine file="Conduit.exe" parameters="" />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC Manifest Options
If you want to change the Windows User Account Control level replace the
requestedExecutionLevel node with one of the following.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Specifying requestedExecutionLevel node will disable file and registry virtualization.
If you want to utilize File and Registry Virtualization for backward
compatibility then delete the requestedExecutionLevel node.
-->
<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="4.0.30319.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Conduit.exe" size="189440">
<assemblyIdentity name="Conduit" version="0.5.0.0" language="neutral" processorArchitecture="x86" />
<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>IazYysl1gdBZGrOvTtrDsXLkM8E=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="Conduit.exe.config" size="144">
<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>cpzNzlRjZspwKGLNlX6RAlU3880=</dsig:DigestValue>
</hash>
</file>
<file name="Conduit.ico" size="53381">
<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>a3Kd8S7PoX2m0sQq27o1js37P/k=</dsig:DigestValue>
</hash>
</file>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- A list of all Windows versions that this application is designed to work with. Windows will automatically select the most compatible environment.-->
<!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node-->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
</application>
</compatibility>
<publisherIdentity name="CN=JURMANG\PCADMIN" issuerKeyHash="6aa1e4422f10f77c14032ad42085b5a34bac9044" /><Signature Id="StrongNameSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>uBH3sOdXyKq6BZdGnyPPdY2IgxI=</DigestValue></Reference></SignedInfo><SignatureValue>FVd2XtOYAKFMN9fo/1izToCTiHVd72lnu16unPDaspR2P2snN5d6DV6AcLDZ6JauMsH1pMQeNBMxXSineMD0zz8nmkI/foBVgz20g+WKRjrXYcOI/xeMpXahkaSXCRQxioH/nEL6Qd7MHB7XuZAcVSiZ3HvvMn94G4+Ng9nEW6E=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>0WoPfo2cIee2ZQajcde3ikDag8wwz91Ziyaebo3ipwH2om/8AHE55fV8+ppB2K/07ZMBc6Q97T88snfGKNoKOoeXPWPuLeiTbwuU8jAJxnM8UZkfBtgjs5Dcc8PCcjfg1qwMdohGsm6GgOODM1/ugm4zXU+hZNS0W2nPafxXUS8=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><msrel:RelData xmlns:msrel="http://schemas.microsoft.com/windows/rel/2005/reldata"><r:license xmlns:r="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:as="http://schemas.microsoft.com/windows/pki/2005/Authenticode"><r:grant><as:ManifestInformation Hash="1283888d75cf239f469705baaac857e7b0f711b8" Description="" Url=""><as:assemblyIdentity version="0.5.0.0" name="Conduit.exe" publicKeyToken="a491fb7cfe13fdd3" language="neutral" processorArchitecture="x86" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=JURMANG\PCADMIN</as:X509SubjectName></as:AuthenticodePublisher></r:grant><r:issuer><Signature Id="AuthenticodeSignature" xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>tcxI8Ejic4zTcFDo5+V1oNljPE8=</DigestValue></Reference></SignedInfo><SignatureValue>yQQUZNuHfDHnEw/5iqHqn2ajWf5xTf1qpEDMPLKCyjMnbAZ1x6j+q0sIPZHFK6MXZ+nWrmNQGbxmXnlvOnQAPYOGDe0C9inQteVu0m3bDHMgs4M57yH21nPveH8ZORbhlaqlvlFcqBcpJctHin/Yy437UVB+iV3C4yaeATTB1lc=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>0WoPfo2cIee2ZQajcde3ikDag8wwz91Ziyaebo3ipwH2om/8AHE55fV8+ppB2K/07ZMBc6Q97T88snfGKNoKOoeXPWPuLeiTbwuU8jAJxnM8UZkfBtgjs5Dcc8PCcjfg1qwMdohGsm6GgOODM1/ugm4zXU+hZNS0W2nPafxXUS8=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIB1TCCAT6gAwIBAgIQSPI1cTZGiLZMAmHsSw8zLDANBgkqhkiG9w0BAQUFADApMScwJQYDVQQDHh4ASgBVAFIATQBBAE4ARwBcAFAAQwBBAEQATQBJAE4wHhcNMTAxMTA3MjEwODU1WhcNMTExMTA4MDMwODU1WjApMScwJQYDVQQDHh4ASgBVAFIATQBBAE4ARwBcAFAAQwBBAEQATQBJAE4wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANFqD36NnCHntmUGo3HXt4pA2oPMMM/dWYsmnm6N4qcB9qJv/ABxOeX1fPqaQdiv9O2TAXOkPe0/PLJ3xijaCjqHlz1j7i3ok28LlPIwCcZzPFGZHwbYI7OQ3HPDwnI34NasDHaIRrJuhoDjgzNf7oJuM11PoWTUtFtpz2n8V1EvAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAwlL3sxJwda0doPKVgIGSB+bq4uQCtzajAbjdsM941WOaOOeEte/9darcpSZaElWLyUPD/ZOV+R+ZRSfjbzJ7h/7N5SbY78INo3fume/l1dMlMmrKU4D4QwtFpSxitMtuXpWm/2RMpJkzCwNR/jEQ8MxwOHIxFn/b/KlvcK2BVKw=</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly>
Binary file not shown.

0 comments on commit 9f5d1f8

Please sign in to comment.