Skip to content

Commit b31d3ad

Browse files
committed
Change the default CPU architecture to x64
1 parent eb8cda0 commit b31d3ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BigSQLRunnerUI/BigSQLRunnerUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Deterministic>true</Deterministic>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<PlatformTarget>AnyCPU</PlatformTarget>
17+
<PlatformTarget>x64</PlatformTarget>
1818
<DebugSymbols>true</DebugSymbols>
1919
<DebugType>full</DebugType>
2020
<Optimize>false</Optimize>
@@ -24,7 +24,7 @@
2424
<WarningLevel>4</WarningLevel>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<PlatformTarget>AnyCPU</PlatformTarget>
27+
<PlatformTarget>x64</PlatformTarget>
2828
<DebugType>pdbonly</DebugType>
2929
<Optimize>true</Optimize>
3030
<OutputPath>bin\Release\</OutputPath>

0 commit comments

Comments
 (0)