forderud / ComSamples

Examples of language-neutral COM interfaces for IPC and language interop.
MIT License
1 stars 2 forks source link

Get rid of IServer.cs #2

Closed forderud closed 1 year ago

forderud commented 1 year ago

Generation: TlbImp.exe /machine:x64 "$(IntDir)Interfaces.tlb" /out:"$(IntDir)Interfaces.dll

Consumption:

<ItemGroup Condition="'$(Platform)' == 'x64'">
  <Reference Include="Interfaces">
    <HintPath>$(MSBuildThisFileDirectory)..\native\lib\x64\Interfaces.dll</HintPath>
    <EmbedInteropTypes>true</EmbedInteropTypes>
  </Reference>
</ItemGroup>
forderud commented 1 year ago

Completed in 361acf43558b4df465a2f4c63384450ea45aa812