Revert "Enable COM interop registration in project config"

This reverts commit 4fb7b95c0e.
This commit is contained in:
Namhyeon Go 2025-11-20 14:56:59 +09:00
parent d156e40e6b
commit 6f172aafe1

View File

@ -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>