Skip to content

Commit

Permalink
Issue crc-org#111 Build 64bit application instead of 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed Jul 26, 2021
1 parent b43587e commit 74f3663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc-tray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
Expand Down

0 comments on commit 74f3663

Please sign in to comment.