diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-10-26 20:26:19 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-10-26 20:26:19 -0700 |
commit | 0ffcfa307e537347f181e7b22047f252d0cdc414 (patch) | |
tree | b09ed5036405583a426754a05b12d71bf17c8e9a /windows | |
parent | 16c812ec80bd635a925f1e5a5efd09814ace35da (diff) | |
download | infinitytier-0ffcfa307e537347f181e7b22047f252d0cdc414.tar.gz infinitytier-0ffcfa307e537347f181e7b22047f252d0cdc414.zip |
another build setting
Diffstat (limited to 'windows')
-rw-r--r-- | windows/WinUI/WinUI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 48fb7372..5ebfedcf 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -40,7 +40,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> - <Prefer32Bit>false</Prefer32Bit> + <Prefer32Bit>true</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> |