mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-27 18:11:20 +00:00
Enable COM interop registration in project config
Added <RegisterForComInterop>True</RegisterForComInterop> to all build configurations in WelsonJS.Cryptography.vbproj to support COM interop registration for both Debug and Release builds.
This commit is contained in:
parent
ba7b3e3685
commit
4fb7b95c0e
|
|
@ -17,18 +17,22 @@
|
|||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||
<RegisterForComInterop>True</RegisterForComInterop>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||
<RegisterForComInterop>True</RegisterForComInterop>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||
<RegisterForComInterop>True</RegisterForComInterop>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||
<RegisterForComInterop>True</RegisterForComInterop>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user