Fix Optima service architecture for x86 COM

This commit is contained in:
2026-09-08 12:35:50 +00:00
parent 6c4e50f7a6
commit cd02e6af5f
123 changed files with 32 additions and 21 deletions

View File

@@ -4,7 +4,8 @@
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/SmartB2B.Optima.Adapter/SmartB2B.Optima.Adapter.csproj" />