Use a single static lib file for onnxruntime on Windows (#404)

This commit is contained in:
Fangjun Kuang
2023-10-31 21:50:56 +08:00
committed by GitHub
parent b80b7e5144
commit 27db015c8e
6 changed files with 19 additions and 84 deletions

View File

@@ -39,7 +39,7 @@
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<UseOfMfc>Dynamic</UseOfMfc>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>