forked from rbei-etas/busmaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BUSMASTER.exe.manifest: File beautified * stdafx.h: WINVER declarations removed * CMakeLists.txt: Unnecessary linker declarations removed (e.g. /STACK:8000000) * CMakeLists.txt: Unnecessary optimization hinderers removed (e.g. remove_definitions) Signed-off-by: Tobias Lorenz <[email protected]>
- Loading branch information
1 parent
2dc1ca1
commit 569daa4
Showing
48 changed files
with
84 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"><assemblyIdentity name="DMGraph" version="5.0.0.1" type="win32"/><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity></dependentAssembly></dependency><file name="DMGraph.dll" hashalg="SHA1"><comClass progid="DMGraph.DMGraphCtrl" clsid="{AAF89A51-7FC0-43B0-9F81-FFEFF6A8DB43}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="DMGraphCtrl Class"></comClass><comClass clsid="{14A14BAD-2949-4186-9529-BBB2CC7F9699}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="ElementPropPage Class"></comClass><comClass clsid="{273DB50A-E76D-4B95-8E1A-0993E14FFEF0}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="AnnoPropPage Class"></comClass><comClass clsid="{5DF8A597-C334-4ED5-8D45-8884D506044D}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="CursorPropPage Class"></comClass><comClass clsid="{9EE3E072-2B3F-47AB-8612-B6ED7F0CDAE6}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="FormatPropPage Class"></comClass><comClass clsid="{CB32B59D-7AAA-44B5-ACDF-A64B9380E48C}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="DMGraphPropPage Class"></comClass><typelib tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" version="1.0" helpdir="" flags="HASDISKIMAGE"></typelib></file><trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel></requestedPrivileges></security></trustInfo><comInterfaceExternalProxyStub name="IDMGraphElement" iid="{4CA52AB5-B6CE-41AF-9A09-284D00714F8E}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub><comInterfaceExternalProxyStub name="IDMGraphAnnotation" iid="{7D965DBB-74CD-42D2-A9C6-53ED80188B35}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub><comInterfaceExternalProxyStub name="IDMGraphCursor" iid="{FB9B14B4-6ACC-4BDA-94A4-B75A3C349623}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub><comInterfaceExternalProxyStub name="IDMGraphAxis" iid="{C735264E-70BB-48BB-AC9C-93188A12C254}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub><comInterfaceExternalProxyStub name="IDMGraphCollection" iid="{022E739F-00BB-40BE-BBBA-8492E4443493}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub><comInterfaceExternalProxyStub name="IDMGraphCtrl" iid="{2DC9C043-D85A-45B3-8867-9E3D035DEC7F}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"></comInterfaceExternalProxyStub></assembly> | ||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
<assemblyIdentity name="DMGraph" version="5.0.0.1" type="win32"/> | ||
<dependency> | ||
<dependentAssembly> | ||
<assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"> | ||
</assemblyIdentity> | ||
</dependentAssembly> | ||
</dependency> | ||
<file name="DMGraph.dll" hashalg="SHA1"> | ||
<comClass progid="DMGraph.DMGraphCtrl" clsid="{AAF89A51-7FC0-43B0-9F81-FFEFF6A8DB43}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="DMGraphCtrl Class"> | ||
</comClass> | ||
<comClass clsid="{14A14BAD-2949-4186-9529-BBB2CC7F9699}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="ElementPropPage Class"> | ||
</comClass> | ||
<comClass clsid="{273DB50A-E76D-4B95-8E1A-0993E14FFEF0}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="AnnoPropPage Class"> | ||
</comClass> | ||
<comClass clsid="{5DF8A597-C334-4ED5-8D45-8884D506044D}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="CursorPropPage Class"> | ||
</comClass> | ||
<comClass clsid="{9EE3E072-2B3F-47AB-8612-B6ED7F0CDAE6}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="FormatPropPage Class"> | ||
</comClass> | ||
<comClass clsid="{CB32B59D-7AAA-44B5-ACDF-A64B9380E48C}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" description="DMGraphPropPage Class"> | ||
</comClass> | ||
<typelib tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" version="1.0" helpdir="" flags="HASDISKIMAGE"> | ||
</typelib> | ||
</file> | ||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
<security> | ||
<requestedPrivileges> | ||
<requestedExecutionLevel level="asInvoker" uiAccess="false"> | ||
</requestedExecutionLevel> | ||
</requestedPrivileges> | ||
</security> | ||
</trustInfo> | ||
<comInterfaceExternalProxyStub name="IDMGraphElement" iid="{4CA52AB5-B6CE-41AF-9A09-284D00714F8E}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"> | ||
</comInterfaceExternalProxyStub> | ||
<comInterfaceExternalProxyStub name="IDMGraphAnnotation" iid="{7D965DBB-74CD-42D2-A9C6-53ED80188B35}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"> | ||
</comInterfaceExternalProxyStub> | ||
<comInterfaceExternalProxyStub name="IDMGraphCursor" iid="{FB9B14B4-6ACC-4BDA-94A4-B75A3C349623}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"> | ||
</comInterfaceExternalProxyStub> | ||
<comInterfaceExternalProxyStub name="IDMGraphAxis" iid="{C735264E-70BB-48BB-AC9C-93188A12C254}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"> | ||
</comInterfaceExternalProxyStub> | ||
<comInterfaceExternalProxyStub name="IDMGraphCollection" iid="{022E739F-00BB-40BE-BBBA-8492E4443493}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"> | ||
</comInterfaceExternalProxyStub> | ||
<comInterfaceExternalProxyStub name="IDMGraphCtrl" iid="{2DC9C043-D85A-45B3-8867-9E3D035DEC7F}" tlbid="{A5E18713-3023-4FD2-8DCB-E82B6F330F48}" proxyStubClsid32="{00020424-0000-0000-C000-000000000046}"> | ||
</comInterfaceExternalProxyStub> | ||
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.