This commit is contained in:
		
							
								
								
									
										25
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn.sln
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn.sln
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
|  | ||||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||||
| # Visual Studio Version 16 | ||||
| VisualStudioVersion = 16.0.31112.23 | ||||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||||
| Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FGAddIn", "FGAddIn\FGAddIn.csproj", "{60D841FC-B80A-4911-927D-7C31E2EB7745}" | ||||
| EndProject | ||||
| Global | ||||
| 	GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||
| 		Debug|Any CPU = Debug|Any CPU | ||||
| 		Release|Any CPU = Release|Any CPU | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||||
| 		{60D841FC-B80A-4911-927D-7C31E2EB7745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
| 		{60D841FC-B80A-4911-927D-7C31E2EB7745}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
| 		{60D841FC-B80A-4911-927D-7C31E2EB7745}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||||
| 		{60D841FC-B80A-4911-927D-7C31E2EB7745}.Release|Any CPU.Build.0 = Release|Any CPU | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(SolutionProperties) = preSolution | ||||
| 		HideSolutionNode = FALSE | ||||
| 	EndGlobalSection | ||||
| 	GlobalSection(ExtensibilityGlobals) = postSolution | ||||
| 		SolutionGuid = {A120D023-73B6-475A-BBA5-17E6209946EE} | ||||
| 	EndGlobalSection | ||||
| EndGlobal | ||||
| @@ -0,0 +1,246 @@ | ||||
| <Project ToolsVersion="16.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||||
|   <!-- | ||||
|     This section defines project-level properties. | ||||
|  | ||||
|     AssemblyName | ||||
|       Name of the output assembly. | ||||
|     Configuration | ||||
|       Specifies a default value for debug. | ||||
|     OutputType | ||||
|       Must be "Library" for VSTO. | ||||
|     Platform | ||||
|       Specifies what CPU the output of this project can run on. | ||||
|     NoStandardLibraries | ||||
|       Set to "false" for VSTO. | ||||
|     RootNamespace | ||||
|       In C#, this specifies the namespace given to new files. In VB, all objects are | ||||
|       wrapped in this namespace at runtime. | ||||
|   --> | ||||
|   <PropertyGroup> | ||||
|     <ProjectTypeGuids>{BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
|     <ProjectGuid>{60D841FC-B80A-4911-927D-7C31E2EB7745}</ProjectGuid> | ||||
|     <OutputType>Library</OutputType> | ||||
|     <NoStandardLibraries>false</NoStandardLibraries> | ||||
|     <RootNamespace>FGAddIn</RootNamespace> | ||||
|     <AssemblyName>FGAddIn</AssemblyName> | ||||
|     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> | ||||
|     <DefineConstants>VSTO40</DefineConstants> | ||||
|     <BootstrapperEnabled>true</BootstrapperEnabled> | ||||
|     <PublishUrl>C:\Data\WORD ADD-INs\</PublishUrl> | ||||
|     <InstallUrl /> | ||||
|     <TargetCulture>en</TargetCulture> | ||||
|     <ApplicationVersion>1.0.0.0</ApplicationVersion> | ||||
|     <AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision> | ||||
|     <UpdateEnabled>true</UpdateEnabled> | ||||
|     <UpdateInterval>7</UpdateInterval> | ||||
|     <UpdateIntervalUnits>days</UpdateIntervalUnits> | ||||
|     <IsWebBootstrapper>False</IsWebBootstrapper> | ||||
|     <ProductName>FGAddIn</ProductName> | ||||
|     <PublisherName /> | ||||
|     <SupportUrl /> | ||||
|     <FriendlyName>FGAddIn</FriendlyName> | ||||
|     <OfficeApplicationDescription /> | ||||
|     <LoadBehavior>3</LoadBehavior> | ||||
|   </PropertyGroup> | ||||
|   <ItemGroup> | ||||
|     <BootstrapperPackage Include=".NETFramework,Version=v4.7.2"> | ||||
|       <Visible>False</Visible> | ||||
|       <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName> | ||||
|       <Install>true</Install> | ||||
|     </BootstrapperPackage> | ||||
|     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||||
|       <Visible>False</Visible> | ||||
|       <ProductName>.NET Framework 3.5 SP1</ProductName> | ||||
|       <Install>false</Install> | ||||
|     </BootstrapperPackage> | ||||
|     <BootstrapperPackage Include="Microsoft.VSTORuntime.4.0"> | ||||
|       <Visible>False</Visible> | ||||
|       <ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName> | ||||
|       <Install>true</Install> | ||||
|     </BootstrapperPackage> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup> | ||||
|     <!-- | ||||
|       OfficeApplication | ||||
|         Add-in host application | ||||
|     --> | ||||
|     <OfficeApplication>Word</OfficeApplication> | ||||
|   </PropertyGroup> | ||||
|   <!-- | ||||
|     This section defines properties that are set when the "Debug" configuration is selected. | ||||
|  | ||||
|     DebugSymbols | ||||
|       If "true", create symbols (.pdb). If "false", do not create symbols. | ||||
|     DefineConstants | ||||
|       Constants defined for the preprocessor. | ||||
|     EnableUnmanagedDebugging | ||||
|       If "true", starting the debugger will attach both managed and unmanaged debuggers. | ||||
|     Optimize | ||||
|       If "true", optimize the build output. If "false", do not optimize. | ||||
|     OutputPath | ||||
|       Output path of project relative to the project file. | ||||
|     WarningLevel | ||||
|       Warning level for the compiler. | ||||
|   --> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|     <DebugType>full</DebugType> | ||||
|     <Optimize>false</Optimize> | ||||
|     <OutputPath>bin\Debug\</OutputPath> | ||||
|     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||
|     <DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|   </PropertyGroup> | ||||
|   <!-- | ||||
|     This section defines properties that are set when the "Release" configuration is selected. | ||||
|  | ||||
|     DebugSymbols | ||||
|       If "true", create symbols (.pdb). If "false", do not create symbols. | ||||
|     DefineConstants | ||||
|       Constants defined for the preprocessor. | ||||
|     EnableUnmanagedDebugging | ||||
|       If "true", starting the debugger will attach both managed and unmanaged debuggers. | ||||
|     Optimize | ||||
|       If "true", optimize the build output. If "false", do not optimize. | ||||
|     OutputPath | ||||
|       Output path of project relative to the project file. | ||||
|     WarningLevel | ||||
|       Warning level for the compiler. | ||||
|   --> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
|     <DebugType>pdbonly</DebugType> | ||||
|     <Optimize>true</Optimize> | ||||
|     <OutputPath>bin\Release\</OutputPath> | ||||
|     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> | ||||
|     <DefineConstants>$(DefineConstants);TRACE</DefineConstants> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|   </PropertyGroup> | ||||
|   <!-- | ||||
|     This section specifies references for the project. | ||||
|   --> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="Accessibility" /> | ||||
|     <Reference Include="C1.Win.C1FlexGrid.2, Version=2.0.20202.438, Culture=neutral, PublicKeyToken=79882d576c6336da, processorArchitecture=MSIL"> | ||||
|       <SpecificVersion>False</SpecificVersion> | ||||
|       <HintPath>..\..\..\..\..\..\Program Files (x86)\ComponentOne\WinForms Edition\bin\v2.0\C1.Win.C1FlexGrid.2.dll</HintPath> | ||||
|     </Reference> | ||||
|     <Reference Include="System" /> | ||||
|     <Reference Include="System.Data" /> | ||||
|     <Reference Include="System.Drawing" /> | ||||
|     <Reference Include="System.Windows.Forms" /> | ||||
|     <Reference Include="System.Xml" /> | ||||
|     <Reference Include="System.Core" /> | ||||
|     <Reference Include="System.Xml.Linq" /> | ||||
|     <Reference Include="System.Data.DataSetExtensions" /> | ||||
|     <Reference Include="Microsoft.CSharp" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||||
|       <Private>False</Private> | ||||
|     </Reference> | ||||
|     <Reference Include="Microsoft.VisualStudio.Tools.Applications.Runtime, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||||
|       <Private>False</Private> | ||||
|     </Reference> | ||||
|     <Reference Include="Microsoft.Office.Tools, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||||
|       <Private>False</Private> | ||||
|     </Reference> | ||||
|     <Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||||
|       <Private>False</Private> | ||||
|     </Reference> | ||||
|     <Reference Include="Microsoft.Office.Tools.Word, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||||
|       <Private>False</Private> | ||||
|     </Reference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||||
|       <Private>True</Private> | ||||
|     </Reference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Reference Include="Office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"> | ||||
|       <Private>False</Private> | ||||
|       <EmbedInteropTypes>true</EmbedInteropTypes> | ||||
|     </Reference> | ||||
|     <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"> | ||||
|       <Private>False</Private> | ||||
|       <EmbedInteropTypes>true</EmbedInteropTypes> | ||||
|     </Reference> | ||||
|     <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||
|       <Private>False</Private> | ||||
|     </Reference> | ||||
|   </ItemGroup> | ||||
|   <!-- | ||||
|     This section defines the user source files that are part of the project. | ||||
|       | ||||
|     A "Compile" element specifies a source file to compile. | ||||
|     An "EmbeddedResource" element specifies an .resx file for embedded resources. | ||||
|     A "None" element specifies a file that is not to be passed to the compiler (for instance,  | ||||
|     a text file or XML file). | ||||
|     The "AppDesigner" element specifies the directory where the application properties files | ||||
|     can be found. | ||||
|   --> | ||||
|   <ItemGroup> | ||||
|     <Compile Include="Properties\AssemblyInfo.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <EmbeddedResource Include="Properties\Resources.resx"> | ||||
|       <Generator>ResXFileCodeGenerator</Generator> | ||||
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||||
|       <SubType>Designer</SubType> | ||||
|     </EmbeddedResource> | ||||
|     <Compile Include="Properties\Resources.Designer.cs"> | ||||
|       <AutoGen>True</AutoGen> | ||||
|       <DependentUpon>Resources.resx</DependentUpon> | ||||
|     </Compile> | ||||
|     <None Include="FGAddIn_TemporaryKey.pfx" /> | ||||
|     <None Include="Properties\Settings.settings"> | ||||
|       <Generator>SettingsSingleFileGenerator</Generator> | ||||
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||||
|     </None> | ||||
|     <Compile Include="Properties\Settings.Designer.cs"> | ||||
|       <AutoGen>True</AutoGen> | ||||
|       <DependentUpon>Settings.settings</DependentUpon> | ||||
|     </Compile> | ||||
|     <Compile Include="ThisAddIn.cs"> | ||||
|       <SubType>Code</SubType> | ||||
|     </Compile> | ||||
|     <None Include="ThisAddIn.Designer.xml"> | ||||
|       <DependentUpon>ThisAddIn.cs</DependentUpon> | ||||
|     </None> | ||||
|     <Compile Include="ThisAddIn.Designer.cs"> | ||||
|       <DependentUpon>ThisAddIn.Designer.xml</DependentUpon> | ||||
|     </Compile> | ||||
|     <AppDesigner Include="Properties\" /> | ||||
|   </ItemGroup> | ||||
|   <PropertyGroup> | ||||
|     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | ||||
|     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup> | ||||
|     <SignManifests>true</SignManifests> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup> | ||||
|     <ManifestKeyFile>FGAddIn_TemporaryKey.pfx</ManifestKeyFile> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup> | ||||
|     <ManifestCertificateThumbprint>62C9754A491AEBCCCC855EE86017AC369CB20AD4</ManifestCertificateThumbprint> | ||||
|   </PropertyGroup> | ||||
|   <!-- Include the build rules for a C# project. --> | ||||
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||||
|   <!-- Include additional build rules for an Office application add-in. --> | ||||
|   <Import Project="$(VSToolsPath)\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets" Condition="'$(VSToolsPath)' != ''" /> | ||||
|   <!-- This section defines VSTO properties that describe the host-changeable project properties. --> | ||||
|   <ProjectExtensions> | ||||
|     <VisualStudio> | ||||
|       <FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}"> | ||||
|         <ProjectProperties HostName="Word" HostPackage="{29A7B9D7-A7F1-4328-8EF0-6B2D1A56B2C1}" OfficeVersion="15.0" VstxVersion="4.0" ApplicationType="Word" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\16.0\Word\InstallRoot\Path#WINWORD.EXE" DebugInfoCommandLine="/x" AddItemTemplatesGuid="{51063C3A-E220-4D12-8922-BDA915ACD783}" /> | ||||
|         <Host Name="Word" GeneratedCodeNamespace="FGAddIn" IconIndex="0"> | ||||
|           <HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" /> | ||||
|         </Host> | ||||
|       </FlavorProperties> | ||||
|     </VisualStudio> | ||||
|   </ProjectExtensions> | ||||
| </Project> | ||||
| @@ -0,0 +1,8 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||
|   <PropertyGroup> | ||||
|     <PublishUrlHistory /> | ||||
|     <InstallUrlHistory /> | ||||
|     <SupportUrlHistory /> | ||||
|   </PropertyGroup> | ||||
| </Project> | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,38 @@ | ||||
| using System.Reflection; | ||||
| using System.Runtime.CompilerServices; | ||||
| using System.Runtime.InteropServices; | ||||
| using System.Security; | ||||
|  | ||||
| // General Information about an assembly is controlled through the following  | ||||
| // set of attributes. Change these attribute values to modify the information | ||||
| // associated with an assembly. | ||||
| [assembly: AssemblyTitle("FGAddIn")] | ||||
| [assembly: AssemblyDescription("")] | ||||
| [assembly: AssemblyConfiguration("")] | ||||
| [assembly: AssemblyCompany("Windows User")] | ||||
| [assembly: AssemblyProduct("FGAddIn")] | ||||
| [assembly: AssemblyCopyright("Copyright © Windows User 2021")] | ||||
| [assembly: AssemblyTrademark("")] | ||||
| [assembly: AssemblyCulture("")] | ||||
|  | ||||
| // Setting ComVisible to false makes the types in this assembly not visible  | ||||
| // to COM components.  If you need to access a type in this assembly from  | ||||
| // COM, set the ComVisible attribute to true on that type. | ||||
| [assembly: ComVisible(false)] | ||||
|  | ||||
| // The following GUID is for the ID of the typelib if this project is exposed to COM | ||||
| [assembly: Guid("c8ffb2de-c945-4123-82d5-db500d9fada2")] | ||||
|  | ||||
| // Version information for an assembly consists of the following four values: | ||||
| // | ||||
| //      Major Version | ||||
| //      Minor Version  | ||||
| //      Build Number | ||||
| //      Revision | ||||
| // | ||||
| // You can specify all the values or you can default the Build and Revision Numbers  | ||||
| // by using the '*' as shown below: | ||||
| // [assembly: AssemblyVersion("1.0.*")] | ||||
| [assembly: AssemblyVersion("1.0.0.0")] | ||||
| [assembly: AssemblyFileVersion("1.0.0.0")] | ||||
|  | ||||
							
								
								
									
										62
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn/Properties/Resources.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn/Properties/Resources.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,62 @@ | ||||
| //------------------------------------------------------------------------------ | ||||
| // <auto-generated> | ||||
| //     This code was generated by a tool. | ||||
| //     Runtime Version:4.0.30319.42000 | ||||
| // | ||||
| //     Changes to this file may cause incorrect behavior and will be lost if | ||||
| //     the code is regenerated. | ||||
| // </auto-generated> | ||||
| //------------------------------------------------------------------------------ | ||||
|  | ||||
| namespace FGAddIn.Properties { | ||||
|      | ||||
|      | ||||
|     /// <summary> | ||||
|     ///   A strongly-typed resource class, for looking up localized strings, etc. | ||||
|     /// </summary> | ||||
|     // This class was auto-generated by the StronglyTypedResourceBuilder | ||||
|     // class via a tool like ResGen or Visual Studio. | ||||
|     // To add or remove a member, edit your .ResX file then rerun ResGen | ||||
|     // with the /str option, or rebuild your VS project. | ||||
|      | ||||
|     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||||
|     internal class Resources { | ||||
|          | ||||
|         private static global::System.Resources.ResourceManager resourceMan; | ||||
|          | ||||
|         private static global::System.Globalization.CultureInfo resourceCulture; | ||||
|          | ||||
|         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | ||||
|         internal Resources() { | ||||
|         } | ||||
|          | ||||
|         /// <summary> | ||||
|         ///   Returns the cached ResourceManager instance used by this class. | ||||
|         /// </summary> | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||
|         internal static global::System.Resources.ResourceManager ResourceManager { | ||||
|             get { | ||||
|                 if (object.ReferenceEquals(resourceMan, null)) { | ||||
|                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FGAddIn.Properties.Resources", typeof(Resources).Assembly); | ||||
|                     resourceMan = temp; | ||||
|                 } | ||||
|                 return resourceMan; | ||||
|             } | ||||
|         } | ||||
|          | ||||
|         /// <summary> | ||||
|         ///   Overrides the current thread's CurrentUICulture property for all | ||||
|         ///   resource lookups using this strongly typed resource class. | ||||
|         /// </summary> | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||
|         internal static global::System.Globalization.CultureInfo Culture { | ||||
|             get { | ||||
|                 return resourceCulture; | ||||
|             } | ||||
|             set { | ||||
|                 resourceCulture = value; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,117 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <root> | ||||
|   <!--  | ||||
|     Microsoft ResX Schema  | ||||
|      | ||||
|     Version 2.0 | ||||
|      | ||||
|     The primary goals of this format is to allow a simple XML format  | ||||
|     that is mostly human readable. The generation and parsing of the  | ||||
|     various data types are done through the TypeConverter classes  | ||||
|     associated with the data types. | ||||
|      | ||||
|     Example: | ||||
|      | ||||
|     ... ado.net/XML headers & schema ... | ||||
|     <resheader name="resmimetype">text/microsoft-resx</resheader> | ||||
|     <resheader name="version">2.0</resheader> | ||||
|     <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | ||||
|     <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | ||||
|     <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | ||||
|     <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | ||||
|     <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | ||||
|         <value>[base64 mime encoded serialized .NET Framework object]</value> | ||||
|     </data> | ||||
|     <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||
|         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | ||||
|         <comment>This is a comment</comment> | ||||
|     </data> | ||||
|                  | ||||
|     There are any number of "resheader" rows that contain simple  | ||||
|     name/value pairs. | ||||
|      | ||||
|     Each data row contains a name, and value. The row also contains a  | ||||
|     type or mimetype. Type corresponds to a .NET class that support  | ||||
|     text/value conversion through the TypeConverter architecture.  | ||||
|     Classes that don't support this are serialized and stored with the  | ||||
|     mimetype set. | ||||
|      | ||||
|     The mimetype is used for serialized objects, and tells the  | ||||
|     ResXResourceReader how to depersist the object. This is currently not  | ||||
|     extensible. For a given mimetype the value must be set accordingly: | ||||
|      | ||||
|     Note - application/x-microsoft.net.object.binary.base64 is the format  | ||||
|     that the ResXResourceWriter will generate, however the reader can  | ||||
|     read any of the formats listed below. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.binary.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Serialization.Formatters.Binary.BinaryFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|      | ||||
|     mimetype: application/x-microsoft.net.object.soap.base64 | ||||
|     value   : The object must be serialized with  | ||||
|             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | ||||
|             : and then encoded with base64 encoding. | ||||
|  | ||||
|     mimetype: application/x-microsoft.net.object.bytearray.base64 | ||||
|     value   : The object must be serialized into a byte array  | ||||
|             : using a System.ComponentModel.TypeConverter | ||||
|             : and then encoded with base64 encoding. | ||||
|     --> | ||||
|   <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | ||||
|     <xsd:element name="root" msdata:IsDataSet="true"> | ||||
|       <xsd:complexType> | ||||
|         <xsd:choice maxOccurs="unbounded"> | ||||
|           <xsd:element name="metadata"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="assembly"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:attribute name="alias" type="xsd:string" /> | ||||
|               <xsd:attribute name="name" type="xsd:string" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="data"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" /> | ||||
|               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | ||||
|               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|           <xsd:element name="resheader"> | ||||
|             <xsd:complexType> | ||||
|               <xsd:sequence> | ||||
|                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | ||||
|               </xsd:sequence> | ||||
|               <xsd:attribute name="name" type="xsd:string" use="required" /> | ||||
|             </xsd:complexType> | ||||
|           </xsd:element> | ||||
|         </xsd:choice> | ||||
|       </xsd:complexType> | ||||
|     </xsd:element> | ||||
|   </xsd:schema> | ||||
|   <resheader name="resmimetype"> | ||||
|     <value>text/microsoft-resx</value> | ||||
|   </resheader> | ||||
|   <resheader name="version"> | ||||
|     <value>2.0</value> | ||||
|   </resheader> | ||||
|   <resheader name="reader"> | ||||
|     <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
|   <resheader name="writer"> | ||||
|     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | ||||
|   </resheader> | ||||
| </root> | ||||
							
								
								
									
										26
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn/Properties/Settings.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn/Properties/Settings.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| //------------------------------------------------------------------------------ | ||||
| // <auto-generated> | ||||
| //     This code was generated by a tool. | ||||
| //     Runtime Version:4.0.30319.42000 | ||||
| // | ||||
| //     Changes to this file may cause incorrect behavior and will be lost if | ||||
| //     the code is regenerated. | ||||
| // </auto-generated> | ||||
| //------------------------------------------------------------------------------ | ||||
|  | ||||
| namespace FGAddIn.Properties { | ||||
|      | ||||
|      | ||||
|     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||||
|     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.0.0.0")] | ||||
|     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { | ||||
|          | ||||
|         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); | ||||
|          | ||||
|         public static Settings Default { | ||||
|             get { | ||||
|                 return defaultInstance; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,7 @@ | ||||
| <?xml version='1.0' encoding='utf-8'?> | ||||
| <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> | ||||
|   <Profiles> | ||||
|     <Profile Name="(Default)" /> | ||||
|   </Profiles> | ||||
|   <Settings /> | ||||
| </SettingsFile> | ||||
							
								
								
									
										237
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn/ThisAddIn.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										237
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/FGAddIn/ThisAddIn.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,237 @@ | ||||
| //------------------------------------------------------------------------------ | ||||
| // <auto-generated> | ||||
| //     This code was generated by a tool. | ||||
| //     Runtime Version:4.0.30319.42000 | ||||
| // | ||||
| //     Changes to this file may cause incorrect behavior and will be lost if | ||||
| //     the code is regenerated. | ||||
| // </auto-generated> | ||||
| //------------------------------------------------------------------------------ | ||||
|  | ||||
| #pragma warning disable 414 | ||||
| namespace FGAddIn { | ||||
|      | ||||
|      | ||||
|     ///  | ||||
|     [Microsoft.VisualStudio.Tools.Applications.Runtime.StartupObjectAttribute(0)] | ||||
|     [global::System.Security.Permissions.PermissionSetAttribute(global::System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")] | ||||
|     public sealed partial class ThisAddIn : Microsoft.Office.Tools.AddInBase { | ||||
|          | ||||
|         internal Microsoft.Office.Tools.CustomTaskPaneCollection CustomTaskPanes; | ||||
|          | ||||
|         internal Microsoft.Office.Tools.SmartTagCollection VstoSmartTags; | ||||
|          | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         private global::System.Object missing = global::System.Type.Missing; | ||||
|          | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         internal Microsoft.Office.Interop.Word.Application Application; | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         public ThisAddIn(global::Microsoft.Office.Tools.Word.ApplicationFactory factory, global::System.IServiceProvider serviceProvider) :  | ||||
|                 base(factory, serviceProvider, "AddIn", "ThisAddIn") { | ||||
|             Globals.Factory = factory; | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         protected override void Initialize() { | ||||
|             base.Initialize(); | ||||
|             this.Application = this.GetHostItem<Microsoft.Office.Interop.Word.Application>(typeof(Microsoft.Office.Interop.Word.Application), "Application"); | ||||
|             Globals.ThisAddIn = this; | ||||
|             global::System.Windows.Forms.Application.EnableVisualStyles(); | ||||
|             this.InitializeCachedData(); | ||||
|             this.InitializeControls(); | ||||
|             this.InitializeComponents(); | ||||
|             this.InitializeData(); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         protected override void FinishInitialization() { | ||||
|             this.InternalStartup(); | ||||
|             this.OnStartup(); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         protected override void InitializeDataBindings() { | ||||
|             this.BeginInitialization(); | ||||
|             this.BindToData(); | ||||
|             this.EndInitialization(); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         private void InitializeCachedData() { | ||||
|             if ((this.DataHost == null)) { | ||||
|                 return; | ||||
|             } | ||||
|             if (this.DataHost.IsCacheInitialized) { | ||||
|                 this.DataHost.FillCachedData(this); | ||||
|             } | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         private void InitializeData() { | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         private void BindToData() { | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||
|         private void StartCaching(string MemberName) { | ||||
|             this.DataHost.StartCaching(this, MemberName); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||
|         private void StopCaching(string MemberName) { | ||||
|             this.DataHost.StopCaching(this, MemberName); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||
|         private bool IsCached(string MemberName) { | ||||
|             return this.DataHost.IsCached(this, MemberName); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         private void BeginInitialization() { | ||||
|             this.BeginInit(); | ||||
|             this.CustomTaskPanes.BeginInit(); | ||||
|             this.VstoSmartTags.BeginInit(); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         private void EndInitialization() { | ||||
|             this.VstoSmartTags.EndInit(); | ||||
|             this.CustomTaskPanes.EndInit(); | ||||
|             this.EndInit(); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         private void InitializeControls() { | ||||
|             this.CustomTaskPanes = Globals.Factory.CreateCustomTaskPaneCollection(null, null, "CustomTaskPanes", "CustomTaskPanes", this); | ||||
|             this.VstoSmartTags = Globals.Factory.CreateSmartTagCollection(null, null, "VstoSmartTags", "VstoSmartTags", this); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         private void InitializeComponents() { | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||
|         private bool NeedsFill(string MemberName) { | ||||
|             return this.DataHost.NeedsFill(this, MemberName); | ||||
|         } | ||||
|          | ||||
|         ///  | ||||
|         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|         [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] | ||||
|         protected override void OnShutdown() { | ||||
|             this.VstoSmartTags.Dispose(); | ||||
|             this.CustomTaskPanes.Dispose(); | ||||
|             base.OnShutdown(); | ||||
|         } | ||||
|     } | ||||
|      | ||||
|     ///  | ||||
|     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|     internal sealed partial class Globals { | ||||
|          | ||||
|         ///  | ||||
|         private Globals() { | ||||
|         } | ||||
|          | ||||
|         private static ThisAddIn _ThisAddIn; | ||||
|          | ||||
|         private static global::Microsoft.Office.Tools.Word.ApplicationFactory _factory; | ||||
|          | ||||
|         private static ThisRibbonCollection _ThisRibbonCollection; | ||||
|          | ||||
|         internal static ThisAddIn ThisAddIn { | ||||
|             get { | ||||
|                 return _ThisAddIn; | ||||
|             } | ||||
|             set { | ||||
|                 if ((_ThisAddIn == null)) { | ||||
|                     _ThisAddIn = value; | ||||
|                 } | ||||
|                 else { | ||||
|                     throw new System.NotSupportedException(); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|          | ||||
|         internal static global::Microsoft.Office.Tools.Word.ApplicationFactory Factory { | ||||
|             get { | ||||
|                 return _factory; | ||||
|             } | ||||
|             set { | ||||
|                 if ((_factory == null)) { | ||||
|                     _factory = value; | ||||
|                 } | ||||
|                 else { | ||||
|                     throw new System.NotSupportedException(); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|          | ||||
|         internal static ThisRibbonCollection Ribbons { | ||||
|             get { | ||||
|                 if ((_ThisRibbonCollection == null)) { | ||||
|                     _ThisRibbonCollection = new ThisRibbonCollection(_factory.GetRibbonFactory()); | ||||
|                 } | ||||
|                 return _ThisRibbonCollection; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|      | ||||
|     ///  | ||||
|     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||
|     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "16.0.0.0")] | ||||
|     internal sealed partial class ThisRibbonCollection : Microsoft.Office.Tools.Ribbon.RibbonCollectionBase { | ||||
|          | ||||
|         ///  | ||||
|         internal ThisRibbonCollection(global::Microsoft.Office.Tools.Ribbon.RibbonFactory factory) :  | ||||
|                 base(factory) { | ||||
|         } | ||||
|     } | ||||
| } | ||||
| @@ -0,0 +1,5 @@ | ||||
| <hostitem:hostItem hostitem:baseType="Microsoft.Office.Tools.AddInBase" hostitem:namespace="FGAddIn" hostitem:className="ThisAddIn" hostitem:identifier="ThisAddIn" hostitem:primaryCookie="AddIn" hostitem:master="true" hostitem:factoryType="Microsoft.Office.Tools.Word.ApplicationFactory" hostitem:startupIndex="0" xmlns:hostitem="http://schemas.microsoft.com/2004/VisualStudio/Tools/Applications/HostItem.xsd"> | ||||
|   <hostitem:hostObject hostitem:name="Application" hostitem:identifier="Application" hostitem:type="Microsoft.Office.Interop.Word.Application" hostitem:cookie="Application" hostitem:modifier="Internal" /> | ||||
|   <hostitem:hostControl hostitem:name="CustomTaskPanes" hostitem:identifier="CustomTaskPanes" hostitem:type="Microsoft.Office.Tools.CustomTaskPaneCollection" hostitem:primaryCookie="CustomTaskPanes" hostitem:modifier="Internal" /> | ||||
|   <hostitem:hostControl hostitem:name="VstoSmartTags" hostitem:identifier="VstoSmartTags" hostitem:type="Microsoft.Office.Tools.SmartTagCollection" hostitem:primaryCookie="VstoSmartTags" hostitem:modifier="Internal" /> | ||||
| </hostitem:hostItem> | ||||
| @@ -0,0 +1,82 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Xml.Linq; | ||||
| using Word = Microsoft.Office.Interop.Word; | ||||
| using Office = Microsoft.Office.Core; | ||||
| using Microsoft.Office.Tools.Word; | ||||
| using System.IO; | ||||
|  | ||||
| namespace FGAddIn | ||||
| { | ||||
|     public partial class ThisAddIn | ||||
|     { | ||||
|         private void ThisAddIn_Startup(object sender, System.EventArgs e) | ||||
|         { | ||||
|         } | ||||
|  | ||||
|         private void ThisAddIn_Shutdown(object sender, System.EventArgs e) | ||||
|         { | ||||
|         } | ||||
|  | ||||
|         #region VSTO generated code | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Required method for Designer support - do not modify | ||||
|         /// the contents of this method with the code editor. | ||||
|         /// </summary> | ||||
|         private void InternalStartup() | ||||
|         { | ||||
|             this.Startup += new System.EventHandler(ThisAddIn_Startup); | ||||
|             this.Shutdown += new System.EventHandler(ThisAddIn_Shutdown); | ||||
|         } | ||||
|          | ||||
|         #endregion | ||||
|     } | ||||
| } | ||||
| namespace W2PGrid | ||||
| { | ||||
| 	public partial class ThisGrid : C1.Win.C1FlexGrid.C1FlexGrid | ||||
| 	{ | ||||
| 		public const string ClassID = "73ED6A9D-4E4B-4521-823C-F4A5BC8DCB3C"; | ||||
| 		public const string InterfaceID = "01A4D93F-C962-478D-9376-B50C52ECC554"; | ||||
| 		public const string EventID = "AD4FB6C2-3E13-4527-8324-4D7ACF3AB67A"; | ||||
|  | ||||
| 		public ThisGrid() | ||||
| 		{ | ||||
| 			InitializeComponent(); | ||||
| 		} | ||||
|  | ||||
| 		public ThisGrid(System.ComponentModel.IContainer container) | ||||
| 		{ | ||||
| 			container.Add(this); | ||||
|  | ||||
| 			InitializeComponent(); | ||||
| 		} | ||||
|  | ||||
| 		private void InitializeComponent() | ||||
| 		{ | ||||
| 			throw new NotImplementedException(); | ||||
| 		} | ||||
|  | ||||
| 		public string GetXML() | ||||
| 		{ | ||||
| 			string retstr = null; | ||||
| 			using (StringWriter sw = new StringWriter()) | ||||
| 			{ | ||||
| 				this.WriteXml(sw); | ||||
| 				retstr = sw.GetStringBuilder().ToString(); | ||||
| 				sw.Close(); | ||||
| 			} | ||||
| 			return retstr; | ||||
| 		} | ||||
| 		public object GetAGrid() | ||||
| 		{ | ||||
| 			ThisGrid fg = new ThisGrid(); | ||||
| 			return fg; | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| } | ||||
|  | ||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -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> | ||||
										
											Binary file not shown.
										
									
								
							| @@ -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: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="FGAddIn.vsto" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||||
|   <description asmv2:publisher="FGAddIn" asmv2:product="FGAddIn" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||||
|   <deployment install="false" /> | ||||
|   <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> | ||||
|     <framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" /> | ||||
|   </compatibleFrameworks> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" codebase="FGAddIn.dll.manifest" size="14232"> | ||||
|       <assemblyIdentity name="FGAddIn.dll" version="1.0.0.0" publicKeyToken="5aefce448618530f" 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>HY8z+u6IQo0Ksdc26AYi70oPuw8VG+Tq/+Op8UUeYio=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
| <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>0qp5j3mahV//AVY8j8E3yGAEKWZHOyofDVZ0zlovG9k=</DigestValue></Reference></SignedInfo><SignatureValue>RELs3h21TiA+4aCWIE+rO7mn4GhuHVpUMxixh1HZqf6K3HQ7aW1FAfG7Uq4+AVFR9IH4c/waEOdeSbHPRgWIRuV1p5CZflppxDJd6FcWnSmD3/N48K5Ncrf4rG/O0Rzg7kKYsHJ+T5Rh2GTG7SxKoFBJhQ98bM7sOGcKMzZvCeQ=</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="d91b2f5ace74560d1f2a3b4766290460c837c18f3c5601ff5f859a798f79aad2" Description="" Url=""><as:assemblyIdentity name="FGAddIn.vsto" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></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>VWdbpRpq17vLRn7RVeNM/BGRP2P0IP/83bsAlt+GW8M=</DigestValue></Reference></SignedInfo><SignatureValue>AhOGddIxR0zOkoAQHYumNvfnsBLBEmAJrzZlFb+xAw6BphdLiKhgnr9AJyPZKWDLUSV5i64FnHgjDGin/k6Yk5zbUbfmnKr448hyGZ5hOkUT2sv0BEov84IFw1N/8RR5nPsH0fOiOqswBsS/q6DKA1JgTk8kGmnO8F7kpcZEFZU=</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> | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -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> | ||||
| @@ -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: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="FGAddIn.vsto" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||||
|   <description asmv2:publisher="FGAddIn" asmv2:product="FGAddIn" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||||
|   <deployment install="false" mapFileExtensions="true" /> | ||||
|   <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> | ||||
|     <framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" /> | ||||
|   </compatibleFrameworks> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" codebase="Application Files\FGAddIn_1_0_0_0\FGAddIn.dll.manifest" size="14232"> | ||||
|       <assemblyIdentity name="FGAddIn.dll" version="1.0.0.0" publicKeyToken="5aefce448618530f" 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>HY8z+u6IQo0Ksdc26AYi70oPuw8VG+Tq/+Op8UUeYio=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
| <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>5zasxc/cEUfuNdwtpfOgf321LuIjqAyEevkqwDb4Lb8=</DigestValue></Reference></SignedInfo><SignatureValue>AlXvYiVFbhI7bhyBVJa+XRSJe84Hrdq+bF6K4u0VgV04UmUO0l8eEnCi9ICyVq+jsNOviwre0dQaxUGRFnmT8U/wpD7zx17SCDYjeUU3lmoApDq7eeHZ+miTE+RLzUCKc2JfH6A6hoJsUI/mgjstwYanDHGN2txJj6vDY0+ZUAI=</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="bf2df836c02af97a840ca823e22eb57d7fa0f3a52ddc35ee4711dccfc5ac36e7" Description="" Url=""><as:assemblyIdentity name="FGAddIn.vsto" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></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>dbxYn1M5i//rGErmD4DjOJgaDmC6Y672Or8OeZfMzBw=</DigestValue></Reference></SignedInfo><SignatureValue>mvyQuVj1M3pIlQMlCawB6K+q6tSgkVR6NBJKRoNxrAu72Z9PiLh/2UXlSoEzEtS9m1PJ1YjFe0FkaK7Ac/LY0QH2owDDwL1rRuL4LoMNZbLtX75NxgR5qKACGI56mK4VijaeQiqLLgBsWxcyr9B1jlDoMV51pGsDsEgsQg3Nq4M=</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> | ||||
										
											Binary file not shown.
										
									
								
							| @@ -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: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="FGAddIn.vsto" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||||
|   <description asmv2:publisher="FGAddIn" asmv2:product="FGAddIn" xmlns="urn:schemas-microsoft-com:asm.v1" /> | ||||
|   <deployment install="false" mapFileExtensions="true" /> | ||||
|   <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2"> | ||||
|     <framework targetVersion="4.7.2" profile="Full" supportedRuntime="4.0.30319" /> | ||||
|   </compatibleFrameworks> | ||||
|   <dependency> | ||||
|     <dependentAssembly dependencyType="install" codebase="Application Files\FGAddIn_1_0_0_0\FGAddIn.dll.manifest" size="14232"> | ||||
|       <assemblyIdentity name="FGAddIn.dll" version="1.0.0.0" publicKeyToken="5aefce448618530f" 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>HY8z+u6IQo0Ksdc26AYi70oPuw8VG+Tq/+Op8UUeYio=</dsig:DigestValue> | ||||
|       </hash> | ||||
|     </dependentAssembly> | ||||
|   </dependency> | ||||
| <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>5zasxc/cEUfuNdwtpfOgf321LuIjqAyEevkqwDb4Lb8=</DigestValue></Reference></SignedInfo><SignatureValue>AlXvYiVFbhI7bhyBVJa+XRSJe84Hrdq+bF6K4u0VgV04UmUO0l8eEnCi9ICyVq+jsNOviwre0dQaxUGRFnmT8U/wpD7zx17SCDYjeUU3lmoApDq7eeHZ+miTE+RLzUCKc2JfH6A6hoJsUI/mgjstwYanDHGN2txJj6vDY0+ZUAI=</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="bf2df836c02af97a840ca823e22eb57d7fa0f3a52ddc35ee4711dccfc5ac36e7" Description="" Url=""><as:assemblyIdentity name="FGAddIn.vsto" version="1.0.0.0" publicKeyToken="5aefce448618530f" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" /></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>dbxYn1M5i//rGErmD4DjOJgaDmC6Y672Or8OeZfMzBw=</DigestValue></Reference></SignedInfo><SignatureValue>mvyQuVj1M3pIlQMlCawB6K+q6tSgkVR6NBJKRoNxrAu72Z9PiLh/2UXlSoEzEtS9m1PJ1YjFe0FkaK7Ac/LY0QH2owDDwL1rRuL4LoMNZbLtX75NxgR5qKACGI56mK4VijaeQiqLLgBsWxcyr9B1jlDoMV51pGsDsEgsQg3Nq4M=</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> | ||||
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1,4 @@ | ||||
| // <autogenerated /> | ||||
| using System; | ||||
| using System.Reflection; | ||||
| [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -0,0 +1 @@ | ||||
| 286fe1ab86e7b5aff1b9df6936232697c2cf437a | ||||
| @@ -0,0 +1,28 @@ | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\bin\Debug\FGAddIn.dll | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\bin\Debug\FGAddIn.pdb | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\bin\Debug\FGAddIn.dll.manifest | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\bin\Debug\FGAddIn.vsto | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\bin\Debug\C1.Win.C1FlexGrid.2.dll | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\bin\Debug\Microsoft.Office.Tools.Common.v4.0.Utilities.dll | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\bin\Debug\C1.Win.C1FlexGrid.2.xml | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csprojAssemblyReference.cache | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\obj\Debug\FGAddIn.Properties.Resources.resources | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csproj.GenerateResource.cache | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csproj.CoreCompileInputs.cache | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csproj.CopyComplete | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\obj\Debug\FGAddIn.dll | ||||
| C:\Users\Jeff.VLN\source\repos\FGAddIn\FGAddIn\obj\Debug\FGAddIn.pdb | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\bin\Debug\FGAddIn.dll | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\bin\Debug\FGAddIn.pdb | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\bin\Debug\FGAddIn.dll.manifest | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\bin\Debug\FGAddIn.vsto | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\bin\Debug\C1.Win.C1FlexGrid.2.dll | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\bin\Debug\Microsoft.Office.Tools.Common.v4.0.Utilities.dll | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\bin\Debug\C1.Win.C1FlexGrid.2.xml | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csproj.AssemblyReference.cache | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\obj\Debug\FGAddIn.Properties.Resources.resources | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csproj.GenerateResource.cache | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csproj.CoreCompileInputs.cache | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\obj\Debug\FGAddIn.csproj.CopyComplete | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\obj\Debug\FGAddIn.dll | ||||
| C:\Data\WORD ADD-INs\FGAddIn\FGAddIn\obj\Debug\FGAddIn.pdb | ||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/UpgradeLog.htm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								PROMS/WORD Add-Ins for PROMS Export/FGAddIn/UpgradeLog.htm
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user