diff --git a/T4/.vs/T4/v16/.suo b/T4/.vs/T4/v16/.suo index 12102d5afb9a3eba498f4a77ae5a62411b85f2d2..cda16f3a81f7511e86e626adc9156522d14fc7cc 100644 Binary files a/T4/.vs/T4/v16/.suo and b/T4/.vs/T4/v16/.suo differ diff --git a/T4/T4/Form1.Designer.vb b/T4/T4/Form1.Designer.vb index a418df0ea8d1412e26efc4c1c25b95966e53765b..a8e4e8ef52d9542152bdbf1b682b926b3c16a374 100644 --- a/T4/T4/Form1.Designer.vb +++ b/T4/T4/Form1.Designer.vb @@ -22,10 +22,29 @@ Partial Class Form1 'Do not modify it using the code editor. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() - components = New System.ComponentModel.Container() + Me.Button1 = New System.Windows.Forms.Button() + Me.SuspendLayout() + ' + 'Button1 + ' + Me.Button1.Location = New System.Drawing.Point(367, 301) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(75, 77) + Me.Button1.TabIndex = 0 + Me.Button1.Text = "Button1" + Me.Button1.UseVisualStyleBackColor = True + ' + 'Form1 + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) + Me.Controls.Add(Me.Button1) + Me.Name = "Form1" Me.Text = "Form1" + Me.ResumeLayout(False) + End Sub + Friend WithEvents Button1 As Button End Class diff --git a/T4/T4/Form1.resx b/T4/T4/Form1.resx new file mode 100644 index 0000000000000000000000000000000000000000..1af7de150c99c12dd67a509fe57c10d63e4eeb04 --- /dev/null +++ b/T4/T4/Form1.resx @@ -0,0 +1,120 @@ +<?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.Runtime.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:import namespace="http://www.w3.org/XML/1998/namespace" /> + <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" use="required" type="xsd:string" /> + <xsd:attribute name="type" type="xsd:string" /> + <xsd:attribute name="mimetype" type="xsd:string" /> + <xsd:attribute ref="xml:space" /> + </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" use="required" msdata:Ordinal="1" /> + <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> + <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> + <xsd:attribute ref="xml:space" /> + </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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> + <resheader name="writer"> + <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </resheader> +</root> \ No newline at end of file diff --git a/T4/T4/Form1.vb b/T4/T4/Form1.vb index 17d659563f318ba570b469b60e52cf85375f878b..6eaed0a9e19b1bf33e71ff4fa44175f2ebe71ac2 100644 --- a/T4/T4/Form1.vb +++ b/T4/T4/Form1.vb @@ -1,3 +1,231 @@ -Public Class Form1 +Imports INFITF +Imports DNBIgpTagPath +Imports ProductStructureTypeLib +Imports DNBSimAct +Public Class Form1 + Public Shared CATIA As INFITF.Application = GetObject(vbNullString, "Catia.Application") + Public Shared Objects2select = CATIA.ActiveDocument.Selection + Public Shared documents1 = CATIA.Documents + Public Shared Objects2select1 = CATIA.ActiveDocument.Selection + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click + Dim partDocument1 = documents1.Item("Part2.CATPart") + Dim part1 As MECMOD.Part = partDocument1.Part + Dim Parameters1 = part1.Parameters + Dim hybridBody12 = part1.HybridBodies.Add() + hybridBody12.Name = "poly" + Dim stepdir1 = 0.5 + Parameters1.Item("P1").Value = -10 + Parameters1.Item("R2").Value = 10 + part1.Update() + Dim k = 0 + Dim inters = 0 + 'first collision + Dim Dir_v1 = 1.0 + Dim Start_v1 = -10 + Dim End_v1 = 50.0 + Dim Step_v1 = 3.0 + Dim P1_val = Functions.check_rep(k, part1, Parameters1, "P1", Dir_v1, Start_v1, End_v1, Step_v1) + Dim first_poly = 0 + Dim last_poly = 0 + For j = 1 To 100 + inters = inters + 1 + Dim hybridBody11 = part1.HybridBodies.Add() + hybridBody11.Name = "inters_geo" & inters + 'finding intersections all around the circle + For i = 1 To 359 Step 20 + Parameters1.Item("A1").Value = i + Parameters1.Item("R2").Value = 10.1 + + Dir_v1 = 1 + Start_v1 = 0.5 + End_v1 = 10 + Step_v1 = 3 + k = 0 + Dim V1 = Functions.check_rep(k, part1, Parameters1, "R2", Dir_v1, Start_v1, End_v1, Step_v1) + ' If V1 > End_v1 - 0.5 Then + ' Objects2select.add(hybridBody11) + ' Objects2select.Delete() + ' Objects2select.Clear() + ' End If + + + 'creating point on the found interactions + Parameters1.Item("A1").Value = i + + Dim point2D1 As Object = part1.HybridBodies.Item(1).HybridShapes.Item("PM") + Dim point3D1 As Object = point2D1 + + Dim Coords(2) + point3D1.GetCoordinates(Coords) + + Dim hybridShapePointCoord1 = part1.HybridShapeFactory.AddNewPointCoord(Coords(0), Coords(1), Coords(2)) + hybridBody11.AppendHybridShape(hybridShapePointCoord1) + part1.Update() + + If i >= 341 Then + Dim poly1 = Functions.create_poly(part1, hybridBody12, hybridBody11, j) + If first_poly = 0 Then + first_poly = j + End If + last_poly = j + End If + Next + stepdir1 = 0.3 + P1_val = P1_val + stepdir1 + Parameters1.Item("P1").Value = P1_val + Parameters1.Item("R2").Value = 10 + part1.Update() + Dim clash = Functions.clash() + If clash = 0 Then + Exit For + End If + + + Next + Dim hybridBodies1 = part1.HybridBodies + Dim hybridBodey1 = hybridBodies1.Item(1) + Dim hyridBody2 = hybridBodies1.Add() + hyridBody2.Name = "Surfaces" + Dim hybridShapes1 = hybridBodey1.HybridShapes + Dim surf1 + For polyn = first_poly To last_poly - 1 + surf1 = Functions.surface(part1, hybridShapes1, polyn, polyn + 1, hyridBody2) + Next + + + End Sub + Public Class Functions + Public Shared Function check_rep(k, part1, Parameters1, paramname, Dir_, start_val, end_val, step_size) + k = check_col(k, step_size, part1, Parameters1, paramname, Dir_, start_val, end_val) + k = k - Dir_ * step_size + step_size = step_size / 10 + k = check_col(k, step_size, part1, Parameters1, paramname, Dir_, 0, end_val) + k = k - Dir_ * step_size + step_size = step_size / 10 + k = check_col(k, step_size, part1, Parameters1, paramname, Dir_, 0, end_val) + Return k + + End Function + Public Shared Function create_poly(part1, hybridBody12, hybridBody11, i) + + Dim hybridShapeFactory1 = part1.HybridShapeFactory + + Dim hybridShapePolyline1 = hybridShapeFactory1.AddNewPolyline() + + Dim hybridShapes1 = hybridBody11.Hybridshapes + Dim point_nr = 1 + Dim reference1 + Dim hybridShapePointCoord1 + For i = 1 To hybridShapes1.Count + hybridShapePointCoord1 = hybridShapes1.Item(i) + + reference1 = part1.CreateReferenceFromObject(hybridShapePointCoord1) + + hybridShapePolyline1.InsertElement(reference1, point_nr) + point_nr = point_nr + 1 + Next + + hybridShapePointCoord1 = hybridShapes1.Item(1) + reference1 = part1.CreateReferenceFromObject(hybridShapePointCoord1) + hybridShapePolyline1.InsertElement(reference1, point_nr) + + hybridShapePolyline1.Closure = False + + hybridBody12.AppendHybridShape(hybridShapePolyline1) + hybridShapePolyline1.Name = "Poly" & i + + + + 'part1.InWorkObject = hybridShapePolyline1 + + part1.Update() + End Function + Public Shared Function check_col(k, steg1, part1, Parameters1, paramname, Dir_, start_val, end_v) + k = start_val + k + 'Parameters1.Item(paramname).Value = k + part1.Update() + Dim loop2 = (end_v - k) / steg1 + Dim kl + For i = 1 To loop2 + k = Dir_ * steg1 + k + Parameters1.Item(paramname).Value = k + part1.Update() + kl = clash() + + If kl > 0 Then + Exit For + End If + Next + Return kl + End Function + Public Shared Function clash() + Dim CATIA = GetObject(, "CATIA.Application") + Dim oDocs = CATIA.Documents + + Dim oProductDoc = CATIA.ActiveDocument + Dim oProduct = oProductDoc.Product + Dim oProducts = oProduct.Products + Dim oSel = oProductDoc.Selection + + oSel.Clear + oSel.Add(oProduct) + + Dim cClashes = oProduct.GetTechnologicalObject("Clashes") + Dim oClash = cClashes.AddFromSel + + oClash.ComputationType = 0 + oClash.InterferenceType = 1 'Clash + Contact + oClash.Compute + Dim cConflicts = oClash.Conflicts + + Dim k = cConflicts.Count + Return k + End Function + Public Shared Function surface(part1, hybridshapes1, poly1, poly2, hybridbody2) + Dim hybridShapeFactory1 = part1.HybridShapeFactory + + Dim hybridShapeBlend1 = hybridShapeFactory1.AddNewBlend() + + hybridShapeBlend1.Coupling = 1 + + Dim hybridShapePolyline1 = hybridshapes1.Item("Poly" & poly1) + + Dim reference1 = part1.CreateReferenceFromObject(hybridShapePolyline1) + + hybridShapeBlend1.SetCurve(1, reference1) + + hybridShapeBlend1.SetOrientation(1, 1) + + Dim hybridpoint1 = part1.HybridBodies.Item("inters_geo" & poly1).HybridShapes.Item(1) + Dim reference2 = part1.CreateReferenceFromObject(hybridpoint1) + + hybridShapeBlend1.SetClosingPoint(1, reference2) + + Dim hybridShapePolyline2 = hybridshapes1.Item("Poly" & poly2) + + Dim reference3 = part1.CreateReferenceFromObject(hybridShapePolyline2) + + hybridShapeBlend1.SetCurve(2, reference3) + + hybridShapeBlend1.SetOrientation(2, 1) + + Dim hybridpoint2 = part1.HybridBodies.Item("inters_geo" & poly2).HybridShapes.Item(1) + Dim reference4 = part1.CreateReferenceFromObject(hybridpoint2) + hybridShapeBlend1.SetClosingPoint(2, reference4) + + hybridShapeBlend1.SmoothAngleThresholdActivity = False + + hybridShapeBlend1.SmoothDeviationActivity = False + + hybridShapeBlend1.RuledDevelopableSurface = False + + hybridbody2.AppendHybridShape(hybridShapeBlend1) + + part1.InWorkObject = hybridShapeBlend1 + + part1.Update() + End Function + End Class End Class + diff --git a/T4/T4/T4.vbproj b/T4/T4/T4.vbproj index e3f841b06a1e512200bbb86904da6ff42fb24d06..6ea2e45eb4a8c49767709eb4a504332b2214b608 100644 --- a/T4/T4/T4.vbproj +++ b/T4/T4/T4.vbproj @@ -116,5 +116,898 @@ </None> <None Include="App.config" /> </ItemGroup> + <ItemGroup> + <COMReference Include="AECRTypeLib"> + <Guid>{85CC1867-B083-0000-0280-020CC2000000}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="AnnotationTypeLib"> + <Guid>{88D26C84-D8E9-0000-0280-020CC3000000}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="BehaviorTypeLib"> + <Guid>{14F198C2-0761-11D1-A5B1-00A0C9469177}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CAT3DXml"> + <Guid>{0FCBA824-46B4-430B-A3C6-BC8E84D1FB7F}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATArrangementTypeLib"> + <Guid>{A903D4EA-3932-11D3-8BB3-006094EB5532}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATAssemblyTypeLib"> + <Guid>{8D5B5690-9551-11D4-9349-006094EB72E6}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATCompositesTypeLib"> + <Guid>{437A1314-9209-41FA-B546-9214651847FA}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATDataExch"> + <Guid>{737CBEE1-8395-4A53-818C-FE7BFE900297}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATEdbTypeLib"> + <Guid>{3C63282E-8D73-4F3E-BF1F-D893F84DE783}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATFunctSystem"> + <Guid>{66AC8D61-4977-11D3-B2C7-0008C725BE57}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATHAS"> + <Guid>{8A35F107-4C01-4874-B49C-F8F1D1026479}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATHumanPackaging"> + <Guid>{839FB79A-20FA-4F8E-B1B5-999E0AF49745}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATIA_APP_ITF"> + <Guid>{3D8D0A2A-F2B0-11D4-A3AA-00D0B756AD5D}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATIdeSettings"> + <Guid>{FE73E3EA-3D1A-450F-833F-DE849066C8B6}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATImm"> + <Guid>{3AE49352-F009-4B43-B51C-29F6AD62663B}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATInstantCollabItf"> + <Guid>{96C13590-CBF9-4F0F-9401-973103C58E12}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATMat"> + <Guid>{4D3F28C0-7790-11D6-8056-0030F113D1BF}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATMultiCAD"> + <Guid>{2ADBCBC4-7492-490C-8B6D-32CAA716E314}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATOBM"> + <Guid>{7B131536-75DA-11D5-8551-00D0B7ADDE06}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATPspPlantShipTypeLib"> + <Guid>{07CD116E-CF88-11D4-8E1B-00D0B7ACB59A}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATRdg"> + <Guid>{AB9D7654-6206-0000-0280-02157B000000}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATRma"> + <Guid>{9BE25E70-7167-11D6-8054-0030F113D1BF}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATRpmReporterTypeLib"> + <Guid>{DFE3EB46-ABAA-11D5-8E54-00D0B7ACB59A}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATRsc"> + <Guid>{D45AD2D0-999B-11D6-805E-0030F113D1BF}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATRsc2"> + <Guid>{8BE37938-81D6-4804-9C94-2738A2667419}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATSchematicTypeLib"> + <Guid>{572C20C8-C8A9-11D4-8E3E-00D0B7ACBB09}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATSdeSetting"> + <Guid>{E6395545-A6F3-4631-8961-2037EC182DF3}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATSfmTypeLib"> + <Guid>{09E2D098-A612-490A-98C8-B62D8B3B2861}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATSmarTeamInteg"> + <Guid>{37EB6106-2CBA-4A69-B0F7-185EDF69CFC7}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATSmInterfacesTypeLib"> + <Guid>{AAE56182-33C6-450A-A9F0-1D0695A25ED1}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATStk"> + <Guid>{654C60DF-B2E8-11D3-859E-00108301D61C}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATStrSettingsTypeLib"> + <Guid>{8AD08B63-AF05-4E2D-A550-2C53FC1EE4D2}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATTooling"> + <Guid>{B46B5073-7D07-11D6-9F4E-0002B31E9EB0}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CATV4IInteropTypeLib"> + <Guid>{B370B426-EF27-41DD-91EE-852F02C5F0DD}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="CD5Integ"> + <Guid>{5E149A53-EF95-4DDD-8939-FF3F1C838737}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="ComponentsCatalogsTypeLib"> + <Guid>{FE86BC00-D89C-11D2-BE6C-00104B7D1988}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DELPPRNavig"> + <Guid>{0E8246B8-80F1-44F9-9F39-C16F27551C78}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBASY"> + <Guid>{9A12E21A-7CAC-11D6-810A-00C04FA145A1}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBBIW"> + <Guid>{A6BF295D-4BEF-0000-020A-6E0A4F000000}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBD5I"> + <Guid>{DEAED728-B6E6-497B-8E8F-8731973175AC}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBDevice"> + <Guid>{FD1E8709-66BC-44A2-9ADF-0E2A42021926}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBDeviceActivity"> + <Guid>{10F5E3C1-CFE2-11D5-80DF-0050040CD0C6}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBDpmItf"> + <Guid>{344C5719-2624-440A-8C71-AF3DA6B691BE}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBEHMItf"> + <Guid>{1BB1941F-AF6C-43AA-A1DA-98AA0AC80E7A}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBEHSItf"> + <Guid>{BF09BFEA-A136-4026-896D-5F57B7B63A76}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBEKP"> + <Guid>{7A658408-BF52-4171-83B4-B29558E5E934}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBFastener"> + <Guid>{7558A44C-B4C5-11D4-80C4-0050040CCFB4}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBHumanSimInterfaces"> + <Guid>{C2A5C259-5108-4293-BAE2-C9C6BBAE267A}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBIgpAMPPath"> + <Guid>{F679E8FF-099A-48DE-A050-735D141CCA63}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBIgpOlp"> + <Guid>{3AA0957E-D319-4150-B5D5-5AE2909D2866}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBIgpResourceProgram"> + <Guid>{6487219A-06D9-4F6D-9352-5AA4D3AA4760}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBIgpTagPath"> + <Guid>{F000CAE4-5E52-11D4-B3D4-00902721A553}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBIgripSim"> + <Guid>{F7D9256B-C1FD-11D3-80AC-00C04FA145A1}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBIPD"> + <Guid>{0F114DA2-DA60-4037-BE3A-5D7B2EEC71DE}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBManufacturingLayoutItf"> + <Guid>{0C850845-5B21-42C7-A8DA-C02B7962CCE5}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBMHIItf"> + <Guid>{F0095CB7-ED36-4DC5-8D36-7BE80D1EAAF8}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBPert"> + <Guid>{EB4E9CFF-0CC4-11D5-AD27-00B0D078AB86}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBReporting"> + <Guid>{0C4204AA-0CA1-4599-8652-66D1934E6A35}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBRobot"> + <Guid>{715642EA-ABF9-410C-90BD-447C0122616C}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBShopViewer"> + <Guid>{91DB4DB1-4D14-4423-80C8-D921283BF20A}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBSimAct"> + <Guid>{F1978546-69D8-4A96-BCDD-AD943304CBB7}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBSimIO"> + <Guid>{D01C6413-4925-4F4A-8F5C-EE92778FC184}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBSimulation"> + <Guid>{D0387336-CB2F-401A-9310-5BD1456B9441}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBSOR"> + <Guid>{F89B2213-09EA-4253-A2FF-9CA6D6314A41}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBState"> + <Guid>{655A0376-C6BD-4B8F-9763-AFDDA406B423}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DNBWork"> + <Guid>{49ADA80F-0DFE-4F00-B762-CE5039C56C4F}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DPMSettings"> + <Guid>{544B33A3-D62B-49BE-B7FC-52B288650AB5}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="DRAFTINGITF"> + <Guid>{73130905-462A-11D1-A26A-0000F87546A1}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="ElecSchematicTypeLib"> + <Guid>{EE6CDBD0-29FB-11D6-BE35-0002B33E3A92}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="ElectricalTypeLib"> + <Guid>{0249798A-DA3D-11D3-BB2A-006094EB7CE7}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="FittingTypeLib"> + <Guid>{8D48D2A0-8AE2-11D3-9ED9-0008C719F642}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="GenKwe"> + <Guid>{00B6EC0E-BCFE-11D2-9B5B-006094EB7ECA}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="HybridShapeTypeLib"> + <Guid>{87EE735C-DF70-11D1-8556-0060941979CE}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="INFITF"> + <Guid>{14F197B2-0771-11D1-A5B1-00A0C9575177}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="KinTypeLib"> + <Guid>{6652FDA0-BA01-11D2-88A1-0008C7194E6A}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="KnowledgewareTypeLib"> + <Guid>{0770412C-722E-11D2-8378-0060941974FF}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="LAYOUT2DITF"> + <Guid>{4480F2EC-29DE-443A-A706-3587C3758350}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="MANUFACTURING"> + <Guid>{11D5B9C4-3D84-11D2-8046-00805FC75483}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="MECMOD"> + <Guid>{0D90A5C9-3B08-11D1-A26C-0000F87546FD}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="mxcatiav5integrationTypeLib"> + <Guid>{ACD81FF4-AC0E-4A64-BD64-488394A81DFA}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="NavigatorTypeLib"> + <Guid>{E6BCB304-3260-11D4-9465-006094EB3826}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="OSMInterfacesTypeLib"> + <Guid>{96986334-CF57-11D3-876D-006094EB3996}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="PARTITF"> + <Guid>{D8431606-E4B5-11D1-A5D3-00A0C95752ED}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="PCBITF"> + <Guid>{9140106B-CD44-0000-0280-030BBD000000}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="PLMXInteg"> + <Guid>{FF3641B0-BA2E-4843-97F7-5B7A3CB1A7E8}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="PPR"> + <Guid>{D174F8A2-C2B4-11D3-AB2C-0008C7193C4E}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="PRISMATICMACHINING"> + <Guid>{BC56CA8C-B183-44D1-A01E-1461E3191FCA}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="PROCESSITF"> + <Guid>{DFB0B450-52DF-11D2-BEBF-006094198597}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="ProductStructureTypeLib"> + <Guid>{5065F8B6-61BB-11D1-9D85-0000F8759F82}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SAMITF"> + <Guid>{4C57C67F-E66B-11D2-97CA-0008C71933B6}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SHEITF"> + <Guid>{AEDE231A-8E0E-11D3-827B-006094EB7FE4}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SIM"> + <Guid>{4D49C2C5-B63B-11D5-85A7-00D0B7ADDE56}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SimulationTypeLib"> + <Guid>{FDEBBA89-3603-11D3-9E9D-006094B99E67}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SMTypeLib"> + <Guid>{90D2BC28-DA87-11D1-9557-00805F85878F}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SPATypeLib"> + <Guid>{9143C8CC-1474-11D4-9461-006094EB3826}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="StrTypeLib"> + <Guid>{8292D877-D27A-0280-020C-320000000000}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SURFACEMACHINING"> + <Guid>{35455E82-91D4-41A5-89D7-11C84D4E8D0F}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="SWKHumanModelingItf"> + <Guid>{EB0E290E-E591-11D3-809A-005004D3FE74}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + <COMReference Include="V6Integ"> + <Guid>{192AED97-34A4-4BFF-BA65-8EB051914B8C}</Guid> + <VersionMajor>0</VersionMajor> + <VersionMinor>0</VersionMinor> + <Lcid>0</Lcid> + <WrapperTool>tlbimp</WrapperTool> + <Isolated>False</Isolated> + <EmbedInteropTypes>True</EmbedInteropTypes> + </COMReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> </Project> \ No newline at end of file diff --git a/T4/T4/bin/Debug/T4.exe b/T4/T4/bin/Debug/T4.exe new file mode 100644 index 0000000000000000000000000000000000000000..1ba79b6c9014bef80ef4f41dd94d9d6650629225 Binary files /dev/null and b/T4/T4/bin/Debug/T4.exe differ diff --git a/T4/T4/bin/Debug/T4.exe.config b/T4/T4/bin/Debug/T4.exe.config new file mode 100644 index 0000000000000000000000000000000000000000..ffaf5407a91075f2572ca75f8f930f61c11188fa --- /dev/null +++ b/T4/T4/bin/Debug/T4.exe.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> + </startup> +</configuration> \ No newline at end of file diff --git a/T4/T4/bin/Debug/T4.pdb b/T4/T4/bin/Debug/T4.pdb new file mode 100644 index 0000000000000000000000000000000000000000..2b8313e03f218604bcef7b8f19149390c43fb029 Binary files /dev/null and b/T4/T4/bin/Debug/T4.pdb differ diff --git a/T4/T4/bin/Debug/T4.xml b/T4/T4/bin/Debug/T4.xml new file mode 100644 index 0000000000000000000000000000000000000000..866be65596608fd69aa82a7ad3dc14144d1bc0af --- /dev/null +++ b/T4/T4/bin/Debug/T4.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<doc> +<assembly> +<name> +T4 +</name> +</assembly> +<members> +<member name="T:T4.My.Resources.Resources"> +<summary> + A strongly-typed resource class, for looking up localized strings, etc. +</summary> +</member> +<member name="P:T4.My.Resources.Resources.ResourceManager"> +<summary> + Returns the cached ResourceManager instance used by this class. +</summary> +</member> +<member name="P:T4.My.Resources.Resources.Culture"> +<summary> + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. +</summary> +</member> +</members> +</doc> diff --git a/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 105f04fe0766b18c0ed3c6c8f9c375f76065ad86..0cb6b033868f5aa153852ae2d2f0773f94167d06 100644 Binary files a/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 4f93986479f72ac325970abc2fb8e17201879f90..89249d59be1889914020576d9aec5d2042e94bfc 100644 Binary files a/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/T4/T4/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/T4/T4/obj/Debug/Interop.AECRTypeLib.dll b/T4/T4/obj/Debug/Interop.AECRTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..aa1f09dcf4ffd00d8532249db07003d7cf42ee0c Binary files /dev/null and b/T4/T4/obj/Debug/Interop.AECRTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.AnnotationTypeLib.dll b/T4/T4/obj/Debug/Interop.AnnotationTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..a08310fe8a0d3a53e02762657fab92c9f17bb383 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.AnnotationTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.BehaviorTypeLib.dll b/T4/T4/obj/Debug/Interop.BehaviorTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..d7e02e90fa091fd17367308447be6547ce1a81f4 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.BehaviorTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CAT3DXml.dll b/T4/T4/obj/Debug/Interop.CAT3DXml.dll new file mode 100644 index 0000000000000000000000000000000000000000..469304918d87f5352d8f8322272c1ce6327ee36a Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CAT3DXml.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATArrangementTypeLib.dll b/T4/T4/obj/Debug/Interop.CATArrangementTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..c65af4837dbd9834bbd6463c7bf03e76b75f5770 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATArrangementTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATAssemblyTypeLib.dll b/T4/T4/obj/Debug/Interop.CATAssemblyTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..06350049f686e07d7452e70023980b98baacb21e Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATAssemblyTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATCompositesTypeLib.dll b/T4/T4/obj/Debug/Interop.CATCompositesTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..eb9a401997461ed72912b8c7c2c5888a826218f1 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATCompositesTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATDataExch.dll b/T4/T4/obj/Debug/Interop.CATDataExch.dll new file mode 100644 index 0000000000000000000000000000000000000000..e21762b89c76cf3a45bbaa3143b0073891743d34 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATDataExch.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATEdbTypeLib.dll b/T4/T4/obj/Debug/Interop.CATEdbTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..157b9509faa677822dfa858060c9a04639d78069 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATEdbTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATFunctSystem.dll b/T4/T4/obj/Debug/Interop.CATFunctSystem.dll new file mode 100644 index 0000000000000000000000000000000000000000..1ba1edc5615ba8d06e0e8e0d178117d9588b558b Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATFunctSystem.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATHAS.dll b/T4/T4/obj/Debug/Interop.CATHAS.dll new file mode 100644 index 0000000000000000000000000000000000000000..166f502cb66eeda217b05400e0ba4f27a5502c09 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATHAS.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATHumanPackaging.dll b/T4/T4/obj/Debug/Interop.CATHumanPackaging.dll new file mode 100644 index 0000000000000000000000000000000000000000..061cf137165347e64a43d2d3621f41b7e4947418 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATHumanPackaging.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATIA_APP_ITF.dll b/T4/T4/obj/Debug/Interop.CATIA_APP_ITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..20649531932e542b887f14c53fb7bb75659a8e32 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATIA_APP_ITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATIdeSettings.dll b/T4/T4/obj/Debug/Interop.CATIdeSettings.dll new file mode 100644 index 0000000000000000000000000000000000000000..501794a48b2d7964205a6cf81c077712e7a054cb Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATIdeSettings.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATImm.dll b/T4/T4/obj/Debug/Interop.CATImm.dll new file mode 100644 index 0000000000000000000000000000000000000000..9171d0ac199092cb0a7ed99c1eb183328a1d58c2 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATImm.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATInstantCollabItf.dll b/T4/T4/obj/Debug/Interop.CATInstantCollabItf.dll new file mode 100644 index 0000000000000000000000000000000000000000..22ba3d12d43bd29f317035eef15e43d5f81d1198 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATInstantCollabItf.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATMat.dll b/T4/T4/obj/Debug/Interop.CATMat.dll new file mode 100644 index 0000000000000000000000000000000000000000..6c824d86b00cf3fc3ae35cf3a5278c3dbd211caf Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATMat.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATMultiCAD.dll b/T4/T4/obj/Debug/Interop.CATMultiCAD.dll new file mode 100644 index 0000000000000000000000000000000000000000..9a04a935a3da47a6a6f0548d33f2b8923e43d8b8 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATMultiCAD.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATOBM.dll b/T4/T4/obj/Debug/Interop.CATOBM.dll new file mode 100644 index 0000000000000000000000000000000000000000..f2d2a9f9f40b1fc8cbc6017e4a2ec45748bb5e94 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATOBM.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATPspPlantShipTypeLib.dll b/T4/T4/obj/Debug/Interop.CATPspPlantShipTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..80e263a7123603442c24aac7b05c33bca30dd491 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATPspPlantShipTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATRdg.dll b/T4/T4/obj/Debug/Interop.CATRdg.dll new file mode 100644 index 0000000000000000000000000000000000000000..897e50de488bc0ea1d67afb9553bebbfba3f0e24 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATRdg.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATRma.dll b/T4/T4/obj/Debug/Interop.CATRma.dll new file mode 100644 index 0000000000000000000000000000000000000000..4825e8301d2c86190d1348f7594001ceb8920f89 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATRma.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATRpmReporterTypeLib.dll b/T4/T4/obj/Debug/Interop.CATRpmReporterTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..e06bff969fbfce3d912617afbdc1afd48231b2bf Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATRpmReporterTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATRsc.dll b/T4/T4/obj/Debug/Interop.CATRsc.dll new file mode 100644 index 0000000000000000000000000000000000000000..d74a25959b1fa6088408a099ed74fc4b8c68bb1f Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATRsc.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATRsc2.dll b/T4/T4/obj/Debug/Interop.CATRsc2.dll new file mode 100644 index 0000000000000000000000000000000000000000..5f8b5ebaea1211eae13f14a3f92c0c0ca99efe5a Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATRsc2.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATSchematicTypeLib.dll b/T4/T4/obj/Debug/Interop.CATSchematicTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..74fb588699d396cf91434538b5b057f717ec6485 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATSchematicTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATSdeSetting.dll b/T4/T4/obj/Debug/Interop.CATSdeSetting.dll new file mode 100644 index 0000000000000000000000000000000000000000..f9c91ab847738d88c07b6a7801ea260b0ed4391f Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATSdeSetting.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATSfmTypeLib.dll b/T4/T4/obj/Debug/Interop.CATSfmTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..bd880b61c0e0f3d3010877aa2235402f35b59782 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATSfmTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATSmInterfacesTypeLib.dll b/T4/T4/obj/Debug/Interop.CATSmInterfacesTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..80368d626c9d510aae4503fbc9709f04c9b52d9a Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATSmInterfacesTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATSmarTeamInteg.dll b/T4/T4/obj/Debug/Interop.CATSmarTeamInteg.dll new file mode 100644 index 0000000000000000000000000000000000000000..33c0dab046ff9f43929e160938c048dc8ec70252 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATSmarTeamInteg.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATStk.dll b/T4/T4/obj/Debug/Interop.CATStk.dll new file mode 100644 index 0000000000000000000000000000000000000000..98ee0ca3785f72ac6f11f7ff8eb34844ae8990fc Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATStk.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATStrSettingsTypeLib.dll b/T4/T4/obj/Debug/Interop.CATStrSettingsTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..d87c0a801d62e82b67b97d6d1ccce04dc11fc53b Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATStrSettingsTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATTooling.dll b/T4/T4/obj/Debug/Interop.CATTooling.dll new file mode 100644 index 0000000000000000000000000000000000000000..d3a78840a6d44750aaaefed25829a5985a1b7ce7 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATTooling.dll differ diff --git a/T4/T4/obj/Debug/Interop.CATV4IInteropTypeLib.dll b/T4/T4/obj/Debug/Interop.CATV4IInteropTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..556472fb1af97f11148617438a53b74d9ed7a24d Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CATV4IInteropTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.CD5Integ.dll b/T4/T4/obj/Debug/Interop.CD5Integ.dll new file mode 100644 index 0000000000000000000000000000000000000000..bbd50d49be24b745cf53f0ec54072badf562e192 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.CD5Integ.dll differ diff --git a/T4/T4/obj/Debug/Interop.ComponentsCatalogsTypeLib.dll b/T4/T4/obj/Debug/Interop.ComponentsCatalogsTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..7fb137f03234f5b0e280f81550d24e139332b301 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.ComponentsCatalogsTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.DELPPRNavig.dll b/T4/T4/obj/Debug/Interop.DELPPRNavig.dll new file mode 100644 index 0000000000000000000000000000000000000000..3761029d7ff71adbad19f64df976fb420b3bdbbd Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DELPPRNavig.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBASY.dll b/T4/T4/obj/Debug/Interop.DNBASY.dll new file mode 100644 index 0000000000000000000000000000000000000000..7c2b5c450adf7c2a4ae692342ed5c5058dc0dee1 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBASY.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBBIW.dll b/T4/T4/obj/Debug/Interop.DNBBIW.dll new file mode 100644 index 0000000000000000000000000000000000000000..b589e44f27eb5c7b208b98e162e1bf624dc647e4 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBBIW.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBD5I.dll b/T4/T4/obj/Debug/Interop.DNBD5I.dll new file mode 100644 index 0000000000000000000000000000000000000000..79b0d9dca54a2848c316dc57d282d4c77288cc84 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBD5I.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBDevice.dll b/T4/T4/obj/Debug/Interop.DNBDevice.dll new file mode 100644 index 0000000000000000000000000000000000000000..338e46c7bb5b26d18f4654ca7a0cefcdd43b4082 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBDevice.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBDeviceActivity.dll b/T4/T4/obj/Debug/Interop.DNBDeviceActivity.dll new file mode 100644 index 0000000000000000000000000000000000000000..6a97cec1f29bd47f0eb9ca6ec5e30ab844ea5eeb Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBDeviceActivity.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBDpmItf.dll b/T4/T4/obj/Debug/Interop.DNBDpmItf.dll new file mode 100644 index 0000000000000000000000000000000000000000..a0a627d91cc9857dee4d05c606b00207dd80cbec Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBDpmItf.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBEHMItf.dll b/T4/T4/obj/Debug/Interop.DNBEHMItf.dll new file mode 100644 index 0000000000000000000000000000000000000000..d0367b2fe4c8e081811ff51eeb2b4280b11308e3 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBEHMItf.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBEHSItf.dll b/T4/T4/obj/Debug/Interop.DNBEHSItf.dll new file mode 100644 index 0000000000000000000000000000000000000000..cd7a0a4cb9c725588c6bb78dda3372efb4506959 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBEHSItf.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBEKP.dll b/T4/T4/obj/Debug/Interop.DNBEKP.dll new file mode 100644 index 0000000000000000000000000000000000000000..0358e8331ceceab67250fa95b049eca816f96ec3 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBEKP.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBFastener.dll b/T4/T4/obj/Debug/Interop.DNBFastener.dll new file mode 100644 index 0000000000000000000000000000000000000000..f4cda7febe90a275a0c63579e0cba0b826591eae Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBFastener.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBHumanSimInterfaces.dll b/T4/T4/obj/Debug/Interop.DNBHumanSimInterfaces.dll new file mode 100644 index 0000000000000000000000000000000000000000..6e015c0bbdb4946f141042a33088751bf2f57ce3 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBHumanSimInterfaces.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBIPD.dll b/T4/T4/obj/Debug/Interop.DNBIPD.dll new file mode 100644 index 0000000000000000000000000000000000000000..6e80fa7816ccee86367ee765edffc5b90ed3c11e Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBIPD.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBIgpAMPPath.dll b/T4/T4/obj/Debug/Interop.DNBIgpAMPPath.dll new file mode 100644 index 0000000000000000000000000000000000000000..6e24a517d5a7fa3a6ad25905ab9eeb3e19f02031 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBIgpAMPPath.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBIgpOlp.dll b/T4/T4/obj/Debug/Interop.DNBIgpOlp.dll new file mode 100644 index 0000000000000000000000000000000000000000..7cb70de0b5e91d5c8d2e115a1808bd13e57f5223 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBIgpOlp.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBIgpResourceProgram.dll b/T4/T4/obj/Debug/Interop.DNBIgpResourceProgram.dll new file mode 100644 index 0000000000000000000000000000000000000000..b64fac186fb0884a0b234aaee408cba1e464e68a Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBIgpResourceProgram.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBIgpTagPath.dll b/T4/T4/obj/Debug/Interop.DNBIgpTagPath.dll new file mode 100644 index 0000000000000000000000000000000000000000..422f2dbba99b2d44f56be6dcc06df59ac7da347e Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBIgpTagPath.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBIgripSim.dll b/T4/T4/obj/Debug/Interop.DNBIgripSim.dll new file mode 100644 index 0000000000000000000000000000000000000000..2458af311f126d143370c87f3ce714b7dbd91e28 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBIgripSim.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBMHIItf.dll b/T4/T4/obj/Debug/Interop.DNBMHIItf.dll new file mode 100644 index 0000000000000000000000000000000000000000..7cfb76a3f5c3dca44a981c26021d264557ca524a Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBMHIItf.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBManufacturingLayoutItf.dll b/T4/T4/obj/Debug/Interop.DNBManufacturingLayoutItf.dll new file mode 100644 index 0000000000000000000000000000000000000000..bc0c64f7b2306daae893c267c8c03e90e43d8804 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBManufacturingLayoutItf.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBPert.dll b/T4/T4/obj/Debug/Interop.DNBPert.dll new file mode 100644 index 0000000000000000000000000000000000000000..9b08e90ca467494f1f3e477227b34e553e72a6c6 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBPert.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBReporting.dll b/T4/T4/obj/Debug/Interop.DNBReporting.dll new file mode 100644 index 0000000000000000000000000000000000000000..06960a09adaf902ea762af6729aac8fbfef2616b Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBReporting.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBRobot.dll b/T4/T4/obj/Debug/Interop.DNBRobot.dll new file mode 100644 index 0000000000000000000000000000000000000000..3c6ca07a0ecdbeb062633e7c52adf63889e4d568 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBRobot.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBSOR.dll b/T4/T4/obj/Debug/Interop.DNBSOR.dll new file mode 100644 index 0000000000000000000000000000000000000000..a539a65915ac2e8e9e5449c616fc0be45741b32f Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBSOR.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBShopViewer.dll b/T4/T4/obj/Debug/Interop.DNBShopViewer.dll new file mode 100644 index 0000000000000000000000000000000000000000..398c257ee4bae908339bab58a425e8586365e130 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBShopViewer.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBSimAct.dll b/T4/T4/obj/Debug/Interop.DNBSimAct.dll new file mode 100644 index 0000000000000000000000000000000000000000..0b11532f29225da60a8308c83640542967447ccc Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBSimAct.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBSimIO.dll b/T4/T4/obj/Debug/Interop.DNBSimIO.dll new file mode 100644 index 0000000000000000000000000000000000000000..b2e78adf32a82d130dbadb38584ab8042ddbf6fe Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBSimIO.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBSimulation.dll b/T4/T4/obj/Debug/Interop.DNBSimulation.dll new file mode 100644 index 0000000000000000000000000000000000000000..4a5b6f523edb29ca737946d451b8de0bdc636bc6 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBSimulation.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBState.dll b/T4/T4/obj/Debug/Interop.DNBState.dll new file mode 100644 index 0000000000000000000000000000000000000000..1e407709c32e2f7fa3ef4c6eb5eb73de85dba324 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBState.dll differ diff --git a/T4/T4/obj/Debug/Interop.DNBWork.dll b/T4/T4/obj/Debug/Interop.DNBWork.dll new file mode 100644 index 0000000000000000000000000000000000000000..1fe93f2f31b814fb4882ff0449def9d061349157 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DNBWork.dll differ diff --git a/T4/T4/obj/Debug/Interop.DPMSettings.dll b/T4/T4/obj/Debug/Interop.DPMSettings.dll new file mode 100644 index 0000000000000000000000000000000000000000..62f983a5289ca17a5621714852b67dd89da5032a Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DPMSettings.dll differ diff --git a/T4/T4/obj/Debug/Interop.DRAFTINGITF.dll b/T4/T4/obj/Debug/Interop.DRAFTINGITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..2efe9514c43a0c2cc0337b74fb470f77a1b455e5 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.DRAFTINGITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.ElecSchematicTypeLib.dll b/T4/T4/obj/Debug/Interop.ElecSchematicTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..b07c6f5533a805340705d2515980182458e4e375 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.ElecSchematicTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.ElectricalTypeLib.dll b/T4/T4/obj/Debug/Interop.ElectricalTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..b8daa21078c76c6d42decab2df54ef0c3f38c944 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.ElectricalTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.FittingTypeLib.dll b/T4/T4/obj/Debug/Interop.FittingTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..258ce90de945db032d79ee2a82f4766c5253a487 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.FittingTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.GenKwe.dll b/T4/T4/obj/Debug/Interop.GenKwe.dll new file mode 100644 index 0000000000000000000000000000000000000000..e55e2cf70e50ebdfa2847f3f220b60d18d8ee0ef Binary files /dev/null and b/T4/T4/obj/Debug/Interop.GenKwe.dll differ diff --git a/T4/T4/obj/Debug/Interop.HybridShapeTypeLib.dll b/T4/T4/obj/Debug/Interop.HybridShapeTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..df8c551a2cbfe2942c8cfe7769b83e6cc018d8f9 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.HybridShapeTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.INFITF.dll b/T4/T4/obj/Debug/Interop.INFITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..e2a33ade96d1beccfc86c9e6bdf31ba3e3c1f1ab Binary files /dev/null and b/T4/T4/obj/Debug/Interop.INFITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.KinTypeLib.dll b/T4/T4/obj/Debug/Interop.KinTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..45431e2286139a4df4e99e06126c3ed29339b2ab Binary files /dev/null and b/T4/T4/obj/Debug/Interop.KinTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.KnowledgewareTypeLib.dll b/T4/T4/obj/Debug/Interop.KnowledgewareTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..20f292eb218392bf53f9f1da4c44a7c87314a4b3 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.KnowledgewareTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.LAYOUT2DITF.dll b/T4/T4/obj/Debug/Interop.LAYOUT2DITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..876ba9d07e39c2f3dbfa952141232d5ef82e7703 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.LAYOUT2DITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.MANUFACTURING.dll b/T4/T4/obj/Debug/Interop.MANUFACTURING.dll new file mode 100644 index 0000000000000000000000000000000000000000..4da7c2eb6abe46b275398652dac9053e139c2558 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.MANUFACTURING.dll differ diff --git a/T4/T4/obj/Debug/Interop.MECMOD.dll b/T4/T4/obj/Debug/Interop.MECMOD.dll new file mode 100644 index 0000000000000000000000000000000000000000..811f0bd386a54cd700b2a7ec04753397d21a53ad Binary files /dev/null and b/T4/T4/obj/Debug/Interop.MECMOD.dll differ diff --git a/T4/T4/obj/Debug/Interop.NavigatorTypeLib.dll b/T4/T4/obj/Debug/Interop.NavigatorTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..ec86b1eac8eff6961dbe51c8ad72fe9296e5eb84 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.NavigatorTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.OSMInterfacesTypeLib.dll b/T4/T4/obj/Debug/Interop.OSMInterfacesTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..0b89b35454f0507b5e89557c137db045db20f0d8 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.OSMInterfacesTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.PARTITF.dll b/T4/T4/obj/Debug/Interop.PARTITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..32a56da316d74fe0600d674a183e78910eb4d111 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.PARTITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.PCBITF.dll b/T4/T4/obj/Debug/Interop.PCBITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..41af965e6263fe1284f014fdb841f7b98db5c32c Binary files /dev/null and b/T4/T4/obj/Debug/Interop.PCBITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.PLMXInteg.dll b/T4/T4/obj/Debug/Interop.PLMXInteg.dll new file mode 100644 index 0000000000000000000000000000000000000000..af5c8e5f5f22a52542f812b3f7d8d76b3851446f Binary files /dev/null and b/T4/T4/obj/Debug/Interop.PLMXInteg.dll differ diff --git a/T4/T4/obj/Debug/Interop.PPR.dll b/T4/T4/obj/Debug/Interop.PPR.dll new file mode 100644 index 0000000000000000000000000000000000000000..3f68390e93f060861f3fd18fce8b3461552c4f7d Binary files /dev/null and b/T4/T4/obj/Debug/Interop.PPR.dll differ diff --git a/T4/T4/obj/Debug/Interop.PRISMATICMACHINING.dll b/T4/T4/obj/Debug/Interop.PRISMATICMACHINING.dll new file mode 100644 index 0000000000000000000000000000000000000000..2701bb083e013cdac6f01a3ea9ad7ba2821969b1 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.PRISMATICMACHINING.dll differ diff --git a/T4/T4/obj/Debug/Interop.PROCESSITF.dll b/T4/T4/obj/Debug/Interop.PROCESSITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..1b68b9f45cc58d3a98a871e17388c72ea078e43f Binary files /dev/null and b/T4/T4/obj/Debug/Interop.PROCESSITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.ProductStructureTypeLib.dll b/T4/T4/obj/Debug/Interop.ProductStructureTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..8aef4e2784abb91287460bd659a2e55d3dae1efb Binary files /dev/null and b/T4/T4/obj/Debug/Interop.ProductStructureTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.SAMITF.dll b/T4/T4/obj/Debug/Interop.SAMITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..027b5c3f5fbc97eafca1b622abe0ea69897be1b1 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SAMITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.SHEITF.dll b/T4/T4/obj/Debug/Interop.SHEITF.dll new file mode 100644 index 0000000000000000000000000000000000000000..e22be9dd530272cfcf88beb0a531c965933b4d74 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SHEITF.dll differ diff --git a/T4/T4/obj/Debug/Interop.SIM.dll b/T4/T4/obj/Debug/Interop.SIM.dll new file mode 100644 index 0000000000000000000000000000000000000000..a9c765bca4797d0a82c0102879bdfad2185f2f37 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SIM.dll differ diff --git a/T4/T4/obj/Debug/Interop.SMTypeLib.dll b/T4/T4/obj/Debug/Interop.SMTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..72fc95b9d6ada4b6fc1ee4f1260ec3c89aa8394c Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SMTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.SPATypeLib.dll b/T4/T4/obj/Debug/Interop.SPATypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..c7796c0fbc595a43bf338632665aebaf477853e9 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SPATypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.SURFACEMACHINING.dll b/T4/T4/obj/Debug/Interop.SURFACEMACHINING.dll new file mode 100644 index 0000000000000000000000000000000000000000..9d6d426fb4f4470ae448db9526bc92cbd26eb497 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SURFACEMACHINING.dll differ diff --git a/T4/T4/obj/Debug/Interop.SWKHumanModelingItf.dll b/T4/T4/obj/Debug/Interop.SWKHumanModelingItf.dll new file mode 100644 index 0000000000000000000000000000000000000000..7565498597a1b994513b1b7947d7a0a57a3b9f5d Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SWKHumanModelingItf.dll differ diff --git a/T4/T4/obj/Debug/Interop.SimulationTypeLib.dll b/T4/T4/obj/Debug/Interop.SimulationTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..863c3f254b349780399efdded8b6ff620f99909f Binary files /dev/null and b/T4/T4/obj/Debug/Interop.SimulationTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.StrTypeLib.dll b/T4/T4/obj/Debug/Interop.StrTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..70e7a3fd09b404ad12bc0867f19b946f056c93a4 Binary files /dev/null and b/T4/T4/obj/Debug/Interop.StrTypeLib.dll differ diff --git a/T4/T4/obj/Debug/Interop.V6Integ.dll b/T4/T4/obj/Debug/Interop.V6Integ.dll new file mode 100644 index 0000000000000000000000000000000000000000..04189fc21fa9f1e3bf4db8b691853e162539e13f Binary files /dev/null and b/T4/T4/obj/Debug/Interop.V6Integ.dll differ diff --git a/T4/T4/obj/Debug/Interop.mxcatiav5integrationTypeLib.dll b/T4/T4/obj/Debug/Interop.mxcatiav5integrationTypeLib.dll new file mode 100644 index 0000000000000000000000000000000000000000..5ab1fef871ba7f20f0f8cfbd850a18b8f21182bd Binary files /dev/null and b/T4/T4/obj/Debug/Interop.mxcatiav5integrationTypeLib.dll differ diff --git a/T4/T4/obj/Debug/T4.Resources.resources b/T4/T4/obj/Debug/T4.Resources.resources new file mode 100644 index 0000000000000000000000000000000000000000..6c05a9776bd7cbae976fdcec7e3a254e93018279 Binary files /dev/null and b/T4/T4/obj/Debug/T4.Resources.resources differ diff --git a/T4/T4/obj/Debug/T4.exe b/T4/T4/obj/Debug/T4.exe new file mode 100644 index 0000000000000000000000000000000000000000..1ba79b6c9014bef80ef4f41dd94d9d6650629225 Binary files /dev/null and b/T4/T4/obj/Debug/T4.exe differ diff --git a/T4/T4/obj/Debug/T4.pdb b/T4/T4/obj/Debug/T4.pdb new file mode 100644 index 0000000000000000000000000000000000000000..2b8313e03f218604bcef7b8f19149390c43fb029 Binary files /dev/null and b/T4/T4/obj/Debug/T4.pdb differ diff --git a/T4/T4/obj/Debug/T4.vbproj.CoreCompileInputs.cache b/T4/T4/obj/Debug/T4.vbproj.CoreCompileInputs.cache new file mode 100644 index 0000000000000000000000000000000000000000..9ecc00ea6727494637b22de4cc9502ede3c98cd2 --- /dev/null +++ b/T4/T4/obj/Debug/T4.vbproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f0fe16b0ee2b4710ad264b016ef919c3c965b383 diff --git a/T4/T4/obj/Debug/T4.vbproj.FileListAbsolute.txt b/T4/T4/obj/Debug/T4.vbproj.FileListAbsolute.txt new file mode 100644 index 0000000000000000000000000000000000000000..e8db4d5ff474bae6694a578943bf4c215d44c53d --- /dev/null +++ b/T4/T4/obj/Debug/T4.vbproj.FileListAbsolute.txt @@ -0,0 +1,111 @@ +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\bin\Debug\T4.exe.config +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\bin\Debug\T4.exe +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\bin\Debug\T4.pdb +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\bin\Debug\T4.xml +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.vbproj.AssemblyReference.cache +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.AECRTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.AnnotationTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.BehaviorTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CAT3DXml.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATArrangementTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATAssemblyTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATCompositesTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATDataExch.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATEdbTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATFunctSystem.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATHAS.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATHumanPackaging.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATIA_APP_ITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATIdeSettings.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATImm.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATInstantCollabItf.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATMat.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATMultiCAD.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATOBM.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATPspPlantShipTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATRdg.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATRma.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATRpmReporterTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATRsc.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATRsc2.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATSchematicTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATSdeSetting.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATSfmTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATSmarTeamInteg.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATSmInterfacesTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATStk.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATStrSettingsTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATTooling.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CATV4IInteropTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.CD5Integ.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.ComponentsCatalogsTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DELPPRNavig.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBASY.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBBIW.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBD5I.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBDevice.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBDeviceActivity.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBDpmItf.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBEHMItf.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBEHSItf.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBEKP.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBFastener.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBHumanSimInterfaces.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBIgpAMPPath.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBIgpOlp.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBIgpResourceProgram.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBIgpTagPath.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBIgripSim.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBIPD.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBManufacturingLayoutItf.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBMHIItf.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBPert.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBReporting.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBRobot.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBShopViewer.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBSimAct.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBSimIO.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBSimulation.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBSOR.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBState.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DNBWork.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DPMSettings.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.DRAFTINGITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.ElecSchematicTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.ElectricalTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.FittingTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.GenKwe.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.HybridShapeTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.INFITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.KinTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.KnowledgewareTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.LAYOUT2DITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.MANUFACTURING.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.MECMOD.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.mxcatiav5integrationTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.NavigatorTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.OSMInterfacesTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.PARTITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.PCBITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.PLMXInteg.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.PPR.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.PRISMATICMACHINING.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.PROCESSITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.ProductStructureTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SAMITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SHEITF.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SIM.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SimulationTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SMTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SPATypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.StrTypeLib.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SURFACEMACHINING.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.SWKHumanModelingItf.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\Interop.V6Integ.dll +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.vbproj.ResolveComReference.cache +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.Resources.resources +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.vbproj.GenerateResource.cache +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.vbproj.CoreCompileInputs.cache +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.exe +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.xml +\\ad.liu.se\home\seypa091\Documents\TMKU01\Tutorials\TU4_AutomaticGeometryFromSTL\Tu4\T4\T4\obj\Debug\T4.pdb diff --git a/T4/T4/obj/Debug/T4.vbproj.GenerateResource.cache b/T4/T4/obj/Debug/T4.vbproj.GenerateResource.cache new file mode 100644 index 0000000000000000000000000000000000000000..f583ff8bc270064b3fd38889492feb9e568644f1 Binary files /dev/null and b/T4/T4/obj/Debug/T4.vbproj.GenerateResource.cache differ diff --git a/T4/T4/obj/Debug/T4.vbproj.ResolveComReference.cache b/T4/T4/obj/Debug/T4.vbproj.ResolveComReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..65f0c1937370b21d5b8e0bda90fd7479e22c45de Binary files /dev/null and b/T4/T4/obj/Debug/T4.vbproj.ResolveComReference.cache differ diff --git a/T4/T4/obj/Debug/T4.xml b/T4/T4/obj/Debug/T4.xml new file mode 100644 index 0000000000000000000000000000000000000000..866be65596608fd69aa82a7ad3dc14144d1bc0af --- /dev/null +++ b/T4/T4/obj/Debug/T4.xml @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<doc> +<assembly> +<name> +T4 +</name> +</assembly> +<members> +<member name="T:T4.My.Resources.Resources"> +<summary> + A strongly-typed resource class, for looking up localized strings, etc. +</summary> +</member> +<member name="P:T4.My.Resources.Resources.ResourceManager"> +<summary> + Returns the cached ResourceManager instance used by this class. +</summary> +</member> +<member name="P:T4.My.Resources.Resources.Culture"> +<summary> + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. +</summary> +</member> +</members> +</doc>