Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions DMULT.dll.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">

<!-- Identität der DMULT.dll -->
<assemblyIdentity
name="DMULT"
version="1.0.0.0"
processorArchitecture="x86"
type="win32" />

<file name="parallelfoxmt.dll">
<comClass
clsid="{228EAD78-A6F7-4179-B11F-A83836387020}"
description="ParallelFoxMT.Application"
progid="ParallelFoxMT.Application"
threadingModel="Apartment" />
</file>

</assembly>
Binary file modified dmult.dll
Binary file not shown.
19 changes: 19 additions & 0 deletions mtdll/DMULT.dll.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">

<!-- Identität der DMULT.dll -->
<assemblyIdentity
name="DMULT"
version="1.0.0.0"
processorArchitecture="x86"
type="win32" />

<file name="parallelfoxmt.dll">
<comClass
clsid="{228EAD78-A6F7-4179-B11F-A83836387020}"
description="ParallelFoxMT.Application"
progid="ParallelFoxMT.Application"
threadingModel="Apartment" />
</file>

</assembly>
Binary file modified mtdll/dmult.dll
Binary file not shown.
Loading