From 95b50178d3fde31dd9e1d594264e4cf036e4f272 Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期一, 15 八月 2022 18:59:05 +0800 Subject: [PATCH] 优先x86编译 --- LLMF/LLMF.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/LLMF/LLMF.csproj b/LLMF/LLMF.csproj index 9898c40..03084de 100644 --- a/LLMF/LLMF.csproj +++ b/LLMF/LLMF.csproj @@ -29,7 +29,7 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <PlatformTarget>AnyCPU</PlatformTarget> - <Prefer32Bit>false</Prefer32Bit> + <Prefer32Bit>true</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> -- Gitblit v1.8.0