mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-27 10:00:57 +00:00
Revert "Enable COM interop registration in project config"
This reverts commit 4fb7b95c0e.
This commit is contained in:
parent
d156e40e6b
commit
6f172aafe1
|
|
@ -17,22 +17,18 @@
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||||
<RegisterForComInterop>True</RegisterForComInterop>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
||||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||||
<RegisterForComInterop>True</RegisterForComInterop>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||||
<RegisterForComInterop>True</RegisterForComInterop>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
||||||
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
<RemoveIntegerChecks>True</RemoveIntegerChecks>
|
||||||
<RegisterForComInterop>True</RegisterForComInterop>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user