This commit is contained in:
		| @@ -0,0 +1,198 @@ | ||||
| <?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="FGAddIn.dll" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" type="win32" /> | ||||
|   <description xmlns="urn:schemas-microsoft-com:asm.v1">FGAddIn</description> | ||||
|   <application /> | ||||
|   <entryPoint> | ||||
|     <co.v1:customHostSpecified /> | ||||
|   </entryPoint> | ||||
|   <trustInfo> | ||||
|     <security> | ||||
|       <applicationRequestMinimum> | ||||
|         <PermissionSet 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" /> | ||||
|  | ||||
|          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="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="Accessibility" version="4.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="Microsoft.CSharp" version="4.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="Microsoft.Office.Tools" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="Microsoft.Office.Tools.Common" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="Microsoft.Office.Tools.v4.0.Framework" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="Microsoft.Office.Tools.Word" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="Microsoft.VisualStudio.Tools.Applications.Runtime" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="mscorlib" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="stdole" version="7.0.3300.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Core" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Data" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Data.DataSetExtensions" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Design" version="4.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Drawing" version="4.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Drawing.Design" version="4.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Windows.Forms" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Xml" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true"> | ||||
|       <assemblyIdentity name="System.Xml.Linq" version="4.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" /> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="C1.Win.C1FlexGrid.2.dll" size="1612936"> | ||||
|       <assemblyIdentity name="C1.Win.C1FlexGrid.2" version="2.0.20202.438" publicKeyToken="79882D576C6336DA" 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#sha256" /> | ||||
|         <dsig:DigestValue>pPo/i4gW6PsXcEe7T9XOkIdZBQUdihI/5HD5157RqQ4=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="FGAddIn.dll" size="11264"> | ||||
|       <assemblyIdentity name="FGAddIn" 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#sha256" /> | ||||
|         <dsig:DigestValue>opx5p2MN6E73v+FltHn9BCgwVJgcmPLUVAlX5xFN3K8=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Office.Tools.Common.v4.0.Utilities.dll" size="32664"> | ||||
|       <assemblyIdentity name="Microsoft.Office.Tools.Common.v4.0.Utilities" version="10.0.0.0" publicKeyToken="B03F5F7F11D50A3A" 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#sha256" /> | ||||
|         <dsig:DigestValue>jLCTF8Mm6bD4PDN+rnzN6q0+ReXaNgPh68kMWgatFwI=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
|   <vstav3:addIn xmlns:vstav3="urn:schemas-microsoft-com:vsta.v3"> | ||||
|     <vstav3:entryPointsCollection> | ||||
|       <vstav3:entryPoints> | ||||
|         <vstav3:entryPoint class="FGAddIn.ThisAddIn"> | ||||
|           <assemblyIdentity name="FGAddIn" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> | ||||
|         </vstav3:entryPoint> | ||||
|       </vstav3:entryPoints> | ||||
|     </vstav3:entryPointsCollection> | ||||
|     <vstav3:update enabled="true"> | ||||
|       <vstav3:expiration maximumAge="7" unit="days" /> | ||||
|     </vstav3:update> | ||||
|     <vstav3:application> | ||||
|       <vstov4:customizations xmlns:vstov4="urn:schemas-microsoft-com:vsto.v4"> | ||||
|         <vstov4:customization> | ||||
|           <vstov4:appAddIn application="Word" loadBehavior="3" keyName="FGAddIn"> | ||||
|             <vstov4:friendlyName>FGAddIn</vstov4:friendlyName> | ||||
|             <vstov4:description>FGAddIn</vstov4:description> | ||||
|             <vstov4.1:ribbonTypes xmlns:vstov4.1="urn:schemas-microsoft-com:vsto.v4.1" /> | ||||
|           </vstov4:appAddIn> | ||||
|         </vstov4:customization> | ||||
|       </vstov4:customizations> | ||||
|     </vstav3:application> | ||||
|   </vstav3:addIn> | ||||
| <publisherIdentity name="CN=VLN\Jeff" issuerKeyHash="c026acec194f34f1ea13d98d72ab49a803ae08e3" /><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-sha256" /><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#sha256" /><DigestValue>pd186ECuuQwMWt8IfagMQsh9D3/LBADrJNy/w+da1Bg=</DigestValue></Reference></SignedInfo><SignatureValue>ogiF1Mt9XcZhY6He3gNXvFkfawg0+NHSx13uP7Or28eLVDBxn6ktfOW0Dj7yZwZmR/gy4P3/7IF246YWE10rhuKV0zCma9YnHmO0F4Sj7ce2zHFlpBgE15T/A6mo+IcEJKW2V981h0jIgpItQR4cTKfvtxayME6wfyRSTXH6qW0=</SignatureValue><KeyInfo Id="StrongNameKeyInfo"><KeyValue><RSAKeyValue><Modulus>rghAhQ7/hHethob8lbZ9+PkYfHfoSOScDVou5jrgYzk4BO/u40SXxOLbyCOVy1Sg2eEbhSMjaXGObxYKx7Xjoe42XcVDKM/PCGAml3kDfTapVAmQGjXUDExFyX5t5OxmXKQIUrjMsS4zR1OvHAtlUXehNPHBrIUgHzfx3ted+B0=</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="18d45ae7c3bfdc24eb0004cb7f0f7dc8420ca87d08df5a0c0cb9ae40e87cdda5" Description="" Url=""><as:assemblyIdentity name="FGAddIn.dll" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" type="win32" /></as:ManifestInformation><as:SignedBy /><as:AuthenticodePublisher><as:X509SubjectName>CN=VLN\Jeff</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-sha256" /><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#sha256" /><DigestValue>uJt9OW0CA0rxKy0WLC4LgAq5XuOBYw10DJksYmfNdW0=</DigestValue></Reference></SignedInfo><SignatureValue>KBPvnCgy/gI5UuzC5pPgBeZGrira6ZFV/ZAtzKQb4ILIo29yPnlTegC7/RCZl/tlgLBFTv0SPBd7/DA0Xd2O8loOltXG1eViT+jeOvTVx/aEL5/vJs+Sp2Mr8JKenJmnBwztYufh1MWBRJ6k/xaO+a+c4eP6irIlFPLiOAOYgPc=</SignatureValue><KeyInfo><KeyValue><RSAKeyValue><Modulus>rghAhQ7/hHethob8lbZ9+PkYfHfoSOScDVou5jrgYzk4BO/u40SXxOLbyCOVy1Sg2eEbhSMjaXGObxYKx7Xjoe42XcVDKM/PCGAml3kDfTapVAmQGjXUDExFyX5t5OxmXKQIUrjMsS4zR1OvHAtlUXehNPHBrIUgHzfx3ted+B0=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue></KeyValue><X509Data><X509Certificate>MIIBuTCCASKgAwIBAgIQF0gpHnXZdZhG4yRlDQdQczANBgkqhkiG9w0BAQsFADAbMRkwFwYDVQQDHhAAVgBMAE4AXABKAGUAZgBmMB4XDTIxMDMyOTE4NDQ0MVoXDTIyMDMzMDAwNDQ0MVowGzEZMBcGA1UEAx4QAFYATABOAFwASgBlAGYAZjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEArghAhQ7/hHethob8lbZ9+PkYfHfoSOScDVou5jrgYzk4BO/u40SXxOLbyCOVy1Sg2eEbhSMjaXGObxYKx7Xjoe42XcVDKM/PCGAml3kDfTapVAmQGjXUDExFyX5t5OxmXKQIUrjMsS4zR1OvHAtlUXehNPHBrIUgHzfx3ted+B0CAwEAATANBgkqhkiG9w0BAQsFAAOBgQCqwlPUuO+fJbmnykx77VIIKm6zikU2GEq0DUeRuow1dEPDMCdnyW0Occe0RlhjsKcVYtJLljDlbJddAkM7/qF0Txft5Hw9u5YpvEbvHyAKR0nZSdev6Fni4qrgvu7kRgndU50Dph7CHC7f6RbkFK0DEWVT+4nghDapVsQM6c537g==</X509Certificate></X509Data></KeyInfo></Signature></r:issuer></r:license></msrel:RelData></KeyInfo></Signature></asmv1:assembly> | ||||
		Reference in New Issue
	
	Block a user