Skip to content

Commit

Permalink
Switch target to AnyCPU
Browse files Browse the repository at this point in the history
don't need a specific arch with MSIL
  • Loading branch information
blowfishpro committed Dec 21, 2020
1 parent a8c74ab commit 28d5b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SolverEngines/SolverEngines.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Compile Include="AJEInlet.cs" />
Expand Down

0 comments on commit 28d5b21

Please sign in to comment.