only build Dalamud.LocExporter for x64

fixes warnings when linking to Dalamud
This commit is contained in:
goat 2024-04-01 19:44:49 +02:00
parent f1c1896c82
commit 09973fa98b

View file

@ -3,6 +3,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64;AnyCPU</Platforms>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>