Created
January 31, 2023 18:08
-
-
Save smourier/e74ab0690e069d5d8745551258013905 to your computer and use it in GitHub Desktop.
Assembly manifest for reg-free
This file contains hidden or 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> | |
| <assemblyIdentity version="1.0.0.0" name="MyAtlFile" type="win32" /> | |
| <file name="MyAtlFile.dll"> | |
| <comClass | |
| description="Simple Object" | |
| clsid="{a377453e-a407-4533-9c2f-537164c6882e}" | |
| threadingModel="Apartment" | |
| tlbid="{3f4efe00-9913-4fd9-9576-e1c8fc14c724}" /> | |
| <typelib | |
| tlbid="{3f4efe00-9913-4fd9-9576-e1c8fc14c724}" | |
| version="1.0" | |
| helpdir="" /> | |
| </file> | |
| <comInterfaceExternalProxyStub | |
| iid="{4b7cc7bf-e09b-4a79-9c00-48ff2f180ccf}" | |
| name="ISimpleObject" | |
| tlbid="{3f4efe00-9913-4fd9-9576-e1c8fc14c724}" | |
| proxyStubClsid32="{00020424-0000-0000-C000-000000000046}" /> | |
| </assembly> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment